/third_party/ltp/pan/ |
H A D | tag_report.c | 421 char key[KEYSIZE]; in cuts_testcase() local [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_test.c | 250 key_t key; in shm() local
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_process.c | 210 key_t key; in shm() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_valuefactory.cpp | 159 sfn_log << SfnLog::reg << "Inject value with key " << key << "\ in inject_value() local 198 std::cerr << "Key " << key << " not found\\n"; resolve_array() local [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_shader.c | 54 create_fs_variant(struct softpipe_context *softpipe, struct sp_fragment_shader *fs, const struct sp_fragment_shader_variant_key *key) create_fs_variant() argument 93 softpipe_find_fs_variant(struct softpipe_context *sp, struct sp_fragment_shader *fs, const struct sp_fragment_shader_variant_key *key) softpipe_find_fs_variant() argument
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.c | 204 blorp_init_base_prog_key(struct brw_base_prog_key *key) in blorp_init_base_prog_key() argument 345 struct brw_sf_prog_key key; member 360 struct blorp_sf_key key = { in blorp_ensure_sf_program() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_pipeline.h | 90 struct zink_shader_key key[5]; member 116 struct zink_shader_key key; member
|
H A D | zink_surface.c | 195 hash_ivci(const void *key) in hash_ivci() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_kernel.c | 442 struct brw_cs_prog_key key = { }; in brw_kernel_from_spirv() local
|
H A D | brw_compile_ff_gs.c | 42 struct brw_ff_gs_prog_key key; member 367 gfx6_sol_program(struct brw_ff_gs_compile *c, const struct brw_ff_gs_prog_key *key, in gfx6_sol_program() argument 272 brw_ff_gs_quads(struct brw_ff_gs_compile *c, const struct brw_ff_gs_prog_key *key) brw_ff_gs_quads() argument 310 brw_ff_gs_quad_strip(struct brw_ff_gs_compile *c, const struct brw_ff_gs_prog_key *key) brw_ff_gs_quad_strip() argument 562 brw_compile_ff_gs_prog(struct brw_compiler *compiler, void *mem_ctx, const struct brw_ff_gs_prog_key *key, struct brw_ff_gs_prog_data *prog_data, struct brw_vue_map *vue_map, unsigned *final_assembly_size) brw_compile_ff_gs_prog() argument [all...] |
H A D | brw_nir_analyze_ubo_ranges.c | 104 void *key = (void *) (uintptr_t) hash; in get_block_info() local
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_resource_buffer.h | 66 struct svga_host_surface_cache_key key; member 106 struct svga_host_surface_cache_key key; member
|
H A D | svga_resource_texture.h | 67 struct svga_host_surface_cache_key key; member
|
H A D | svga_screen_cache.c | 45 svga_surface_size(const struct svga_host_surface_cache_key *key) in svga_surface_size() argument 82 svga_screen_cache_bucket(const struct svga_host_surface_cache_key *key) svga_screen_cache_bucket() argument 94 svga_screen_cache_lookup(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key) svga_screen_cache_lookup() argument 213 svga_screen_cache_add(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key, boolean to_invalidate, struct svga_winsys_surface **p_handle) svga_screen_cache_add() argument 491 svga_screen_surface_create(struct svga_screen *svgascreen, unsigned bind_flags, enum pipe_resource_usage usage, boolean *validated, struct svga_host_surface_cache_key *key) svga_screen_surface_create() argument 611 svga_screen_surface_destroy(struct svga_screen *svgascreen, const struct svga_host_surface_cache_key *key, boolean to_invalidate, struct svga_winsys_surface **p_handle) svga_screen_surface_destroy() argument [all...] |
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_winsys.c | 348 static uint32_t kms_handle_hash(const void *key) in kms_handle_hash() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glxhash.c | 109 unsigned long key; member 127 HashHash(unsigned long key) in HashHash() argument 201 HashFind(__glxHashTablePtr table, unsigned long key, unsigned long *h) in HashFind() argument 231 __glxHashLookup(__glxHashTable * t, unsigned long key, void **value) in __glxHashLookup() argument 247 __glxHashInsert(__glxHashTable * t, unsigned long key, void *value) __glxHashInsert() argument 273 __glxHashDelete(__glxHashTable * t, unsigned long key) __glxHashDelete() argument 293 __glxHashNext(__glxHashTable * t, unsigned long *key, void **value) __glxHashNext() argument 311 __glxHashFirst(__glxHashTable * t, unsigned long *key, void **value) __glxHashFirst() argument 377 check_table(__glxHashTablePtr table, unsigned long key, unsigned long value) check_table() argument [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_cipher.h | 161 KeyObjectHandle* key; in New() local 218 std::shared_ptr<KeyObjectData> key() const { return key_; } in key() function in node::crypto::final 198 CipherJob( Environment* env, v8::Local<v8::Object> object, CryptoJobMode mode, KeyObjectHandle* key, WebCryptoCipherMode cipher_mode, const ArrayBufferOrViewContents<char>& data, AdditionalParams&& params) CipherJob() argument
|
H A D | crypto_rsa.cc | 362 ExportJWKRsaKey( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) ExportJWKRsaKey() argument 508 GetRsaKeyDetail( Environment* env, std::shared_ptr<KeyObjectData> key, Local<Object> target) GetRsaKeyDetail() argument [all...] |
H A D | crypto_sig.h | 115 ManagedEVPPKey key; member
|
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/ |
H A D | itt_refcol_impl.c | 265 __itt_metadata_add(const __itt_domain *domain, __itt_id id, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data) __itt_metadata_add() argument
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
H A D | cbor_test.cc | 811 std::vector<uint16_t> key = {'f', 'o', 'o'}; in TEST() local [all...] |
/third_party/node/src/ |
H A D | node_env_var.cc | 74 DateTimeConfigurationChangeNotification( Isolate* isolate, const T& key, const char* val = nullptr) DateTimeConfigurationChangeNotification() argument 222 Local<Value> key = keys->Get(context, i).ToLocalChecked(); Clone() local 246 Set(Isolate* isolate, Local<String> key, Local<String> value) Set() argument 266 Delete(Isolate* isolate, Local<String> key) Delete() argument 302 Local<Value> key; AssignFromObject() local 328 Local<Value> key; AssignToObject() local 376 Local<String> key; EnvSetter() local [all...] |
H A D | node_credentials.cc | 76 bool SafeGetenv(const char* key, in SafeGetenv() argument
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 124 static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, in call_proc() argument
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | object_id.c | 127 OBJECT_ID_INDEX_KEY key; member 226 OBJECT_ID_INDEX_KEY key; in merge_index_data() local 274 OBJECT_ID_INDEX_KEY key; in remove_object_id_index() local 521 OBJECT_ID_INDEX_KEY key; in ntfs_set_ntfs_object_id() local [all...] |