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

  /external/openfst/src/extensions/ngram/
bitmap-index.cc 64 const uint32 end_word = (end - 1) >> BitmapIndex::kStorageLogBitSize; local
65 const uint32 sum = get_index_ones_count(end_word);
68 return sum + __builtin_popcountll(bits_[end_word] &
  /external/srec/srec/crec/
srec.c     [all...]

Completed in 614 milliseconds