Home
last modified time | relevance | path

Searched defs:_base (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvasprintf.c51 unsigned char *_base; local
Dfvwrite.c132 unsigned char *_base; in __sfvwrite() local
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c31 #define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) + FLASH_RELOC_OFFSET + (_offset)) argument
32 #define APP_FLASH_RELOC_BASE(_base) APP_FLASH_RELOC(_base, 0) argument
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdio.h191 unsigned char *_base; member