Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/lib/nanohub/
Dnanoapp.c100 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/
Dnanoapp.h27 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/
Dcrt_stm32f4xx.c20 #define VEC_(nm, pfx) void nm##pfx(void) __attribute__ ((weak, alias ("IntDefaultHandler"))) argument
/device/google/contexthub/contexthubhal/
Dnanohubhal.h49 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, const void *data, siz…
Dnanohubhal.cpp80 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()