Searched refs:MAX_NUM_SLOTS (Results 1 - 5 of 5) sorted by relevance

/external/srec/srec/Semproc/include/
H A DSR_SemanticGraphImpl.h110 arc_token* arcs_for_slot[MAX_NUM_SLOTS];
/external/srec/srec/include/
H A Dsrec_context.h88 #define MAX_NUM_SLOTS 12 /* SLOTS */ macro
123 srec_fsm_exit_point fsm_exit_points[MAX_NUM_SLOTS];
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp108 #define MAX_NUM_SLOTS 12 /* must agree with srec_context.h */ macro
685 if(num_slots > MAX_NUM_SLOTS) {
865 if(slot_olabel_max > MAX_NUM_SLOTS)
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c572 for (i = 0; i < MAX_NUM_SLOTS; i++)
1103 for(i=0; i<MAX_NUM_SLOTS;i++)
1263 asr_uint32_t idx[MAX_NUM_SLOTS];
1264 for(i=0; i<MAX_NUM_SLOTS; i++)
1266 if (pfwrite(&idx, 4, MAX_NUM_SLOTS, fp) != MAX_NUM_SLOTS)
1349 asr_uint32_t idx[MAX_NUM_SLOTS];
1350 if (pfread(&idx[0], 4, MAX_NUM_SLOTS, fp) != MAX_NUM_SLOTS) {
1355 for(i=0; i<MAX_NUM_SLOTS;
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c418 if(wmap->num_slots > MAX_NUM_SLOTS)
3188 q = p + MAX_NUM_SLOTS;
3450 q = p + MAX_NUM_SLOTS;
3778 if (nfxps >= MAX_NUM_SLOTS)

Completed in 52 milliseconds