Home
last modified time | relevance | path

Searched defs:map (Results 1226 - 1250 of 1261) sorted by relevance

1...<<4142434445464748495051

/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp174 void __indirect_glGetPixelMapfv(GLenum map, GLfloat *values) { } in __indirect_glGetPixelMapfv() argument
175 void __indirect_glGetPixelMapuiv(GLenum map, GLuint *values) { } in __indirect_glGetPixelMapuiv() argument
176 void __indirect_glGetPixelMapusv(GLenum map, GLushort *values) { } in __indirect_glGetPixelMapusv() argument
246 void __indirect_glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) { } in __indirect_glPixelMapfv() argument
247 void __indirect_glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) { } in __indirect_glPixelMapuiv() argument
248 void __indirect_glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) { } in __indirect_glPixelMapusv() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h502 void *map; member
715 void *map; member
746 void *map; global() member
770 struct anv_free_entry *map; global() member
1557 anv_batch_set_storage(struct anv_batch *batch, struct anv_address addr, void *map, size_t size) anv_batch_set_storage() argument
1722 void * map; global() member
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc333 void StoreMap(Node* heap_object, Node* map) { in StoreMap() argument
342 Node* LoadInstanceType(Node* map) { in LoadInstanceType() argument
347 Node* LoadWasmTypeInfo(Node* map) { in LoadWasmTypeInfo() argument
494 Node* IsDataRefMap(Node* map) { in IsDataRefMap() argument
508 Node* map = LoadMap(heap_object); HasInstanceType() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dheap.cc925 UpdateRetainersMapAfterScavenge( std::unordered_map<HeapObject, HeapObject, Object::Hasher>* map) UpdateRetainersMapAfterScavenge() argument
3514 Map map = object.map(); LeftTrimFixedArray() local
6314 AddRetainedMap(Handle<NativeContext> context, Handle<Map> map) AddRetainedMap() argument
7115 AllowedToBeMigrated(Map map, HeapObject obj, AllocationSpace dst) AllowedToBeMigrated() argument
7188 Map map = GcSafeMapOfCodeSpaceObject(code); GcSafeCodeContains() local
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc5623 auto& map = *stack_access_count_map; in ThrowInternal() local
5636 auto& map = *stack_access_count_map; in ThrowInternal() local
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c192 static const unsigned map[] = { in translate_prim_type() local
220 static const unsigned map[] = { in translate_compare_func() local
248 static const unsigned map[] = { in translate_shadow_func() local
264 static const unsigned map[4] = { in translate_cull_mode() local
277 static const unsigned map[4] = { in translate_fill_mode() local
290 static const unsigned map[] = { translate_mip_filter() local
301 static const unsigned map[] = { translate_wrap() local
362 uint32_t *map = stream_state(batch, size, alignment, &offset); emit_state() local
617 void *map = crocus_get_command_space(batch, 4 * 5); crocus_store_data_imm64() local
912 upload_shader_consts(struct crocus_context *ice, gl_shader_stage stage, uint32_t *map, unsigned start) upload_shader_consts() argument
2340 crocus_upload_sampler_state(struct crocus_batch *batch, struct crocus_sampler_state *cso, uint32_t border_color_offset, enum samp_workaround samp_workaround, uint32_t first_level, void *map) crocus_upload_sampler_state() argument
2615 uint32_t *map = stream_state(batch, size, 32, &shs->sampler_offset); crocus_upload_sampler_states() local
3499 void *map = NULL; crocus_set_constant_buffer() local
3543 uint32_t *map = NULL; upload_sysvals() local
4336 uint32_t *map = ralloc_size(NULL, sizeof(uint32_t) * dwords); crocus_create_so_decl_list() local
5816 emit_vertex_buffer_state(struct crocus_batch *batch, unsigned buffer_id, struct crocus_bo *bo, unsigned start_offset, unsigned end_offset, unsigned stride, unsigned step_rate, uint32_t **map) emit_vertex_buffer_state() argument
7590 uint32_t *map = global() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp1062 void Context::getPixelMapfv(GLenum map, GLfloat *values) in getPixelMapfv() argument
1067 void Context::getPixelMapuiv(GLenum map, GLuint *values) in getPixelMapuiv() argument
1072 void Context::getPixelMapusv(GLenum map, GLushort *values) in getPixelMapusv() argument
1331 void Context::pixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) in pixelMapfv() argument
1336 void Context::pixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) in pixelMapuiv() argument
1341 void Context::pixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) in pixelMapusv() argument
3299 void Context::getnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat *values) in getnPixelMapfv() argument
3304 void Context::getnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint *values) in getnPixelMapuiv() argument
3309 void Context::getnPixelMapusv(GLenum map, GLsizei bufSize, GLushort *values) in getnPixelMapusv() argument
/third_party/toybox/generated/
H A Dglobals.h538 struct zmap *map; member
1096 short map[256]; //map of chars member
/third_party/toybox/toys/pending/
H A Dbc.c4519 BcVec *v, *map; in bc_program_search() local
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc8030 static const NEONFormatMap map = in Simulator() local
9295 static const NEONFormatMap map = {{22, 21, 20, 19}, in Simulator() local
9405 static const NEONFormatMap map = {{22, 21, 20, 19, 30}, in Simulator() local
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c586 upb_map *map = *map_p; in decode_tomap() local
1111 const upb_map *map = *(const upb_map**)field_mem; upb_encode_map() local
1371 upb_map *map = upb_arena_malloc(a, sizeof(upb_map)); _upb_map_new() local
5839 upb_map *map = (upb_map*)val.map_val; _upb_msg_discardunknown() local
5920 upb_map_size(const upb_map *map) upb_map_size() argument
5924 upb_map_get(const upb_map *map, upb_msgval key, upb_msgval *val) upb_map_get() argument
5928 upb_map_set(upb_map *map, upb_msgval key, upb_msgval val, upb_arena *arena) upb_map_set() argument
5933 upb_map_delete(upb_map *map, upb_msgval key) upb_map_delete() argument
5937 upb_mapiter_next(const upb_map *map, size_t *iter) upb_mapiter_next() argument
5941 upb_mapiter_done(const upb_map *map, size_t iter) upb_mapiter_done() argument
5950 upb_mapiter_key(const upb_map *map, size_t iter) upb_mapiter_key() argument
5959 upb_mapiter_value(const upb_map *map, size_t iter) upb_mapiter_value() argument
6825 upb_map *map = upb_msg_mutable(msg, f, d->arena).map; jsondec_map() local
8009 jsonenc_map(jsonenc *e, const upb_map *map, const upb_fielddef *f) jsonenc_map() argument
[all...]
H A Dphp-upb.h1272 UPB_INLINE size_t _upb_map_size(const upb_map *map) { in _upb_map_size() argument
1276 UPB_INLINE bool _upb_map_get(const upb_map *map, const void *key, in _upb_map_get() argument
1287 _upb_map_next(const upb_map *map, size_t *iter) _upb_map_next() argument
1297 _upb_map_set(upb_map *map, const void *key, size_t key_size, void *val, size_t val_size, upb_arena *arena) _upb_map_set() argument
1308 _upb_map_delete(upb_map *map, const void *key, size_t key_size) _upb_map_delete() argument
1313 _upb_map_clear(upb_map *map) _upb_map_clear() argument
1320 upb_map *map = *UPB_PTR_AT(msg, ofs, upb_map *); _upb_msg_map_size() local
1327 upb_map *map = *UPB_PTR_AT(msg, ofs, upb_map *); _upb_msg_map_get() local
1334 upb_map *map = *UPB_PTR_AT(msg, ofs, upb_map *); _upb_msg_map_next() local
1342 upb_map **map = PTR_AT(msg, ofs, upb_map *); _upb_msg_map_set() local
1351 upb_map *map = *UPB_PTR_AT(msg, ofs, upb_map *); _upb_msg_map_delete() local
1357 upb_map *map = *UPB_PTR_AT(msg, ofs, upb_map *); _upb_msg_map_clear() local
3656 upb_map* map; global() member
[all...]
/third_party/python/Modules/
H A D_testcapimodule.c4791 PyObject *map, *key; in getitem_with_error() local
/third_party/python/Objects/
H A Dunicodeobject.c8517 struct encoding_map *map = (struct encoding_map*)mapping; in encoding_map_lookup() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_linux.c19403 struct rps_map *old_map, *map; in custom_rps_map_set() local
19467 struct rps_map *map; custom_rps_map_clear() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java5837 public int map(int value) { in map() method in UCharacter.UCharacterTypeIterator.MaskType
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUCharacter.java5094 public int map(int value) { in map() method in UCharacter.UCharacterTypeIterator.MaskType
/third_party/libbpf/src/
H A Dlibbpf.c1029 static bool bpf_map__is_struct_ops(const struct bpf_map *map) in bpf_map__is_struct_ops() argument
1035 static int bpf_map__init_kern_struct_ops(struct bpf_map *map, in bpf_map__init_kern_struct_ops() argument
1167 struct bpf_map *map; bpf_object__init_kern_struct_ops_maps() local
1195 struct bpf_map *map; init_struct_ops_maps() local
1581 struct bpf_map *map; global() local
1608 bpf_map_mmap_resize(struct bpf_map *map, size_t old_sz, size_t new_sz) global() argument
1694 map_is_mmapable(struct bpf_object *obj, struct bpf_map *map) global() argument
1725 struct bpf_map *map; global() local
2274 build_map_pin_path(struct bpf_map *map, const char *path) global() argument
2548 map_is_ringbuf(const struct bpf_map *map) global() argument
2554 fill_map_from_def(struct bpf_map *map, const struct btf_map_def *def) global() argument
2623 struct bpf_map *map; global() local
4443 struct bpf_map *map; global() local
4740 map_fill_btf_type_info(struct bpf_object *obj, struct bpf_map *map) global() argument
4806 bpf_map__autocreate(const struct bpf_map *map) global() argument
4811 bpf_map__set_autocreate(struct bpf_map *map, bool autocreate) global() argument
4820 bpf_map__reuse_fd(struct bpf_map *map, int fd) global() argument
4882 bpf_map__max_entries(const struct bpf_map *map) global() argument
4887 bpf_map__inner_map(struct bpf_map *map) global() argument
4895 bpf_map__set_max_entries(struct bpf_map *map, __u32 max_entries) global() argument
4982 int ret, map, insn_cnt = ARRAY_SIZE(insns); global() local
5162 int ret, map, prog, insn_cnt = ARRAY_SIZE(insns); global() local
5402 map_is_reuse_compat(const struct bpf_map *map, int map_fd) global() argument
5428 bpf_object__reuse_map(struct bpf_map *map) global() argument
5467 bpf_object__populate_internal_map(struct bpf_object *obj, struct bpf_map *map) global() argument
5505 bpf_object__create_map(struct bpf_object *obj, struct bpf_map *map, bool is_inner) global() argument
5609 init_map_in_map_slots(struct bpf_object *obj, struct bpf_map *map) global() argument
5645 init_prog_array_slots(struct bpf_object *obj, struct bpf_map *map) global() argument
5680 struct bpf_map *map; global() local
5698 map_set_def_max_entries(struct bpf_map *map) global() argument
5719 struct bpf_map *map; global() local
6310 poison_map_ldimm64(struct bpf_program *prog, int relo_idx, int insn_idx, struct bpf_insn *insn, int map_idx, const struct bpf_map *map) global() argument
6373 const struct bpf_map *map; global() local
7044 struct bpf_map *map = NULL, *targ_map = NULL; global() local
7440 struct bpf_map *map; global() local
7599 const struct bpf_map *map; global() local
8333 bpf_map_prepare_vdata(const struct bpf_map *map) global() argument
8540 bpf_map__pin(struct bpf_map *map, const char *path) global() argument
8601 bpf_map__unpin(struct bpf_map *map, const char *path) global() argument
8637 bpf_map__set_pin_path(struct bpf_map *map, const char *path) global() argument
8660 bpf_map__is_pinned(const struct bpf_map *map) global() argument
8677 struct bpf_map *map; global() local
8725 struct bpf_map *map; global() local
8845 bpf_map__destroy(struct bpf_map *map) global() argument
9564 struct bpf_map *map; global() local
9589 struct bpf_map *map; global() local
9918 bpf_map__fd(const struct bpf_map *map) global() argument
9923 map_uses_real_name(const struct bpf_map *map) global() argument
9938 bpf_map__name(const struct bpf_map *map) global() argument
9949 bpf_map__type(const struct bpf_map *map) global() argument
9954 bpf_map__set_type(struct bpf_map *map, enum bpf_map_type type) global() argument
9962 bpf_map__map_flags(const struct bpf_map *map) global() argument
9967 bpf_map__set_map_flags(struct bpf_map *map, __u32 flags) global() argument
9975 bpf_map__map_extra(const struct bpf_map *map) global() argument
9980 bpf_map__set_map_extra(struct bpf_map *map, __u64 map_extra) global() argument
9988 bpf_map__numa_node(const struct bpf_map *map) global() argument
9993 bpf_map__set_numa_node(struct bpf_map *map, __u32 numa_node) global() argument
10001 bpf_map__key_size(const struct bpf_map *map) global() argument
10006 bpf_map__set_key_size(struct bpf_map *map, __u32 size) global() argument
10014 bpf_map__value_size(const struct bpf_map *map) global() argument
10019 map_btf_datasec_resize(struct bpf_map *map, __u32 size) global() argument
10090 bpf_map__set_value_size(struct bpf_map *map, __u32 size) global() argument
10120 bpf_map__btf_key_type_id(const struct bpf_map *map) global() argument
10125 bpf_map__btf_value_type_id(const struct bpf_map *map) global() argument
10130 bpf_map__set_initial_value(struct bpf_map *map, const void *data, size_t size) global() argument
10141 bpf_map__initial_value(struct bpf_map *map, size_t *psize) global() argument
10149 bpf_map__is_internal(const struct bpf_map *map) global() argument
10154 bpf_map__ifindex(const struct bpf_map *map) global() argument
10159 bpf_map__set_ifindex(struct bpf_map *map, __u32 ifindex) global() argument
10167 bpf_map__set_inner_map_fd(struct bpf_map *map, int fd) global() argument
10263 validate_map_op(const struct bpf_map *map, size_t key_sz, size_t value_sz, bool check_value_sz) global() argument
10304 bpf_map__lookup_elem(const struct bpf_map *map, const void *key, size_t key_sz, void *value, size_t value_sz, __u64 flags) global() argument
10317 bpf_map__update_elem(const struct bpf_map *map, const void *key, size_t key_sz, const void *value, size_t value_sz, __u64 flags) global() argument
10330 bpf_map__delete_elem(const struct bpf_map *map, const void *key, size_t key_sz, __u64 flags) global() argument
10342 bpf_map__lookup_and_delete_elem(const struct bpf_map *map, const void *key, size_t key_sz, void *value, size_t value_sz, __u64 flags) global() argument
10355 bpf_map__get_next_key(const struct bpf_map *map, const void *cur_key, void *next_key, size_t key_sz) global() argument
12678 bpf_map__attach_struct_ops(const struct bpf_map *map) global() argument
12727 bpf_link__update_map(struct bpf_link *link, const struct bpf_map *map) global() argument
13004 struct bpf_map_info map; global() local
13473 struct bpf_map **map = maps[i].map; global() local
13558 const struct bpf_map *map; global() local
13635 struct bpf_map *map = *s->maps[i].map; global() local
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js633 function map(array, f) { function
[all...]
/third_party/mesa3d/src/mesa/main/
H A Ddlist.c893 GLubyte *map; in build_bitmap_atlas() local
1449 const GLubyte *map, *src; in unpack_image() local
3446 save_PixelMapfv(GLenum map, GLint mapsize, const GLfloat *values) save_PixelMapfv() argument
3464 save_PixelMapuiv(GLenum map, GLint mapsize, const GLuint *values) save_PixelMapuiv() argument
3483 save_PixelMapusv(GLenum map, GLint mapsize, const GLushort *values) save_PixelMapusv() argument
[all...]
/third_party/libabigail/src/
H A Dabg-ir.cc79 pool_map_type map; member
13137 maybe_update_types_lookup_map(const class_decl_sptr& class_type, istring_type_base_wptrs_map_type& map, bool use_type_name_as_key) maybe_update_types_lookup_map() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp519 void GL_APIENTRY glGetPixelMapfv(GLenum map, GLfloat *values) in glGetPixelMapfv() argument
524 void GL_APIENTRY glGetPixelMapuiv(GLenum map, GLuint *values) in glGetPixelMapuiv() argument
529 void GL_APIENTRY glGetPixelMapusv(GLenum map, GLushort *values) in glGetPixelMapusv() argument
900 void GL_APIENTRY glPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) in glPixelMapfv() argument
905 void GL_APIENTRY glPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) in glPixelMapuiv() argument
910 glPixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) glPixelMapusv() argument
5892 glGetnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat *values) glGetnPixelMapfv() argument
5897 glGetnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint *values) glGetnPixelMapuiv() argument
5902 glGetnPixelMapusv(GLenum map, GLsizei bufSize, GLushort *values) glGetnPixelMapusv() argument
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js454 function map(array, f) { function
[all...]
H A Dtypescript.js445 function map(array, f) { function
[all...]
H A DtypescriptServices.js445 function map(array, f) { function
[all...]

Completed in 225 milliseconds

1...<<4142434445464748495051