/third_party/jerryscript/jerry-core/ext/ |
H A D | tracker.c | 65 void StoragePut(Storage* storage, size_t key, size_t value) in StoragePut() argument 79 size_t StorageGet(Storage* storage, size_t key) in StorageGet() argument 84 void StorageReset(Storage* storage, size_t key, void(*reset_fn)(IStorageItem*)) in StorageReset() argument [all...] |
/third_party/json/tests/src/ |
H A D | unit-cbor.cpp | 70 bool key(std::string& /*unused*/) in key() function in __anon4147::SaxCountdown
|
H A D | unit-bson.cpp | 695 bool key(std::string& /*unused*/) in key() function in __anon4146::SaxCountdown
|
/third_party/mesa3d/src/drm-shim/ |
H A D | device.c | 63 uint_key_hash(const void *key) in uint_key_hash() argument 386 void *key = (void *)(uintptr_t)new_handle; in drm_shim_bo_get_handle() local
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglconfig.h | 156 _eglSetConfigKey(_EGLConfig *conf, EGLint key, EGLint val) in _eglSetConfigKey() argument 168 _eglGetConfigKey(const _EGLConfig *conf, EGLint key) in _eglGetConfigKey() argument
|
/third_party/mesa3d/src/freedreno/drm/ |
H A D | freedreno_bo.c | 46 lookup_bo(struct hash_table *tbl, uint32_t key) in lookup_bo() argument
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.c | 300 bool cso_hash_contains(struct cso_hash *hash, unsigned key) in cso_hash_contains() argument 173 cso_hash_insert(struct cso_hash *hash, unsigned key, void *data) cso_hash_insert() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_args.c | 536 radv_declare_shader_args(enum amd_gfx_level gfx_level, const struct radv_pipeline_key *key, in radv_declare_shader_args() argument 903 radv_declare_ps_epilog_args(enum amd_gfx_level gfx_level, const struct radv_ps_epilog_key *key, in radv_declare_ps_epilog_args() argument
|
/third_party/mesa3d/src/c11/impl/ |
H A D | threads_posix.c | 330 tss_create(tss_t *key, tss_dtor_t dtor) in tss_create() argument 338 tss_delete(tss_t key) in tss_delete() argument 345 tss_get(tss_t key) in tss_get() argument 352 tss_set(tss_t key, void *val) in tss_set() argument
|
/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...] |