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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlzwenc.c146 * @param hash_code LZW code for bytes block
148 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code) argument
150 s->tab[hash_code].code = s->tabsize;
151 s->tab[hash_code].suffix = c;
152 s->tab[hash_code].hash_prefix = hash_prefix;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlzwenc.c147 * @param hash_code LZW code for bytes block
149 static inline void addCode(LZWEncodeState * s, uint8_t c, int hash_prefix, int hash_code) argument
151 s->tab[hash_code].code = s->tabsize;
152 s->tab[hash_code].suffix = c;
153 s->tab[hash_code].hash_prefix = hash_prefix;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dprocfs.c226 int hash_code = DFL(s_hash_function_code); local
253 hash_code == TEA_HASH ? "tea" :
254 (hash_code == YURA_HASH) ? "rupasov" :
255 (hash_code == R5_HASH) ? "r5" :
256 (hash_code == UNSET_HASH) ? "unset" : "unknown",

Completed in 187 milliseconds