Home
last modified time | relevance | path

Searched refs:select1 (Results 1 – 17 of 17) sorted by relevance

/external/llvm/test/Transforms/InstSimplify/
Drem.ll3 define i32 @select1(i32 %x, i1 %b) {
4 ; CHECK: @select1
Dcompare.ll376 define i1 @select1(i1 %cond) {
377 ; CHECK: @select1
/external/marisa-trie/lib/marisa/
Dbitvector.h64 UInt32 select1(UInt32 i) const;
Dtrie-inline.h301 return terminal_flags_.select1(key_id); in key_id_to_node()
318 return (node > num_first_branches_) ? (louds_.select1(node) - node - 1) : 0; in get_parent()
Dtrie-search.cc288 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_restore()
351 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_restore()
439 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_match()
719 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_prefix_match()
Dbitvector.cc472 UInt32 BitVector::select1(UInt32 i) const { in select1() function in marisa::BitVector
Dtrie-build.cc147 labels_[link_flags_.select1(i)] = (UInt8)(next_terminals[i] % 256); in build_trie()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dbitvector.h64 UInt32 select1(UInt32 i) const;
Dtrie-inline.h310 return terminal_flags_.select1(key_id); in key_id_to_node()
327 return (node > num_first_branches_) ? (louds_.select1(node) - node - 1) : 0; in get_parent()
Dtrie-search.cc307 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_restore()
370 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_restore()
458 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_match()
750 + labels_[link_flags_.select1(link_id + 1)] - offset; in tail_prefix_match()
Dbitvector.cc473 UInt32 BitVector::select1(UInt32 i) const { in select1() function in marisa_alpha::BitVector
Dtrie-build.cc156 labels_[link_flags_.select1(i)] = (UInt8)(next_terminals[i] % 256); in build_trie()
/external/libyuv/files/source/
Dformat_conversion.cc99 static uint32 GenerateSelector(int select0, int select1) { in GenerateSelector() argument
101 static_cast<uint32>((select1 + 4) << 8) | in GenerateSelector()
103 static_cast<uint32>((select1 + 12) << 24); in GenerateSelector()
/external/webkit/LayoutTests/fast/js/resources/
Dselect-options-remove.js3 var select1 = document.getElementById("select1"); variable
/external/llvm/test/Transforms/InstCombine/
Dcast-mul-select.ll16 define i32 @select1(i1 %cond, i32 %x, i32 %y, i32 %z) {
/external/marisa-trie/v0_1_5/tests/
Dvector-test.cc247 ASSERT(bv.select1(i) == ones[i]); in TestBitVector()
273 ASSERT(bv.select1(i) == ones[i]); in TestBitVector()
/external/marisa-trie/tests/
Dvector-test.cc243 ASSERT(bv.select1(i) == ones[i]); in TestBitVector()
269 ASSERT(bv.select1(i) == ones[i]); in TestBitVector()