Searched defs:pfx (Results 1 – 3 of 3) sorted by relevance
| /device/google/contexthub/lib/nanohub/ |
| D | nanoapp.c | 101 static void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int incremen… in doPrintHash() 111 void printHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHash() 116 void printHashRev(FILE *out, const char *pfx, const uint32_t *hash, size_t size) in printHashRev()
|
| /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.cpp | 67 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, siz… in dumpBuffer()
|