Home
last modified time | relevance | path

Searched defs:key (Results 1551 - 1575 of 3486) sorted by relevance

1...<<61626364656667686970>>...140

/third_party/ltp/pan/
H A Dtag_report.c421 char key[KEYSIZE]; in cuts_testcase() local
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_test.c250 key_t key; in shm() local
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_process.c210 key_t key; in shm() local
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_valuefactory.cpp159 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 Dsp_state_shader.c54 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 Dblorp.c204 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 Dzink_pipeline.h90 struct zink_shader_key key[5]; member
116 struct zink_shader_key key; member
H A Dzink_surface.c195 hash_ivci(const void *key) in hash_ivci() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_kernel.c442 struct brw_cs_prog_key key = { }; in brw_kernel_from_spirv() local
H A Dbrw_compile_ff_gs.c42 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 Dbrw_nir_analyze_ubo_ranges.c104 void *key = (void *) (uintptr_t) hash; in get_block_info() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h66 struct svga_host_surface_cache_key key; member
106 struct svga_host_surface_cache_key key; member
H A Dsvga_resource_texture.h67 struct svga_host_surface_cache_key key; member
H A Dsvga_screen_cache.c45 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 Damdgpu_winsys.c348 static uint32_t kms_handle_hash(const void *key) in kms_handle_hash() argument
/third_party/mesa3d/src/glx/
H A Dglxhash.c109 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 Dcrypto_cipher.h161 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 Dcrypto_rsa.cc362 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 Dcrypto_sig.h115 ManagedEVPPKey key; member
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify_refcol/
H A Ditt_refcol_impl.c265 __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 Dcbor_test.cc811 std::vector<uint16_t> key = {'f', 'o', 'o'}; in TEST() local
[all...]
/third_party/node/src/
H A Dnode_env_var.cc74 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 Dnode_credentials.cc76 bool SafeGetenv(const char* key, in SafeGetenv() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_opt.c124 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 Dobject_id.c127 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...]

Completed in 17 milliseconds

1...<<61626364656667686970>>...140