Home
last modified time | relevance | path

Searched refs:MIN_RUN_LEN (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
DappRelocFormat.h93 #define MIN_RUN_LEN 3 //run count does not include first element macro
94 #define MAX_RUN_LEN (0xff + MIN_RUN_LEN)
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c109 rel += MIN_RUN_LEN; in handleRelocs()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c190 if (j >= MIN_RUN_LEN) { in packNanoRelocs()
194 packedNanoRelocs[packedNanoRelocSz++] = j - MIN_RUN_LEN; in packNanoRelocs()
Dpostprocess_elf.c179 if (j >= MIN_RUN_LEN) { in packNanoRelocs()
183 packedNanoRelocs[packedNanoRelocSz++] = j - MIN_RUN_LEN; in packNanoRelocs()