Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/gif/
H A DGIFSave.cpp504 int nextindex; in CheckHashtable() local
505 while ((nextindex = code_value[hashindex]) != -1) { in CheckHashtable()
506 if (prefix_code[nextindex] == s && append_char[nextindex] == c) in CheckHashtable()
507 return nextindex; in CheckHashtable()