HomeSort by relevance Sort by last modified time
    Searched refs:kSecondaryBlockSize (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/extensions/ngram/
bitmap-index.cc 38 return BitmapIndex::kStorageBitSize * BitmapIndex::kSecondaryBlockSize *
80 offset += block * kSecondaryBlockSize;
101 offset += block * kSecondaryBlockSize;
119 uint32 end_block = (array_index - 1) / kSecondaryBlockSize;
136 block_begin += kSecondaryBlockSize) {
138 uint32 block_end = block_begin + kSecondaryBlockSize;
155 size_t block_end = block_begin + kSecondaryBlockSize;
165 size_t block_end = block_begin + kSecondaryBlockSize;
  /external/openfst/src/include/fst/extensions/ngram/
bitmap-index.h 123 static const uint32 kSecondaryBlockSize = ((1 << 16) - 1)
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 385 milliseconds