Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Dnanoapp.c100 …atic void doPrintHash(FILE *out, const char *pfx, const uint32_t *hash, size_t size, int increment) in doPrintHash() argument
105 for (i = 0, pos = 0; i < size; ++i, pos += increment) in doPrintHash()