Home
last modified time | relevance | path

Searched +defs:p +defs:map (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/third_party/pulseaudio/src/pulse/
Dchannelmap.c467 char* pa_channel_map_snprint(char *s, size_t l, const pa_channel_map *map) { in pa_channel_map_snprint()
497 pa_channel_position_t pa_channel_position_from_string(const char *p) { in pa_channel_position_from_string()
520 pa_channel_map map; in pa_channel_map_parse() local
521 char *p; in pa_channel_map_parse() local
617 int pa_channel_map_valid(const pa_channel_map *map) { in pa_channel_map_valid()
632 int pa_channel_map_compatible(const pa_channel_map *map, const pa_sample_spec *ss) { in pa_channel_map_compatible()
661 int pa_channel_map_can_balance(const pa_channel_map *map) { in pa_channel_map_can_balance()
674 int pa_channel_map_can_fade(const pa_channel_map *map) { in pa_channel_map_can_fade()
687 int pa_channel_map_can_lfe_balance(const pa_channel_map *map) { in pa_channel_map_can_lfe_balance()
700 const char* pa_channel_map_to_name(const pa_channel_map *map) { in pa_channel_map_to_name()
[all …]
Dohos_pa_volume.c385 char *pa_cvolume_snprint_verbose(char *s, size_t l, const pa_cvolume *c, const pa_channel_map *map,… in pa_cvolume_snprint_verbose()
571 static bool on_left(pa_channel_position_t p) { in on_left()
575 static bool on_right(pa_channel_position_t p) { in on_right()
579 static bool on_center(pa_channel_position_t p) { in on_center()
583 static bool on_hfe(pa_channel_position_t p) { in on_hfe()
587 static bool on_lfe(pa_channel_position_t p) { in on_lfe()
591 static bool on_front(pa_channel_position_t p) { in on_front()
595 static bool on_rear(pa_channel_position_t p) { in on_rear()
674 static void get_avg(const pa_channel_map *map, const pa_cvolume *v, pa_volume_t *l, pa_volume_t *r, in get_avg()
707 float pa_cvolume_get_balance(const pa_cvolume *v, const pa_channel_map *map) { in pa_cvolume_get_balance()
[all …]
Dvolume.c373 char *pa_cvolume_snprint_verbose(char *s, size_t l, const pa_cvolume *c, const pa_channel_map *map,… in pa_cvolume_snprint_verbose()
555 static bool on_left(pa_channel_position_t p) { in on_left()
559 static bool on_right(pa_channel_position_t p) { in on_right()
563 static bool on_center(pa_channel_position_t p) { in on_center()
567 static bool on_hfe(pa_channel_position_t p) { in on_hfe()
571 static bool on_lfe(pa_channel_position_t p) { in on_lfe()
575 static bool on_front(pa_channel_position_t p) { in on_front()
579 static bool on_rear(pa_channel_position_t p) { in on_rear()
658 static void get_avg(const pa_channel_map *map, const pa_cvolume *v, pa_volume_t *l, pa_volume_t *r, in get_avg()
691 float pa_cvolume_get_balance(const pa_cvolume *v, const pa_channel_map *map) { in pa_cvolume_get_balance()
[all …]
/third_party/skia/src/core/
DSkImageFilterTypes.cpp96 SkRect Mapping::map<SkRect>(const SkRect& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
101 SkIRect Mapping::map<SkIRect>(const SkIRect& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
108 SkIPoint Mapping::map<SkIPoint>(const SkIPoint& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
109 SkPoint p = SkPoint::Make(SkIntToScalar(geom.fX), SkIntToScalar(geom.fY)); in map() local
115 SkPoint Mapping::map<SkPoint>(const SkPoint& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
116 SkPoint p; in map() local
122 IVector Mapping::map<IVector>(const IVector& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
127 Vector Mapping::map<Vector>(const Vector& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
132 SkISize Mapping::map<SkISize>(const SkISize& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
138 SkSize Mapping::map<SkSize>(const SkSize& geom, const SkMatrix& matrix) { in map() function in skif::Mapping
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdeclib.h82 gst_ogg_packet_data (ogg_packet * p) in gst_ogg_packet_data()
88 gst_ogg_packet_size (ogg_packet * p) in gst_ogg_packet_size()
94 gst_ogg_packet_wrapper_map (ogg_packet * packet, GstBuffer * buffer, GstMapInfo *map) in gst_ogg_packet_wrapper_map()
103 gst_ogg_packet_wrapper_unmap (ogg_packet * packet, GstBuffer * buffer, GstMapInfo *map) in gst_ogg_packet_wrapper_unmap()
132 gst_ogg_packet_data (ogg_packet * p) in gst_ogg_packet_data()
138 gst_ogg_packet_size (ogg_packet * p) in gst_ogg_packet_size()
145 GstBuffer * buffer, GstMapInfo * map) in gst_ogg_packet_wrapper_map()
171 GstBuffer * buffer, GstMapInfo * map) in gst_ogg_packet_wrapper_unmap()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c39 struct lws_jws_map map; in test_jws_none() local
117 char buf[2048], temp[256], *p = buf, *end = buf + sizeof(buf) - 1, *enc_ptr; in test_jws_HS256() local
119 struct lws_jws_map map; in test_jws_HS256() local
278 struct lws_jws_map map; in test_jws_RS256() local
413 struct lws_jws_map map; in test_jws_ES256() local
417 char temp[2048], *p; in test_jws_ES256() local
575 struct lws_jws_map map; in test_jws_ES512() local
579 char temp[2048], *p; in test_jws_ES512() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_map.c35 int nghttp2_map_init(nghttp2_map *map, nghttp2_mem *mem) { in nghttp2_map_init()
49 void nghttp2_map_free(nghttp2_map *map) { in nghttp2_map_free()
68 void nghttp2_map_each_free(nghttp2_map *map, in nghttp2_map_each_free()
98 int nghttp2_map_each(nghttp2_map *map, in nghttp2_map_each()
138 uint8_t *p, *end; in hash() local
156 static int map_insert(nghttp2_map *map, nghttp2_map_bucket *table, in map_insert()
190 static int map_resize(nghttp2_map *map, uint32_t new_tablelen) { in map_resize()
252 int nghttp2_map_insert(nghttp2_map *map, nghttp2_map_entry *new_entry) { in nghttp2_map_insert()
270 nghttp2_map_entry *nghttp2_map_find(nghttp2_map *map, key_type key) { in nghttp2_map_find()
293 int nghttp2_map_remove(nghttp2_map *map, key_type key) { in nghttp2_map_remove()
[all …]
/third_party/musl/src/locale/
Dcatclose.c7 #define V(p) be32toh(*(uint32_t *)(p)) argument
11 char *map = (char *)catd; in catclose() local
Dcatopen.c12 #define V(p) be32toh(*(uint32_t *)(p)) argument
17 const unsigned char *map = __map_file(name, &size); in do_catopen() local
36 const char *path, *lang, *p, *z; in catopen() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_bank_conflicts.cpp311 void *p; in alloc() local
323 set(weight_vector_type &v, unsigned i, unsigned p, scalar_type x) in set()
332 get(const weight_vector_type &v, unsigned i, unsigned p) in get()
342 unsigned i, unsigned p, in swap()
512 partitioning p(BRW_MAX_GRF); in shader_reg_partitioning() local
532 shader_reg_constraints(const fs_visitor *v, const partitioning &p) in shader_reg_constraints()
630 shader_conflict_weight_matrix(const fs_visitor *v, const partitioning &p) in shader_conflict_weight_matrix()
679 const unsigned p = p_r ^ p_s; in shader_conflict_weight_matrix() local
703 have_any_conflicts(const partitioning &p, in have_any_conflicts()
787 identity_reg_permutation(const partitioning &p) in identity_reg_permutation()
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtype-attribute-qual.c3 } map[2]; variable
5 static void foo(struct s *p, int v) in foo()
/third_party/libbpf/src/
Dhashmap.h125 #define hashmap_cast_ptr(p) ({ \ argument
143 #define hashmap__insert(map, key, value, strategy, old_key, old_value) \ argument
148 #define hashmap__add(map, key, value) \ argument
151 #define hashmap__set(map, key, value, old_key, old_value) \ argument
154 #define hashmap__update(map, key, value, old_key, old_value) \ argument
157 #define hashmap__append(map, key, value) \ argument
162 #define hashmap__delete(map, key, old_key, old_value) \ argument
169 #define hashmap__find(map, key, value) \ argument
178 #define hashmap__for_each_entry(map, cur, bkt) \ argument
190 #define hashmap__for_each_entry_safe(map, cur, tmp, bkt) \ argument
[all …]
/third_party/alsa-lib/test/
Dchmap.c25 static void print_channels(const snd_pcm_chmap_t *map) in print_channels()
35 snd_pcm_chmap_query_t **p, *v; in query_chmaps() local
88 snd_pcm_chmap_t *map; in get_chmap() local
107 snd_pcm_chmap_t *map; in set_chmap() local
/third_party/iowow/src/json/
Diwbinn.c229 BOOL binn_create_map(binn *map) { in binn_create_map()
347 BINN_PRIVATE unsigned char* AdvanceDataPos(unsigned char *p, unsigned char *plimit) { in AdvanceDataPos()
428 BINN_PRIVATE unsigned char* SearchForID(unsigned char *p, int header_size, int size, int numitems, … in SearchForID()
458 unsigned char *p, int header_size, int size, int numitems, const char *key, in SearchForKey()
514 unsigned char *p, len; in binn_object_set_raw() local
552 unsigned char *p; in binn_map_set_raw() local
664 unsigned char *p, *ptr; in AddValue() local
818 unsigned char byte, *p; in binn_save_header() local
934 const unsigned char *p, *plimit = 0; in IsValidBinnHeader() local
1126 unsigned char *p, *plimit, *base, len; in binn_is_valid_ex() local
[all …]
/third_party/pulseaudio/src/pulsecore/
Dplay-memchunk.c35 const pa_channel_map *map, in pa_play_memchunk()
38 pa_proplist *p, in pa_play_memchunk()
Dcore-scache.c148 const pa_channel_map *map, in pa_scache_add_item()
150 pa_proplist *p, in pa_scache_add_item()
209 pa_channel_map map; in pa_scache_add_file() local
212 pa_proplist *p; in pa_scache_add_file() local
303 …tem(pa_core *c, const char *name, pa_sink *sink, pa_volume_t volume, pa_proplist *p, uint32_t *sin… in pa_scache_play_item()
378 …core *c, const char *name, const char*sink_name, pa_volume_t volume, pa_proplist *p, uint32_t *sin… in pa_scache_play_item_by_name()
487 glob_t p; in pa_scache_add_directory_lazy() local
507 char *p; in pa_scache_add_directory_lazy() local
/third_party/toybox/toys/other/
Ddevmem.c24 void *map, *p; in devmem_main() local
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_query_acc.c63 void *map; in realloc_query_bo() local
85 const struct etna_acc_sample_provider *p = aq->provider; in etna_acc_begin_query() local
102 const struct etna_acc_sample_provider *p = aq->provider; in etna_acc_end_query() local
117 const struct etna_acc_sample_provider *p = aq->provider; in etna_acc_get_query_result() local
167 const struct etna_acc_sample_provider *p = NULL; in etna_acc_create_query() local
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dcodepage.c48 codepageMap(int cp, int *map) { in codepageMap()
85 codepageConvert(int cp, const char *p) { in codepageConvert()
/third_party/ffmpeg/libavutil/
Dhwcontext_drm.c107 DRMMapping *map = hwmap->priv; in drm_unmap_frame() local
127 DRMMapping *map; in drm_map_frame() local
128 int err, i, p, plane; in drm_map_frame() local
225 AVFrame *map; in drm_transfer_data_from() local
256 AVFrame *map; in drm_transfer_data_to() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-var-common.hh46 HBUINT8 *p = c->allocate_size<HBUINT8> (total_size); in copy() local
67 HBUINT8 *p = c->allocate_size<HBUINT8> (width * output_map.length); in serialize() local
85 uint32_t map (unsigned int v) const /* Returns 16.16 outer.inner. */ in map() function
98 const HBUINT8 *p = mapDataZ.arrayZ + w * v; in map() local
151 HBUINT8 *p = c->allocate_size<HBUINT8> (total_size); in copy() local
195 uint32_t map (unsigned v) const in map() function
/third_party/ffmpeg/libavfilter/
Df_streamselect.c34 int *map; member
185 static int parse_mapping(AVFilterContext *ctx, const char *map) in parse_mapping()
201 char *p; in parse_mapping() local
261 char *map = s->map_str; in init() local
267 char *p; in init() local
/third_party/libwebsockets/lib/misc/
Dlws-struct-sqlite.c40 const lws_struct_map_t *map = a->map_st[0]; in lws_struct_sq3_deser_cb() local
243 const lws_struct_map_t *map = schema->child_map; in _lws_struct_sq3_ser_one() local
249 const char *p; in _lws_struct_sq3_ser_one() local
452 const lws_struct_map_t *map = schema->child_map; in lws_struct_sq3_create_table() local
454 char s[2048], *p = s, *end = &s[sizeof(s) - 1], in lws_struct_sq3_create_table() local
Dlws-struct-lejp.c34 const lws_struct_map_t *map = a->map_st[ctx->pst_sp]; in lws_struct_schema_only_lejp_cb() local
125 const lws_struct_map_t *map, uint8_t *ch) in lws_struct_lejp_push()
145 const lws_struct_map_t *map, *pmap = NULL; in lws_struct_default_lejp_cb() local
495 lws_struct_json_serialize_create(const lws_struct_map_t *map, in lws_struct_json_serialize_create()
547 const lws_struct_map_t *map; in lws_struct_json_serialize() local
552 const void *p; in lws_struct_json_serialize() local
/third_party/flutter/skia/third_party/externals/freetype/src/psnames/
Dpsmodule.c78 const char* p = glyph_name + 3; in ps_unicode_value() local
122 const char* p = glyph_name + 1; in ps_unicode_value() local
159 const char* p = glyph_name; in ps_unicode_value() local
336 PS_UniMap* map; in ps_unicodes_init() local
472 PS_UniMap* map; in ps_unicodes_char_next() local

12345678910>>...15