HomeSort by relevance Sort by last modified time
    Searched refs:MIN_RUN_LEN (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/lib/include/nanohub/
appRelocFormat.h 52 * TOKEN_CONSECUTIVE: 1 byte follows. It is read, MIN_RUN_LEN is added to
93 #define MIN_RUN_LEN 3 //run count does not include first element
94 #define MAX_RUN_LEN (0xff + MIN_RUN_LEN)
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c 109 rel += MIN_RUN_LEN;
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 348 if (j >= MIN_RUN_LEN) {
352 packedNanoRelocs[packedNanoRelocSz++] = j - MIN_RUN_LEN;

Completed in 5518 milliseconds