Home
last modified time | relevance | path

Searched refs:STRINGIFY (Results 1 – 4 of 4) 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/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c266 …sscanf(line, "%" STRINGIFY(MAX_APP_NAME_LEN) "s %" PRIx64 " %" PRIx32 "\n", entry, appId, &appVers… in findAppIdByName()
301 …sscanf(line, "%" STRINGIFY(MAX_APP_NAME_LEN) "s %" PRIx64 " %" PRIx32 "\n", appsToInstall[*install… in parseConfigAppInfo()