Home
last modified time | relevance | path

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

/external/mtools/
DdirCache.h26 #define DC_BITMAP_SIZE 128 macro
34 unsigned int bm0[DC_BITMAP_SIZE];
35 unsigned int bm1[DC_BITMAP_SIZE];
36 unsigned int bm2[DC_BITMAP_SIZE];
DdirCache.c70 entry = (hash / BITS_PER_INT) % DC_BITMAP_SIZE; in addBit()