Searched defs:key (Results 1 - 25 of 2496) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp48 key_const_reference key = PB_DS_V2F(r_val); local
49 comp_hash pos_hash_pair = ranged_hash_fn_base::operator()(key);
55 key, pos_hash_pair.second))
64 PB_DS_CHECK_KEY_EXISTS(key)
68 PB_DS_CHECK_KEY_DOES_NOT_EXIST(key)
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp23 void test(const void* key, int len) { argument
27 DoNotOptimize(h1(key, i));
28 DoNotOptimize(h2(key, i));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/function.objects/unord.hash/
H A Dmurmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp23 void test(const void* key, int len) { argument
27 DoNotOptimize(h1(key, i));
28 DoNotOptimize(h2(key, i));
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DDenseMapInfo.h190 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
192 key += ~(key << 32);
193 key ^= (key >> 22);
194 key += ~(key << 13);
195 key ^= (key >> 8);
196 key
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
H A Dipcbuf.h20 __kernel_key_t key; member in struct:ipc64_perm
/prebuilts/tools/common/m2/repository/org/codehaus/gmaven/feature/gmaven-feature-support/1.5/
H A Dgmaven-feature-support-1.5.jar ... final org.slf4j.Logger log protected final String key protected final org.codehaus.gmaven.feature. ...
/prebuilts/tools/common/m2/repository/io/opentracing/opentracing-impl/0.13.0/
H A Dopentracing-impl-0.13.0.jar ... .lang.String, java.lang.String) String key String value public io.opentracing.Span setTag (java ...
/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-api/1.0.0/
H A Dkotlin-gradle-plugin-api-1.0.0.jar ... SubpluginOption extends java.lang.Object { private final String key private final String value public final java.lang. ...
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DDenseMapInfo.h169 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
171 key += ~(key << 32);
172 key ^= (key >> 22);
173 key += ~(key << 13);
174 key ^= (key >> 8);
175 key
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DDenseMapInfo.h169 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32 local
171 key += ~(key << 32);
172 key ^= (key >> 22);
173 key += ~(key << 13);
174 key ^= (key >> 8);
175 key
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
H A Dypupd.h55 yp_buf key; member in struct:ypupdate_args
64 yp_buf key; member in struct:ypdelete_args
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dsearch.h37 char *key; member in struct:entry
55 char *key; member in struct:node

Completed in 390 milliseconds

1234567891011>>