| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_inlines.h | 385 void *map; in pipe_buffer_map_range() local 522 ubyte *map; in pipe_buffer_read() local
|
| H A D | u_tests.c | 229 void *map; in util_probe_rect_rgba_multi() local
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.c | 172 void *map = crocus_bo_map(batch->dbg, batch->exec_bos[0], MAP_READ); in decode_batch() local 508 uint32_t *map = batch->command.map_next; in crocus_batch_maybe_noop() local 757 uint32_t *map = batch->command.map_next; crocus_finish_batch() local [all...] |
| H A D | crocus_batch.h | 74 void *map; member 140 uint32_t *map; member 258 void *map = batch->command.map_next; in crocus_get_command_space() local 269 void *map = crocus_get_command_space(batch, size); in crocus_batch_emit() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_screen.cpp | 766 void *map = winsys->displaytarget_map(winsys, res->dt, 0); in d3d12_flush_frontbuffer() local
|
| /third_party/musl/libc-test/src/functionalext/unittest/ |
| H A D | unit_test_ldso_dynlink.c | 425 unsigned char *map = map_library(fd, &temp_dso, NULL); in dynlink_test_0260() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_vbo.c | 603 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, in nvc0_draw_elements_inline_u08() argument 631 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, in nvc0_draw_elements_inline_u16() argument 656 nvc0_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) nvc0_draw_elements_inline_u32() argument 674 nvc0_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) nvc0_draw_elements_inline_u32_short() argument [all...] |
| H A D | nvc0_screen.h | 112 uint32_t *map; member
|
| H A D | nvc0_vbo_translate.c | 70 const uint8_t *map; in nvc0_vertex_configure_translate() local
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeTree.java | 1156 public RangeTree map(Function<RangeSpecification, RangeSpecification> fn) { map() method in RangeTree [all...] |
| /third_party/rust/crates/log/src/kv/ |
| H A D | source.rs | 355 let mut map = HashMap::new(); in hash_map() variables 368 let mut map = BTreeMap::new(); in btree_map() variables 615 let mut map = serializer.serialize_map(Some(self.count()))?; serialize() variables [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| H A D | MapField.cs | 80 private readonly Dictionary<TKey, LinkedListNode<KeyValuePair<TKey, TValue>>> map =
field in Google.Protobuf.Collections.MapField [all...] |
| /third_party/pulseaudio/src/modules/macosx/ |
| H A D | module-coreaudio-device.c | 111 pa_channel_map map; member 125 pa_channel_map map; member [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-solaris.c | 891 pa_channel_map map; in pa__init() local
|
| /third_party/pulseaudio/src/modules/oss/ |
| H A D | module-oss.c | 1190 pa_channel_map map; in pa__init() local
|
| /third_party/pulseaudio/src/pulse/ |
| H A D | ohos_pa_volume.c | 385 char *pa_cvolume_snprint_verbose(char *s, size_t l, const pa_cvolume *c, const pa_channel_map *map, int print_dB) { in pa_cvolume_snprint_verbose() argument 674 get_avg(const pa_channel_map *map, const pa_cvolume *v, pa_volume_t *l, pa_volume_t *r, bool (*on_l)(pa_channel_position_t), bool (*on_r)(pa_channel_position_t)) get_avg() argument 707 pa_cvolume_get_balance(const pa_cvolume *v, const pa_channel_map *map) pa_cvolume_get_balance() argument 738 set_balance(pa_cvolume *v, const pa_channel_map *map, float new_balance, bool (*on_l)(pa_channel_position_t), bool (*on_r)(pa_channel_position_t)) set_balance() argument 774 pa_cvolume_set_balance(pa_cvolume *v, const pa_channel_map *map, float new_balance) pa_cvolume_set_balance() argument 832 pa_cvolume_get_fade(const pa_cvolume *v, const pa_channel_map *map) pa_cvolume_get_fade() argument 854 pa_cvolume_set_fade(pa_cvolume *v, const pa_channel_map *map, float new_fade) pa_cvolume_set_fade() argument 868 pa_cvolume_get_lfe_balance(const pa_cvolume *v, const pa_channel_map *map) pa_cvolume_get_lfe_balance() argument 890 pa_cvolume_set_lfe_balance(pa_cvolume *v, const pa_channel_map *map, float new_balance) pa_cvolume_set_lfe_balance() argument 904 pa_cvolume_set_position( pa_cvolume *cv, const pa_channel_map *map, pa_channel_position_t t, pa_volume_t v) pa_cvolume_set_position() argument 929 pa_cvolume_get_position( const pa_cvolume *cv, const pa_channel_map *map, pa_channel_position_t t) pa_cvolume_get_position() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| H A D | Image11.cpp | 634 angle::Result Image11::map(const gl::Context *context, in map() argument [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| H A D | formatutils9.cpp | 75 static inline void InsertD3D9FormatInfo(D3D9FormatMap *map, in InsertD3D9FormatInfo() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 319 void YAMLChecksumsSubsection::map(IO &IO) { map() function in YAMLChecksumsSubsection 324 void YAMLLinesSubsection::map(IO &IO) { map() function in YAMLLinesSubsection 334 void YAMLInlineeLinesSubsection::map(IO &IO) { map() function in YAMLInlineeLinesSubsection 340 void YAMLCrossModuleExportsSubsection::map(IO &IO) { map() function in YAMLCrossModuleExportsSubsection 345 void YAMLCrossModuleImportsSubsection::map(IO &IO) { map() function in YAMLCrossModuleImportsSubsection 350 void YAMLSymbolsSubsection::map(IO &IO) { map() function in YAMLSymbolsSubsection 355 void YAMLStringTableSubsection::map(IO &IO) { map() function in YAMLStringTableSubsection 360 void YAMLFrameDataSubsection::map(IO &IO) { map() function in YAMLFrameDataSubsection 365 void YAMLCoffSymbolRVASubsection::map(IO &IO) { map() function in YAMLCoffSymbolRVASubsection [all...] |
| /third_party/skia/src/core/ |
| H A D | SkDraw_vertices.cpp | 29 Sk4f map(float x, float y) const { in map() function
|
| /third_party/skia/src/codec/ |
| H A D | SkCodec.cpp | 273 SkMatrix map = SkMatrix::RectToRect(src, dst); in zero_rect() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | replace_desc_array_access_using_var_index.cpp | 32 GetValueWithKeyExistenceCheck( uint32_t key, const std::unordered_map<uint32_t, uint32_t>& map) GetValueWithKeyExistenceCheck() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | replace_desc_array_access_using_var_index.cpp | 32 GetValueWithKeyExistenceCheck( uint32_t key, const std::unordered_map<uint32_t, uint32_t>& map) GetValueWithKeyExistenceCheck() argument
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | analysis_enc.c | 141 int map[MAX_ALPHA + 1]; in AssignSegments() local
|
| /third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
| H A D | gencnvex.c | 305 int32_t *map; in reduceToUMappings() local 420 int32_t *map; in generateToUTable() local 593 int32_t *map; prepareFromUMappings() local 719 int32_t *map; generateFromUTable() local 936 int32_t *map; generateFromUTrie() local [all...] |