Home
last modified time | relevance | path

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

/external/giflib/
Dgif_hash.h13 #define HT_SIZE 8192 /* 12bits = 4096 or twice as big! */ macro
29 uint32_t HTable[HT_SIZE];
Dgif_hash.c56 memset(HashTable -> HTable, 0xFF, HT_SIZE * sizeof(uint32_t)); in _ClearHashTable()
/external/libevent/
Dht-internal.h45 #define HT_SIZE(head) \ macro