Home
last modified time | relevance | path

Searched refs:eql (Results 1 – 10 of 10) sorted by relevance

/external/llvm/test/Transforms/IndVarSimplify/
Dpr24952.ll17 %eql = icmp eq i32* %x.gep, %y
19 call void @use(i1 %eql)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTextTrieMapTest.java140 private boolean eql(Object o1, Object o2) { in eql() method in TextTrieMapTest
173 if (eql(exp[i], val)) { in checkResult()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTextTrieMapTest.java141 private boolean eql(Object o1, Object o2) { in eql() method in TextTrieMapTest
174 if (eql(exp[i], val)) { in checkResult()
/external/libcxx/include/ext/
Dhash_set43 const key_equal& eql = key_equal(),
48 const key_equal& eql = key_equal(),
129 const key_equal& eql = key_equal(),
134 const key_equal& eql = key_equal(),
Dhash_map44 const key_equal& eql = key_equal(),
49 const key_equal& eql = key_equal(),
133 const key_equal& eql = key_equal(),
138 const key_equal& eql = key_equal(),
/external/libcxx/include/
Dunordered_set52 const key_equal& eql = key_equal(),
57 const key_equal& eql = key_equal(),
69 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
200 const key_equal& eql = key_equal(),
205 const key_equal& eql = key_equal(),
217 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
Dunordered_map53 const key_equal& eql = key_equal(),
58 const key_equal& eql = key_equal(),
70 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
235 const key_equal& eql = key_equal(),
240 const key_equal& eql = key_equal(),
252 const hasher& hf = hasher(), const key_equal& eql = key_equal(),
/external/icu/icu4c/source/i18n/
Dvtzone.cpp411 int32_t eql = prop.indexOf(EQUALS_SIGN); in parseRRULE() local
412 if (eql != -1) { in parseRRULE()
413 attr.setTo(prop, 0, eql); in parseRRULE()
414 value.setTo(prop, eql + 1); in parseRRULE()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4131 uint32_t hash, eqlfunc_t *eql) { in findentry() argument
4138 if (eql(e->key, key)) return e; in findentry()
4144 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() argument
4145 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
4149 uint32_t hash, eqlfunc_t *eql) { in lookup() argument
4150 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
4164 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() argument
4168 UPB_UNUSED(eql); in insert()
4170 assert(findentry(t, key, hash, eql) == NULL); in insert()
4207 assert(findentry(t, key, hash, eql) == our_e); in insert()
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4373 uint32_t hash, eqlfunc_t *eql) { in findentry() argument
4380 if (eql(e->key, key)) return e; in findentry()
4386 uint32_t hash, eqlfunc_t *eql) { in findentry_mutable() argument
4387 return (upb_tabent*)findentry(t, key, hash, eql); in findentry_mutable()
4391 uint32_t hash, eqlfunc_t *eql) { in lookup() argument
4392 const upb_tabent *e = findentry(t, key, hash, eql); in lookup()
4406 hashfunc_t *hashfunc, eqlfunc_t *eql) { in insert() argument
4410 UPB_UNUSED(eql); in insert()
4412 assert(findentry(t, key, hash, eql) == NULL); in insert()
4449 assert(findentry(t, key, hash, eql) == our_e); in insert()
[all …]