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

/haiku/src/add-ons/translators/gif/
H A DGIFSave.h32 #define HASHSIZE 9973 macro
35 #define HASH(index, lastbyte) (((lastbyte << 8) ^ index) % HASHSIZE)
H A DGIFSave.cpp318 code_value = (short*)malloc(HASHSIZE * 2);
322 prefix_code = (short*)malloc(HASHSIZE * 2);
329 append_char = (unsigned char*)malloc(HASHSIZE);
489 for (int q = 0; q < HASHSIZE; q++) {
509 hashindex = (hashindex + HASHSTEP) % HASHSIZE;
521 hashindex = (hashindex + HASHSTEP) % HASHSIZE;

Completed in 98 milliseconds