Home
last modified time | relevance | path

Searched refs:MIN_RUN_LEN (Results 1 – 3 of 3) 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/src/cpu/cortexm4f/
DappSupport.c109 rel += MIN_RUN_LEN; in handleRelocs()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c348 if (j >= MIN_RUN_LEN) { in handleApp()
352 packedNanoRelocs[packedNanoRelocSz++] = j - MIN_RUN_LEN; in handleApp()