Searched refs:hashindex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp503 int hashindex = HASH(s, c); local
505 while ((nextindex = code_value[hashindex]) != -1) {
509 hashindex = (hashindex + HASHSTEP) % HASHSIZE;
519 int hashindex = HASH(s, c); local
520 while (code_value[hashindex] != -1)
521 hashindex = (hashindex + HASHSTEP) % HASHSIZE;
523 code_value[hashindex] = next_code;

Completed in 30 milliseconds