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

  /device/google/contexthub/lib/include/nanohub/
appRelocFormat.h 38 * are <= MAX_8_BIT_NUM, are put directly as a NUMBER into the output list.
49 * 16-bit little-endian value. MAX_8_BIT_NUM is added
87 #define TOKEN_16BIT_OFST 0xFC // followed by 16-bit x, such that the value we want to represent is x + MAX_8_BIT_NUM
90 #define MAX_8_BIT_NUM 0xF9
91 #define MAX_16_BIT_NUM (0xFFFF + MAX_8_BIT_NUM)
  /device/google/contexthub/firmware/os/cpu/cortexm4/
appSupport.c 70 if (rel <= MAX_8_BIT_NUM) {
101 if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel + MAX_8_BIT_NUM))
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 202 if (displacement <= MAX_8_BIT_NUM) {
209 displacement -= MAX_8_BIT_NUM;
postprocess_elf.c 192 if (displacement <= MAX_8_BIT_NUM) {
200 displacement -= MAX_8_BIT_NUM;
    [all...]

Completed in 224 milliseconds