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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DdirCache.c62 static int addBit(unsigned int *bitmap, int hash, int checkOnly) function
80 addBit(cache->bm0, hash, checkOnly) &&
81 addBit(cache->bm1, rol(hash,12), checkOnly) &&
82 addBit(cache->bm2, rol(hash,24), checkOnly);

Completed in 111 milliseconds