Home
last modified time | relevance | path

Searched refs:pfx (Results 1 - 25 of 63) sorted by relevance

123

/third_party/alsa-lib/src/topology/
H A Dops.c115 struct tplg_buf *dst, const char *pfx) in tplg_save_ops()
122 err = tplg_save_printf(dst, pfx, "ops.0 {\n"); in tplg_save_ops()
126 err = tplg_save_printf(dst, pfx, "\tinfo %u\n", in tplg_save_ops()
129 err = tplg_save_printf(dst, pfx, "\tinfo %s\n", s); in tplg_save_ops()
134 err = tplg_save_printf(dst, pfx, "\tget %u\n", in tplg_save_ops()
137 err = tplg_save_printf(dst, pfx, "\tget %s\n", s); in tplg_save_ops()
142 err = tplg_save_printf(dst, pfx, "\tput %u\n", in tplg_save_ops()
145 err = tplg_save_printf(dst, pfx, "\tput %s\n", s); in tplg_save_ops()
148 err = tplg_save_printf(dst, pfx, "}\n"); in tplg_save_ops()
200 struct tplg_buf *dst, const char *pfx) in tplg_save_ext_ops()
113 tplg_save_ops(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct snd_soc_tplg_ctl_hdr *hdr, struct tplg_buf *dst, const char *pfx) tplg_save_ops() argument
198 tplg_save_ext_ops(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct snd_soc_tplg_bytes_control *be, struct tplg_buf *dst, const char *pfx) tplg_save_ext_ops() argument
[all...]
H A Dpcm.c540 struct tplg_buf *dst, const char *pfx) in tplg_save_stream_caps()
549 err = tplg_save_printf(dst, pfx, "\tformats '"); in tplg_save_stream_caps()
563 err = tplg_save_printf(dst, pfx, "\trates '"); in tplg_save_stream_caps()
577 err = tplg_save_printf(dst, pfx, "\trate_min %u\n", in tplg_save_stream_caps()
580 err = tplg_save_printf(dst, pfx, "\trate_max %u\n", in tplg_save_stream_caps()
583 err = tplg_save_printf(dst, pfx, "\tchannels_min %u\n", in tplg_save_stream_caps()
586 err = tplg_save_printf(dst, pfx, "\tchannels_max %u\n", in tplg_save_stream_caps()
589 err = tplg_save_printf(dst, pfx, "\tperiods_min %u\n", in tplg_save_stream_caps()
592 err = tplg_save_printf(dst, pfx, "\tperiods_max %u\n", in tplg_save_stream_caps()
595 err = tplg_save_printf(dst, pfx, "\tperiod_size_mi in tplg_save_stream_caps()
538 tplg_save_stream_caps(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_stream_caps() argument
686 tplg_save_streams(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_streams() argument
778 tplg_save_fe_dai(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_fe_dai() argument
811 save_flags(unsigned int flags, unsigned int mask, struct tplg_buf *dst, const char *pfx) save_flags() argument
955 tplg_save_pcm(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_pcm() argument
1101 tplg_save_dai(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_dai() argument
1264 tplg_save_link(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_link() argument
1344 tplg_save_cc(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_cc() argument
1669 tplg_save_hw_config(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_hw_config() argument
[all...]
H A Dtplg_local.h369 const char *id, struct tplg_buf *dst, const char *pfx);
371 unsigned int channel_count, struct tplg_buf *dst, const char *pfx);
373 struct tplg_buf *dst, const char *pfx);
375 struct tplg_buf *dst, const char *pfx);
377 struct tplg_buf *dst, const char *pfx);
379 struct tplg_buf *dst, const char *pfx);
381 struct tplg_buf *dst, const char *pfx);
383 struct tplg_buf *dst, const char *pfx);
385 struct tplg_buf *dst, const char *pfx);
387 struct tplg_buf *dst, const char *pfx);
[all...]
H A Dchannel.c141 const char *pfx) in tplg_save_channels()
150 err = tplg_save_printf(dst, pfx, "channel {\n"); in tplg_save_channels()
155 err = tplg_save_printf(dst, pfx, "\t%u", c->id); in tplg_save_channels()
157 err = tplg_save_printf(dst, pfx, "\t%s", s); in tplg_save_channels()
161 err = tplg_save_printf(dst, pfx, "\t\treg %d\n", c->reg); in tplg_save_channels()
163 err = tplg_save_printf(dst, pfx, "\t\tshift %u\n", c->shift); in tplg_save_channels()
165 err = tplg_save_printf(dst, pfx, "\t}\n"); in tplg_save_channels()
168 err = tplg_save_printf(dst, pfx, "}\n"); in tplg_save_channels()
138 tplg_save_channels(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct snd_soc_tplg_channel *channel, unsigned int count, struct tplg_buf *dst, const char *pfx) tplg_save_channels() argument
H A Ddapm.c419 struct tplg_buf *dst, const char *pfx) in tplg_save_dapm_graph()
457 err = tplg_save_printf(dst, pfx, "SectionGraph {\n"); in tplg_save_dapm_graph()
466 err = tplg_save_printf(dst, pfx, "\t\t]\n"); in tplg_save_dapm_graph()
469 err = tplg_save_printf(dst, pfx, "\t}\n"); in tplg_save_dapm_graph()
476 err = tplg_save_printf(dst, pfx, fmt, block); in tplg_save_dapm_graph()
478 err = tplg_save_printf(dst, pfx, "\t\tindex %u\n", in tplg_save_dapm_graph()
485 err = tplg_save_printf(dst, pfx, "\t\tlines [\n"); in tplg_save_dapm_graph()
490 err = tplg_save_printf(dst, pfx, "\t\t\t'%s, %s, %s'\n", in tplg_save_dapm_graph()
499 err = tplg_save_printf(dst, pfx, "\t\t]\n"); in tplg_save_dapm_graph()
501 err = tplg_save_printf(dst, pfx, "\ in tplg_save_dapm_graph()
418 tplg_save_dapm_graph(snd_tplg_t *tplg, int index, struct tplg_buf *dst, const char *pfx) tplg_save_dapm_graph() argument
681 tplg_save_dapm_widget(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_dapm_widget() argument
[all...]
H A Dtext.c95 struct tplg_buf *dst, const char *pfx) in tplg_save_text()
103 err = tplg_save_printf(dst, pfx, "'%s'.values [\n", elem->id); in tplg_save_text()
105 err = tplg_save_printf(dst, pfx, "\t'%s'\n", texts->items[i]); in tplg_save_text()
107 err = tplg_save_printf(dst, pfx, "]\n"); in tplg_save_text()
93 tplg_save_text(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_text() argument
H A Dctl.c110 struct tplg_buf *dst, const char *pfx) in tplg_save_access()
129 return tplg_save_printf(dst, pfx, "access.0 %s\n", last); in tplg_save_access()
130 err = tplg_save_printf(dst, pfx, "access [\n"); in tplg_save_access()
137 err = tplg_save_printf(dst, pfx, "\t%s\n", in tplg_save_access()
144 return tplg_save_printf(dst, pfx, "]\n"); in tplg_save_access()
403 struct tplg_buf *dst, const char *pfx) in tplg_save_tlv()
417 err = tplg_save_printf(dst, pfx, "\tscale {\n"); in tplg_save_tlv()
419 err = tplg_save_printf(dst, pfx, "\t\tmin %i\n", scale->min); in tplg_save_tlv()
421 err = tplg_save_printf(dst, pfx, "\t\tstep %i\n", scale->step); in tplg_save_tlv()
423 err = tplg_save_printf(dst, pfx, "\ in tplg_save_tlv()
108 tplg_save_access(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct snd_soc_tplg_ctl_hdr *hdr, struct tplg_buf *dst, const char *pfx) tplg_save_access() argument
401 tplg_save_tlv(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_tlv() argument
559 tplg_save_control_bytes(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_control_bytes() argument
699 tplg_save_control_enum(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_control_enum() argument
861 tplg_save_control_mixer(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_control_mixer() argument
[all...]
/third_party/backends/backend/
H A Dplustek-usbcalfile.c337 usb_CreatePrefix( Plustek_Device *dev, char *pfx, SANE_Bool add_bitdepth ) in usb_CreatePrefix() argument
345 case SOURCE_Transparency: strcpy( pfx, "tpa-" ); break; in usb_CreatePrefix()
346 case SOURCE_Negative: strcpy( pfx, "neg-" ); break; in usb_CreatePrefix()
347 case SOURCE_ADF: strcpy( pfx, "adf-" ); break; in usb_CreatePrefix()
348 default: pfx[0] = '\0'; break; in usb_CreatePrefix()
353 strcat( pfx, "color" ); in usb_CreatePrefix()
355 strcat( pfx, "gray" ); in usb_CreatePrefix()
358 strcat( pfx, bd ); in usb_CreatePrefix()
366 char pfx[20]; in usb_ReadAndSetCalData() local
416 usb_CreatePrefix( dev, pfx, SANE_TRU in usb_ReadAndSetCalData()
482 char pfx[20]; usb_SaveCalData() local
578 char pfx[30]; usb_SaveFineCalData() local
661 char pfx[30]; usb_ReadFineCalData() local
[all...]
/third_party/musl/src/stdio/
H A Dtempnam.c12 char *tempnam(const char *dir, const char *pfx) in tempnam() argument
20 if (!pfx) pfx = "temp"; in tempnam()
23 pl = strlen(pfx); in tempnam()
33 memcpy(s+dl+1, pfx, pl); in tempnam()
/third_party/node/test/parallel/
H A Dtest-tls-ocsp-callback.js38 const pfx = fixtures.readKey('agent1.pfx');
54 if (testOptions.pfx) {
57 options.pfx = testOptions.pfx;
112 test({ ocsp: true, response: 'hello pfx', pfx: pfx, passphrase: 'sample' });
H A Dtest-https-pfx.js33 const pfx = fixtures.readKey('rsa_cert.pfx');
39 pfx: pfx,
/third_party/pulseaudio/src/pulsecore/
H A Dparseaddr.c88 char *id, *pfx; in pa_parse_address() local
94 pfx = pa_sprintf_malloc("{%s}", id); in pa_parse_address()
97 if (!pa_startswith(name, pfx)) { in pa_parse_address()
98 pa_xfree(pfx); in pa_parse_address()
103 p = name + strlen(pfx); in pa_parse_address()
104 pa_xfree(pfx); in pa_parse_address()
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9dsp_init_arm.c115 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_arm()
116 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_neon in vp9dsp_mc_init_arm()
118 #define init_mc_funcs(idx, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_arm()
119 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm()
120 init_mc_func(idx, 0, put, FILTER_8TAP_SHARP, sharp, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm()
121 init_mc_func(idx, 0, put, FILTER_8TAP_SMOOTH, smooth, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm()
122 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm()
123 init_mc_func(idx, 1, avg, FILTER_8TAP_SHARP, sharp, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_arm()
124 init_mc_func(idx, 1, avg, FILTER_8TAP_SMOOTH, smooth, dir, mx, my, sz, pfx) in vp9dsp_mc_init_arm()
H A Dvp9dsp_init_16bpp_arm_template.c116 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx, bpp) \ in vp9dsp_mc_init_arm()
117 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_##bpp##_neon in vp9dsp_mc_init_arm()
119 #define init_mc_funcs(idx, dir, mx, my, sz, pfx, bpp) \ in vp9dsp_mc_init_arm()
120 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm()
121 init_mc_func(idx, 0, put, FILTER_8TAP_SHARP, sharp, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm()
122 init_mc_func(idx, 0, put, FILTER_8TAP_SMOOTH, smooth, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm()
123 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm()
124 init_mc_func(idx, 1, avg, FILTER_8TAP_SHARP, sharp, dir, mx, my, sz, pfx, bpp); \ in vp9dsp_mc_init_arm()
125 init_mc_func(idx, 1, avg, FILTER_8TAP_SMOOTH, smooth, dir, mx, my, sz, pfx, bpp) in vp9dsp_mc_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvp9dsp_init_aarch64.c128 #define init_mc_func(idx1, idx2, op, filter, fname, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_aarch64()
129 dsp->mc[idx1][filter][idx2][mx][my] = pfx##op##_##fname##sz##_##dir##_neon in vp9dsp_mc_init_aarch64()
131 #define init_mc_funcs(idx, dir, mx, my, sz, pfx) \ in vp9dsp_mc_init_aarch64()
132 init_mc_func(idx, 0, put, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64()
133 init_mc_func(idx, 0, put, FILTER_8TAP_SHARP, sharp, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64()
134 init_mc_func(idx, 0, put, FILTER_8TAP_SMOOTH, smooth, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64()
135 init_mc_func(idx, 1, avg, FILTER_8TAP_REGULAR, regular, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64()
136 init_mc_func(idx, 1, avg, FILTER_8TAP_SHARP, sharp, dir, mx, my, sz, pfx); \ in vp9dsp_mc_init_aarch64()
137 init_mc_func(idx, 1, avg, FILTER_8TAP_SMOOTH, smooth, dir, mx, my, sz, pfx) in vp9dsp_mc_init_aarch64()
/third_party/node/lib/internal/tls/
H A Dsecure-context.js138 pfx,
269 if (pfx !== undefined && pfx !== null) {
270 if (ArrayIsArray(pfx)) {
271 ArrayPrototypeForEach(pfx, (val) => {
281 context.loadPKCS12(toBuf(pfx), toBuf(passphrase));
283 context.loadPKCS12(toBuf(pfx));
/third_party/ffmpeg/libavutil/
H A Davstring.c37 int av_strstart(const char *str, const char *pfx, const char **ptr) in av_strstart() argument
39 while (*pfx && *pfx == *str) { in av_strstart()
40 pfx++; in av_strstart()
43 if (!*pfx && ptr) in av_strstart()
45 return !*pfx; in av_strstart()
48 int av_stristart(const char *str, const char *pfx, const char **ptr) in av_stristart() argument
50 while (*pfx && av_toupper((unsigned)*pfx) == av_toupper((unsigned)*str)) { in av_stristart()
51 pfx in av_stristart()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationsets.h65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
71 void setPrefix(const UnicodeString &pfx) { in setPrefix() argument
72 unreversedPrefix = pfx; in setPrefix()
119 void setPrefix(const UnicodeString &pfx) { in setPrefix() argument
120 unreversedPrefix = pfx; in setPrefix()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationsets.h65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
71 void setPrefix(const UnicodeString &pfx) { in setPrefix() argument
72 unreversedPrefix = pfx; in setPrefix()
119 void setPrefix(const UnicodeString &pfx) { in setPrefix() argument
120 unreversedPrefix = pfx; in setPrefix()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationsets.h65 void addPrefix(const CollationData *d, const UnicodeString &pfx, UChar32 c, uint32_t ce32);
71 void setPrefix(const UnicodeString &pfx) { in setPrefix() argument
72 unreversedPrefix = pfx; in setPrefix()
119 void setPrefix(const UnicodeString &pfx) { in setPrefix() argument
120 unreversedPrefix = pfx; in setPrefix()
/third_party/ffmpeg/libavcodec/
H A Dhuffman.c120 uint32_t pfx, int pl, int *pos, int no_zero_count) in get_tree_codes()
126 bits[*pos] = pfx; in get_tree_codes()
131 pfx <<= 1; in get_tree_codes()
133 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0, pfx, pl, in get_tree_codes()
135 pfx |= 1; in get_tree_codes()
136 get_tree_codes(bits, lens, xlat, nodes, nodes[node].n0 + 1, pfx, pl, in get_tree_codes()
118 get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos, int no_zero_count) get_tree_codes() argument
H A Dpixlet.c208 int ret, escape, pfx, value, yflag, xflag, flag = 0; in read_high_coeffs() local
235 pfx = 14 + ((((uint64_t)(value - 14)) >> 32) & (value - 14)); in read_high_coeffs()
236 if (pfx < 1 || pfx > 25) in read_high_coeffs()
238 cnt1 *= (1 << pfx) - 1; in read_high_coeffs()
239 shbits = show_bits(bc, pfx); in read_high_coeffs()
241 skip_bits(bc, pfx - 1); in read_high_coeffs()
243 skip_bits(bc, pfx); in read_high_coeffs()
272 pfx = ((state + 8) >> 5) + (state ? ff_clz(state) : 32) - 24; in read_high_coeffs()
273 escape = av_mod_uintp2(16383, pfx); in read_high_coeffs()
[all...]
H A Dvp56dsp.c30 #define VP56_EDGE_FILTER(pfx, suf, pix_inc, line_inc) \
31 static void pfx ## _edge_filter_ ## suf(uint8_t *yuv, ptrdiff_t stride, \
39 v = pfx##_adjust(v, t); \
/third_party/python/Modules/
H A Dgetnameinfo.c109 u_char pfx; local
167 pfx = ((struct sockaddr_in6 *)sa)->sin6_addr.s6_addr[0];
168 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
/third_party/ltp/utils/sctp/lib/
H A Dconnectx.c182 #define __SYMPFX(pfx, sym) #pfx sym
183 #define _SYMPFX(pfx, sym) __SYMPFX(pfx, sym)

Completed in 21 milliseconds

123