Home
last modified time | relevance | path

Searched refs:RAM_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c39 #define RAM_SIZE 0x10000000u //256MB ought to be enough for everyone macro
44 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
Dpostprocess_elf.c41 #define RAM_SIZE 0x10000000 //256MB ought to be enough for everyone macro
46 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)