| /third_party/libinput/src/ |
| H A D | evdev-tablet-pad.c | 401 uint32_t key = map_value(map); in pad_notify_button_mask() local
|
| /third_party/ltp/testcases/kernel/syscalls/madvise/ |
| H A D | madvise11.c | 269 static int find_in_file(char *path, char *key) in find_in_file() argument
|
| /third_party/ltp/utils/benchmark/ebizzy-0.3/ |
| H A D | ebizzy.c | 329 static void *linear_search(record_t key, record_t * base, size_t size) in linear_search() argument 371 record_t key, *found; in search_mem() local [all...] |
| /third_party/libfuse/lib/ |
| H A D | helper.c | 145 static int fuse_helper_opt_proc(void *data, const char *arg, int key, in fuse_helper_opt_proc() argument
|
| /third_party/node/deps/openssl/config/archs/linux32-s390x/no-asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | move-optimizer.cc | 250 MoveKey key = {move->source(), move->destination()}; in MigrateMoves() local 275 MoveKey key = {move->source(), move->destination()}; in MigrateMoves() local 410 MoveKey key = {src, dst}; in OptimizeMerge() local 479 MoveKey key = {move->source(), move->destination()}; in OptimizeMerge() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-type-hint-lowering.cc | 519 ReduceLoadKeyedOperation( const Operator* op, Node* obj, Node* key, Node* effect, Node* control, FeedbackSlot slot) const ReduceLoadKeyedOperation() argument 547 ReduceStoreKeyedOperation(const Operator* op, Node* obj, Node* key, Node* val, Node* effect, Node* control, FeedbackSlot slot) const ReduceStoreKeyedOperation() argument
|
| H A D | persistent-map.h | 51 const Key& key() const { return this->first; } in key() function 341 DCHECK(old_first < first_); } if (second_current_) { ++second_; DCHECK(old_second < second_); } return *this = double_iterator(first_, second_); } double_iterator(iterator first, iterator second) : first_(first), second_(second) { if (first_ == second_) { first_current_ = second_current_ = true; } else if (first_ < second_) { first_current_ = true; second_current_ = false; } else { DCHECK(second_ < first_); first_current_ = false; second_current_ = true; } } bool operator!=(const double_iterator& other) { return first_ != other.first_ || second_ != other.second_; } bool is_end() const { return first_.is_end() && second_.is_end(); } private: iterator first_; iterator second_; bool first_current_; bool second_current_; }; template <class Key, class Value, class Hasher> void PersistentMap<Key, Value, Hasher>::Set(Key key, Value value) { HashValue key_hash = HashValue(Hasher()(key)); std::array<const FocusedTree*, kHashBits> path; int length = 0; const FocusedTree* old = FindHash(key_hash, &path, &length); ZoneMap<Key, Value>* more = nullptr; if (!(GetFocusedValue(old, key) != value)) return; if (old && !(old->more == nullptr && old->key_value.key() == key)) { more = zone_->New<ZoneMap<Key, Value>>(zone_); if (old->more) operator ++() argument [all...] |
| H A D | csa-load-elimination.cc | 103 OuterKey key = to_map.first; in IntersectWith() local
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
| H A D | pkcs12.h | 318 EVP_PKEY *key, int key_usage, int iter, variable 321 EVP_PKEY *key, int key_usage, int iter, variable
|
| /third_party/node/deps/v8/src/base/ |
| H A D | hashmap.h | 214 Lookup( const Key& key, uint32_t hash) const Lookup() argument 223 LookupOrInsert( const Key& key, uint32_t hash) LookupOrInsert() argument 232 LookupOrInsert( const Key& key, uint32_t hash, const Func& value_func) LookupOrInsert() argument 257 InsertNew( const Key& key, uint32_t hash) InsertNew() argument 265 Remove( const Key& key, uint32_t hash) Remove() argument 361 Probe( const LookupKey& key, uint32_t hash) const Probe() argument 365 DCHECK(i < capacity()); DCHECK(occupancy() < capacity()); Entry* map = impl_.map_; while (map[i].exists() && !impl_.match()(hash, map[i].hash, key, map[i].key)) { i = (i + 1) & (capacity() - 1); } return &map[i]; } template <typename Key, typename Value, typename MatchFun, class AllocationPolicy> typename TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::Entry* TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::FillEmptyEntry( Entry* entry, const Key& key, const Value& value, uint32_t hash) { DCHECK(!entry->exists()); new (entry) Entry(key, value, hash); impl_.occupancy_++; if (occupancy() + occupancy() / 4 >= capacity()) Probe() argument 567 find(Key* key, bool insert = false) find() argument [all...] |
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform.h | 558 static bool HasThreadLocal(LocalStorageKey key) { in HasThreadLocal() argument 563 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() argument 570 static inline void* GetExistingThreadLocal(LocalStorageKey key) { in GetExistingThreadLocal() argument [all...] |