Searched refs:doPrintHash (Results 1 – 1 of 1) 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() function 113 doPrintHash(out, pfx, hash, size, 1); in printHash() 118 doPrintHash(out, pfx, hash + size - 1, size, -1); in printHashRev()
|