Searched defs:kSecondaryBlockSize (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h123 static const uint32 kSecondaryBlockSize = ((1 << 16) - 1) member in class:fst::BitmapIndex
147 // the end of every kSecondaryBlockSize entries) does not store the element
165 return (ArraySize() + kSecondaryBlockSize - 1) / kSecondaryBlockSize;
173 // [0,n*kSecondaryBlockSize], however, the 0th element is omitted.

Completed in 94 milliseconds