Home
last modified time | relevance | path

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

/dports/graphics/netpbm/netpbm-10.91.01/lib/
H A Dlibpammap.c197 for (p = tuplefreqhash[hashvalue]; in addColorOccurrenceToHash()
218 tuplefreqhash[hashvalue] = p; in addColorOccurrenceToHash()
244 for (p = tuplefreqhash[hashvalue]; in pnm_addtuplefreqoccurrence()
264 p->next = tuplefreqhash[hashvalue]; in pnm_addtuplefreqoccurrence()
265 tuplefreqhash[hashvalue] = p; in pnm_addtuplefreqoccurrence()
372 tuplehash tuplefreqhash; in computetuplefreqhash() local
383 tuplefreqhash = NULL; in computetuplefreqhash()
392 if (tuplefreqhash) in computetuplefreqhash()
402 return tuplefreqhash; in computetuplefreqhash()
652 tuplehash tuplefreqhash; in pnm_computetuplefreqtable3() local
[all …]
H A Dpammap.h63 tuplehash const tuplefreqhash,