Searched refs:rel7 (Results 1 - 6 of 6) sorted by relevance

/external/marisa-trie/lib/marisa/
H A Drank.h65 UInt32 rel7() const { function in class:marisa::Rank
H A Dbitvector.cc372 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/
H A Drank.h65 UInt32 rel7() const { function in class:marisa_alpha::Rank
H A Dbitvector.cc372 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/
H A Dunit-test.cc94 ASSERT(rank.rel7() == 0);
112 ASSERT(rank.rel7() == 448);
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc96 ASSERT(rank.rel7() == 0);
114 ASSERT(rank.rel7() == 448);

Completed in 120 milliseconds