OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_16_BIT_NUM
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
appRelocFormat.h
45
* 24-bit little-endian value.
MAX_16_BIT_NUM
is added
88
#define TOKEN_24BIT_OFST 0xFB // followed by 24-bit x, such that the value we want to represent is x +
MAX_16_BIT_NUM
91
#define
MAX_16_BIT_NUM
(0xFFFF + MAX_8_BIT_NUM)
92
#define MAX_24_BIT_NUM (0xFFFFFF +
MAX_16_BIT_NUM
)
/device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c
92
if (!handleRelNumber(&ofst, type, flashStart, ramStart, mem, rel +
MAX_16_BIT_NUM
))
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
365
else if (displacement <=
MAX_16_BIT_NUM
) {
376
displacement -=
MAX_16_BIT_NUM
;
Completed in 2437 milliseconds