OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_SEM_RESULTS
(Results
1 - 4
of
4
) sorted by null
/external/srec/tools/make_g2g/
make_g2g.c
37
#define
MAX_SEM_RESULTS
3
/external/srec/srec/Semproc/include/
SR_SemprocDefinitions.h
36
#define
MAX_SEM_RESULTS
1
/external/srec/tools/parseStringTest/
parseStringTest.c
46
#define
MAX_SEM_RESULTS
3
108
SR_SemanticResult* semanticResults[
MAX_SEM_RESULTS
];
129
result_count =
MAX_SEM_RESULTS
; /* initially not greater than MAX */
199
for (i = 0; i <
MAX_SEM_RESULTS
; i++)
216
SR_SemanticResult* semanticResults[
MAX_SEM_RESULTS
];
219
result_count =
MAX_SEM_RESULTS
;
264
for (i = 0; i <
MAX_SEM_RESULTS
; i++)
543
SR_SemanticResult* semanticResults[
MAX_SEM_RESULTS
];
579
result_count =
MAX_SEM_RESULTS
;
638
for (i = 0; i <
MAX_SEM_RESULTS
; i++
[
all
...]
/external/srec/tools/test_g2g/
test_g2g.c
80
#define
MAX_SEM_RESULTS
3
443
SR_SemanticResult* semanticResults[
MAX_SEM_RESULTS
];
445
result_count =
MAX_SEM_RESULTS
; /* initially not greater than MAX */
466
for(i=0; i <
MAX_SEM_RESULTS
; i++)
Completed in 394 milliseconds