Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat_ent.c57 int cluster, idx; in fat32_alloc_clusters() local
65 idx = 1; in fat32_alloc_clusters()
70 idx = 0; in fat32_alloc_clusters()
84 for (int i = idx; i < num_clusters; ++i) in fat32_alloc_clusters()
/DragonOS-0.1.2/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()