Searched refs:idx (Results 1 – 2 of 2) sorted by relevance
2194 idx: u8, field2222 idx: start_index, in new()2237 match self.idx { in next()2246 self.idx -= 1; in next()2256 self.idx -= 1; in next()
978 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void *tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash() argument992 hashTable[h] = idx; in LZ4_putIndexOnHash()998 assert(idx < 65536); in LZ4_putIndexOnHash()999 hashTable[h] = (U16)idx; in LZ4_putIndexOnHash()