Searched refs:rel4 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DCOFF_i386.s30 rel4: label
32 # rtdyld-check: decode_operand(rel4, 3) = __imp__ExitProcess
/external/marisa-trie/lib/marisa/
H A Drank.h56 UInt32 rel4() const { function in class:marisa::Rank
H A Dbitvector.cc360 offset += rank.rel4();
415 if (i < (256U - rank.rel4())) {
431 i -= 256 - rank.rel4();
499 if (i < rank.rel4()) {
515 i -= rank.rel4();
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Drank.h56 UInt32 rel4() const { function in class:marisa_alpha::Rank
H A Dbitvector.cc360 offset += rank.rel4();
416 if (i < (256U - rank.rel4())) {
432 i -= 256 - rank.rel4();
501 if (i < rank.rel4()) {
517 i -= rank.rel4();
/external/marisa-trie/tests/
H A Dunit-test.cc91 ASSERT(rank.rel4() == 0);
109 ASSERT(rank.rel4() == 256);
/external/marisa-trie/v0_1_5/tests/
H A Dunit-test.cc93 ASSERT(rank.rel4() == 0);
111 ASSERT(rank.rel4() == 256);

Completed in 346 milliseconds