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

  /external/marisa-trie/lib/marisa/
rank.h 65 UInt32 rel7() const { function in class:marisa::Rank
bitvector.cc 372 offset += rank.rel7();
436 } else if (i < (448U - rank.rel7())) {
441 i -= 448 - rank.rel7();
520 } else if (i < rank.rel7()) {
525 i -= rank.rel7();
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
rank.h 65 UInt32 rel7() const { function in class:marisa_alpha::Rank
bitvector.cc 372 offset += rank.rel7();
437 } else if (i < (448U - rank.rel7())) {
442 i -= 448 - rank.rel7();
522 } else if (i < rank.rel7()) {
527 i -= rank.rel7();
  /external/marisa-trie/tests/
unit-test.cc 94 ASSERT(rank.rel7() == 0);
112 ASSERT(rank.rel7() == 448);
  /external/marisa-trie/v0_1_5/tests/
unit-test.cc 96 ASSERT(rank.rel7() == 0);
114 ASSERT(rank.rel7() == 448);

Completed in 2735 milliseconds