Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs2194 idx: u8, field
2222 idx: start_index, in new()
2237 match self.idx { in next()
2246 self.idx -= 1; in next()
2256 self.idx -= 1; in next()
/DragonOS-0.1.8/kernel/src/libs/
Dlz4.c978 LZ4_FORCE_INLINE void LZ4_putIndexOnHash(U32 idx, U32 h, void *tableBase, tableType_t const tableTy… in LZ4_putIndexOnHash() argument
992 hashTable[h] = idx; in LZ4_putIndexOnHash()
998 assert(idx < 65536); in LZ4_putIndexOnHash()
999 hashTable[h] = (U16)idx; in LZ4_putIndexOnHash()