/third_party/node/deps/v8/src/objects/ |
H A D | literal-objects.cc | 155 AddToDictionaryTemplate(IsolateT* isolate, Handle<Dictionary> dictionary, Key key, int key_index, ClassBoilerplate::ValueKind value_kind, Smi value) AddToDictionaryTemplate() argument 579 AddToElementsTemplate( IsolateT* isolate, Handle<NumberDictionary> dictionary, uint32_t key, int key_index, ClassBoilerplate::ValueKind value_kind, Smi value) AddToElementsTemplate() argument [all...] |
H A D | source-text-module.cc | 580 Object key; in FetchStarExports() local
|
H A D | string-table.cc | 73 bool KeyIsMatch(IsolateT* isolate, StringTableKey* key, String string) { in KeyIsMatch() argument 253 FindEntry(IsolateT* isolate, StringTableKey* key, uint32_t hash) const FindEntry() argument 285 FindEntryOrInsertionEntry( IsolateT* isolate, StringTableKey* key, uint32_t hash) const FindEntryOrInsertionEntry() argument 478 LookupKey(IsolateT* isolate, StringTableKey* key) LookupKey() argument [all...] |
H A D | transitions.cc | 68 Name key = GetSimpleTransitionKey(simple_transition); in Insert() local 294 Name key = descriptors.GetKey(descriptor); in ForEachTransitionTo() local 327 Name key = descriptors.GetKey(descriptor); in IsMatchingMap() local 546 Name key = GetSimpleTransitionKey(target); in EnsureHasFullTransitionArray() local 622 Name key = old_transitions.GetKey(i); in CheckNewTransitionsAreConsistent() local [all...] |
H A D | js-display-names.cc | 617 static const char* key() { return "calendar"; } in key() function 206 KeyValueDisplayNames(const icu::Locale& locale, JSDisplayNames::Style style, bool fallback, bool dialect, const char* key, bool prevent_fallback) KeyValueDisplayNames() argument
|
H A D | ordered-hash-table.cc | 125 HasKey(Isolate* isolate, Derived table, Object key) HasKey() argument 135 FindEntry(Isolate* isolate, Object key) FindEntry() argument 167 Add(Isolate* isolate, Handle<OrderedHashSet> table, Handle<Object> key) Add() argument 214 Object key = table->get(index); ConvertToKeysArray() local 270 Object key = table->KeyAt(old_entry); Rehash() local 336 Delete(Isolate* isolate, Derived table, Object key) Delete() argument 368 Add(Isolate* isolate, Handle<OrderedHashMap> table, Handle<Object> key, Handle<Object> value) Add() argument 409 SetEntry(InternalIndex entry, Object key, Object value) SetEntry() argument 417 FindEntry(IsolateT* isolate, Object key) FindEntry() argument 447 Add( IsolateT* isolate, Handle<OrderedNameDictionary> table, Handle<Name> key, Handle<Object> value, PropertyDetails details) Add() argument 481 SetEntry(InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument 709 Add( Isolate* isolate, Handle<SmallOrderedHashSet> table, Handle<Object> key) Add() argument 741 Delete(Isolate* isolate, SmallOrderedHashSet table, Object key) Delete() argument 747 HasKey(Isolate* isolate, Handle<Object> key) HasKey() argument 751 Add( Isolate* isolate, Handle<SmallOrderedHashMap> table, Handle<Object> key, Handle<Object> value) Add() argument 785 Delete(Isolate* isolate, SmallOrderedHashMap table, Object key) Delete() argument 791 HasKey(Isolate* isolate, Handle<Object> key) HasKey() argument 797 FindEntry(Isolate* isolate, Object key) FindEntry() argument 816 Add( Isolate* isolate, Handle<SmallOrderedNameDictionary> table, Handle<Name> key, Handle<Object> value, PropertyDetails details) Add() argument 858 SetEntry(InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument 873 HasKey(Isolate* isolate, Handle<Object> key) HasKey() argument 880 Delete(Isolate* isolate, Derived table, Object key) Delete() argument 933 Object key = table->KeyAt(old_entry); Rehash() local 1015 FindEntry(Isolate* isolate, Object key) FindEntry() argument 1103 Delete( Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) Delete() argument 1116 HasKey( Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) HasKey() argument 1158 Handle<Object> key = handle(table->KeyAt(entry), isolate); AdjustRepresentation() local 1185 Handle<Object> key = handle(table->KeyAt(entry), isolate); AdjustRepresentation() local 1224 Add(Isolate* isolate, Handle<HeapObject> table, Handle<Object> key, Handle<Object> value) Add() argument 1249 Add(Isolate* isolate, Handle<HeapObject> table, Handle<Object> key) Add() argument 1272 Add( Isolate* isolate, Handle<HeapObject> table, Handle<Name> key, Handle<Object> value, PropertyDetails details) Add() argument 1297 SetEntry(HeapObject table, InternalIndex entry, Object key, Object value, PropertyDetails details) SetEntry() argument 1312 FindEntry(Isolate* isolate, HeapObject table, Name key) FindEntry() argument [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 33 GetObjectProperty( Isolate* isolate, Handle<Object> lookup_start_object, Handle<Object> key, Handle<Object> receiver, bool* is_found) GetObjectProperty() argument 68 HasProperty(Isolate* isolate, Handle<Object> object, Handle<Object> key) HasProperty() argument 270 DeleteObjectProperty(Isolate* isolate, Handle<JSReceiver> receiver, Handle<Object> key, LanguageMode language_mode) DeleteObjectProperty() argument 551 SetObjectProperty( Isolate* isolate, Handle<Object> object, Handle<Object> key, Handle<Object> value, StoreOrigin store_origin, Maybe<ShouldThrow> should_throw) SetObjectProperty() argument 589 DefineObjectOwnProperty(Isolate* isolate, Handle<Object> object, Handle<Object> key, Handle<Object> value, StoreOrigin store_origin) DefineObjectOwnProperty() argument 807 Handle<Name> key = Handle<Name>::cast(key_obj); RUNTIME_FUNCTION() local 885 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 898 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 911 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 930 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 948 DeleteProperty(Isolate* isolate, Handle<Object> object, Handle<Object> key, LanguageMode language_mode) DeleteProperty() argument 965 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 992 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 1470 Handle<Object> key = args.at(1); RUNTIME_FUNCTION() local 1485 Handle<String> key = args.at<String>(1); RUNTIME_FUNCTION() local 1551 Handle<Name> key = args.at<Name>(1); RUNTIME_FUNCTION() local 1566 Name key = Name::cast(args[1]); RUNTIME_FUNCTION() local [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 242 inline uint32_t ComputeUnseededHash(uint32_t key) { in ComputeUnseededHash() argument 253 inline uint32_t ComputeLongHash(uint64_t key) { in ComputeLongHash() argument 264 inline uint32_t ComputeSeededHash(uint32_t key, uint64_t seed) { in ComputeSeededHash() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_shader.cpp | 138 unsigned key = (kind << 28) | (version << 16) | id; in get_value() local 511 value* shader::get_ro_value(value_map& vm, value_kind vk, unsigned key) { in get_ro_value() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors_lazy.c | 260 struct zink_descriptor_layout_key *key; in zink_descriptor_program_init_lazy() local 701 const struct zink_descriptor_pool_key *key = entry->key; in zink_batch_descriptor_reset_lazy() local
|
H A D | zink_render_pass.c | 296 hash_rp_state(const void *key) in hash_rp_state() argument 309 hash_render_pass_state(const void *key) in hash_render_pass_state() argument
|
/third_party/mesa3d/src/glx/ |
H A D | indirect_vertex_array.c | 425 get_array_entry(const struct array_state_vector *arrays, GLenum key, unsigned index) get_array_entry() argument 1789 __glXSetArrayEnable(__GLXattribute * state, GLenum key, unsigned index, GLboolean enable) __glXSetArrayEnable() argument 1832 __glXGetArrayEnable(const __GLXattribute * const state, GLenum key, unsigned index, GLintptr * dest) __glXGetArrayEnable() argument 1851 __glXGetArrayType(const __GLXattribute * const state, GLenum key, unsigned index, GLintptr * dest) __glXGetArrayType() argument 1870 __glXGetArraySize(const __GLXattribute * const state, GLenum key, unsigned index, GLintptr * dest) __glXGetArraySize() argument 1889 __glXGetArrayStride(const __GLXattribute * const state, GLenum key, unsigned index, GLintptr * dest) __glXGetArrayStride() argument 1908 __glXGetArrayPointer(const __GLXattribute * const state, GLenum key, unsigned index, void **dest) __glXGetArrayPointer() argument 1928 __glXGetArrayNormalized(const __GLXattribute * const state, GLenum key, unsigned index, GLintptr * dest) __glXGetArrayNormalized() argument [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blend.c | 468 static uint32_t pan_blend_shader_key_hash(const void *key) in pan_blend_shader_key_hash() argument 771 struct pan_blend_shader_key key = { in pan_blend_get_shader_locked() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | hash_table.c | 125 key_pointer_is_reserved(const struct hash_table *ht, const void *key) in key_pointer_is_reserved() argument 149 _mesa_hash_table_init(struct hash_table *ht, void *mem_ctx, uint32_t (*key_hash_function)(const void *key), bool (*key_equals_function)(const void *a, const void *b)) _mesa_hash_table_init() argument 172 _mesa_hash_table_create(void *mem_ctx, uint32_t (*key_hash_function)(const void *key), bool (*key_equals_function)(const void *a, const void *b)) _mesa_hash_table_create() argument 195 key_u32_hash(const void *key) key_u32_hash() argument 309 hash_table_search(struct hash_table *ht, uint32_t hash, const void *key) hash_table_search() argument 345 _mesa_hash_table_search(struct hash_table *ht, const void *key) _mesa_hash_table_search() argument 352 _mesa_hash_table_search_pre_hashed(struct hash_table *ht, uint32_t hash, const void *key) _mesa_hash_table_search_pre_hashed() argument 364 hash_table_insert_rehash(struct hash_table *ht, uint32_t hash, const void *key, void *data) hash_table_insert_rehash() argument 430 hash_table_insert(struct hash_table *ht, uint32_t hash, const void *key, void *data) hash_table_insert() argument 506 _mesa_hash_table_insert(struct hash_table *ht, const void *key, void *data) _mesa_hash_table_insert() argument 513 _mesa_hash_table_insert_pre_hashed(struct hash_table *ht, uint32_t hash, const void *key, void *data) _mesa_hash_table_insert_pre_hashed() argument 541 _mesa_hash_table_remove_key(struct hash_table *ht, const void *key) _mesa_hash_table_remove_key() argument 641 _mesa_hash_int(const void *key) _mesa_hash_int() argument 647 _mesa_hash_uint(const void *key) _mesa_hash_uint() argument 653 _mesa_hash_u32(const void *key) _mesa_hash_u32() argument 669 const char *key = _key; _mesa_hash_string_with_length() local 756 key_u64_hash(const void *key) key_u64_hash() argument 831 _mesa_hash_table_u64_insert(struct hash_table_u64 *ht, uint64_t key, void *data) _mesa_hash_table_u64_insert() argument 858 hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) hash_table_u64_search() argument 869 _mesa_hash_table_u64_search(struct hash_table_u64 *ht, uint64_t key) _mesa_hash_table_u64_search() argument 887 _mesa_hash_table_u64_remove(struct hash_table_u64 *ht, uint64_t key) _mesa_hash_table_u64_remove() argument [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 317 struct vk_pipeline_cache_object key = { in vk_pipeline_cache_lookup_object() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1507 translate_sse2_create(const struct translate_key *key) in translate_sse2_create() argument 1611 translate_sse2_create(const struct translate_key *key) translate_sse2_create() argument [all...] |
H A D | translate_generic.c | 779 translate_generic_create(const struct translate_key *key) in translate_generic_create() argument [all...] |
/third_party/musl/Benchmark/musl/ |
H A D | libc_pthread.cpp | 333 tss_t key; in Bm_function_tss_get() local
|
/third_party/musl/ldso/linux/ |
H A D | ns_config.c | 73 static line_status config_line(char *line, char *section, char *key, char *value) in config_line() argument 218 kvlist_set(kvlist *kvs, const char *key, const char *val) kvlist_set() argument 253 sections_set(section_list *sections, const char *name, const char *key, const char *val) sections_set() argument 292 char key[MAX_LINE_SIZE + 1]; config_load() local 389 config_get_value_by_acquiescence(kvlist *acquiescence_kvs, const char *key) config_get_value_by_acquiescence() argument 413 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_acquiescence_lib_path() local 429 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_acquiescence_asan_lib_path() local 434 config_get_value(const char *key) config_get_value() argument 456 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_lib_paths() local 472 char *key = config_key_join(ATTR_NS_LIB_PATHS, false); config_get_asan_lib_paths() local 542 char *key = config_key_join(ATTR_ADDED_NSLIST, true); config_get_namespaces() local 557 char *key = config_key_join(ATTR_NS_PERMITTED_PATHS, false); config_get_permitted_paths() local 573 char *key = config_key_join(ATTR_NS_PERMITTED_PATHS, false); config_get_asan_permitted_paths() local 586 char *key = config_key_join(ATTR_NS_INHERITS, false); config_get_inherits() local 600 char *key = config_key_join(ATTR_NS_SEPARATED, false); config_get_separated() local 617 char *key = config_key_join(ATTR_NS_ALLOWED_LIBS, false); config_get_allowed_libs() local 632 char *key = config_key_join(ATTR_NS_INHERIT_SHARED_LIBS, false); config_get_inherit_shared_libs() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_emit.h | 60 struct svga_compile_key key; member
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_job.c | 63 panfrost_batch_init(struct panfrost_context *ctx, const struct pipe_framebuffer_state *key, struct panfrost_batch *batch) panfrost_batch_init() argument 155 panfrost_get_batch(struct panfrost_context *ctx, const struct pipe_framebuffer_state *key) panfrost_get_batch() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | dgst.c | 546 do_fp(BIO *out, unsigned char *buf, BIO *bp, int sep, int binout, int xoflen, EVP_PKEY *key, unsigned char *sigin, int siglen, const char *sig_name, const char *md_name, const char *file) do_fp() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_def.c | 907 unsigned char key = (unsigned char)c; in is_keytype() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 216 static int dh_to_text(BIO *out, const void *key, int selection) in dh_to_text() argument 292 static int dsa_to_text(BIO *out, const void *key, int selection) in dsa_to_text() argument 491 static int ec_to_text(BIO *out, const void *key, int selection) in ec_to_text() argument 568 static int ecx_to_text(BIO *out, const void *key, int selection) in ecx_to_text() argument 628 rsa_to_text(BIO *out, const void *key, int selection) rsa_to_text() argument 794 key2text_encode(void *vctx, const void *key, int selection, OSSL_CORE_BIO *cout, int (*key2text)(BIO *out, const void *key, int selection), OSSL_PASSPHRASE_CALLBACK *cb, void *cbarg) key2text_encode() argument [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 397 static int x942kdf_derive(void *vctx, unsigned char *key, size_t keylen, in x942kdf_derive() argument
|