OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_RUN_LEN
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
appRelocFormat.h
94
#define
MAX_RUN_LEN
(0xff + MIN_RUN_LEN)
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
187
for (j = 1; (j + i) < app->nanoRelocSize && j <
MAX_RUN_LEN
&&
postprocess_elf.c
179
for (j = 1; j + i < outNumRelocs && j <
MAX_RUN_LEN
&& nanoRelocs[j + i].type == lastOutType && nanoRelocs[j + i].ofstInRam - nanoRelocs[j + i - 1].ofstInRam == 4; j++);
[
all
...]
Completed in 86 milliseconds