OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_NUM_SLOTS
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/include/
srec_context.h
88
#define
MAX_NUM_SLOTS
12 /* SLOTS */
123
srec_fsm_exit_point fsm_exit_points[
MAX_NUM_SLOTS
];
/external/srec/tools/grxmlcompile/
grxmlcompile.cpp
108
#define
MAX_NUM_SLOTS
12 /* must agree with srec_context.h */
685
if(num_slots >
MAX_NUM_SLOTS
) {
865
if(slot_olabel_max >
MAX_NUM_SLOTS
)
[
all
...]
Completed in 39 milliseconds