HomeSort by relevance Sort by last modified time
    Searched refs:TOKEN_CONSECUTIVE (Results 1 - 4 of 4) 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
86 #define TOKEN_CONSECUTIVE 0xFD // followed by 8-bit number of directly following words to relocate (in addition to the one we relocated using previous reloc) minus 3 (2 is break-even point)
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 105 case TOKEN_CONSECUTIVE:
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 193 packedNanoRelocs[packedNanoRelocSz++] = TOKEN_CONSECUTIVE;
postprocess_elf.c 182 packedNanoRelocs[packedNanoRelocSz++] = TOKEN_CONSECUTIVE;
    [all...]

Completed in 1469 milliseconds