Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Dtoolchain.h78 #define STRINGIFY(s) _STRINGIFY(s)
91 #define WEAK_ALIAS(X,Y) void X(void) __attribute__ ((weak, alias (STRINGIFY(Y))))
/device/google/contexthub/lib/nanohub/
Dsha2.c38 #define STRINGIFY(b) STRINFIGY2(b) macro
39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret…
Daes.c137 #define STRINGIFY(b) STRINFIGY2(b) macro
138 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_struct.c97 #define STRINGIFY(x) #x macro
534 "short format requires " STRINGIFY(SHRT_MIN) in np_short()
535 " <= number <= " STRINGIFY(SHRT_MAX)); in np_short()
552 "ushort format requires 0 <= number <= " STRINGIFY(USHRT_MAX)); in np_ushort()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c97 #define STRINGIFY(x) #x macro
534 "short format requires " STRINGIFY(SHRT_MIN) in np_short()
535 " <= number <= " STRINGIFY(SHRT_MAX)); in np_short()
552 "ushort format requires 0 <= number <= " STRINGIFY(USHRT_MAX)); in np_ushort()
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c244 …sscanf(line, "%" STRINGIFY(MAX_APP_NAME_LEN) "s %" PRIx64 " %" PRIx32 "\n", appsToInstall[*install… in parseConfigAppInfo()