Searched refs:STRINGIFY (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/inc/ |
D | toolchain.h | 78 #define STRINGIFY(s) _STRINGIFY(s) 91 #define WEAK_ALIAS(X,Y) void X(void) __attribute__ ((weak, alias (STRINGIFY(Y))))
|
/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 38 #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…
|
D | aes.c | 137 #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/ |
D | nanoapp_cmd.c | 266 …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()
|