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

  /external/openfst/src/include/fst/extensions/ngram/
bitmap-index.h 71 size_t GetOnesCount() const {
  /external/openfst/src/extensions/ngram/
bitmap-index.cc 73 if (bit_index >= GetOnesCount()) return Bits();
93 if (bit_index >= Bits() - GetOnesCount()) return Bits();

Completed in 428 milliseconds