Searched refs:pfx (Results 1 – 5 of 5) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | nanoapp.c | 100 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() argument 104 fprintf(out, "%s: ", pfx); in doPrintHash() 110 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() argument 112 doPrintHash(out, pfx, hash, size, 1); in printHash() 115 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev() argument 117 doPrintHash(out, pfx, hash + size - 1, size, -1); in printHashRev()
|
/device/google/contexthub/lib/include/nanohub/ |
D | nanoapp.h | 27 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size); 28 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size);
|
/device/google/contexthub/firmware/src/platform/stm32f4xx/ |
D | crt_stm32f4xx.c | 20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler"))) argument
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.h | 49 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, siz…
|
D | nanohubhal.cpp | 80 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, siz… in dumpBuffer() argument 84 os << pfx << ": [ID=" << appId << "; SZ=" << std::dec << len; in dumpBuffer()
|