Home
last modified time | relevance | path

Searched refs:nsrcs (Results 1 – 11 of 11) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_route.c70 unsigned int nsrcs; member
87 unsigned int nsrcs; member
144 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one()
152 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one()
195 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one_getput()
203 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one_getput()
265 int nsrcs = ttable->nsrcs; in snd_pcm_route_convert1_many() local
268 const char *srcs[nsrcs]; in snd_pcm_route_convert1_many()
269 int src_steps[nsrcs]; in snd_pcm_route_convert1_many()
270 snd_pcm_route_ttable_src_t src_tt[nsrcs]; in snd_pcm_route_convert1_many()
[all …]
/third_party/elfutils/libdwfl/
Ddwfl_module_getsrc_file.c58 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file() argument
72 size_t max_match = *nsrcs ?: ~0u; in dwfl_module_getsrc_file()
73 size_t act_match = *nsrcs; in dwfl_module_getsrc_file()
75 Dwfl_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwfl_module_getsrc_file()
94 if (*nsrcs == 0) in dwfl_module_getsrc_file()
168 assert (*nsrcs == 0 || *srcsp == match); in dwfl_module_getsrc_file()
170 *nsrcs = cur_match; in dwfl_module_getsrc_file()
Dlibdwfl.h580 Dwfl_Line ***srcsp, size_t *nsrcs);
/third_party/elfutils/libdw/
Ddwarf_getsrc_file.c44 Dwarf_Line ***srcsp, size_t *nsrcs) in dwarf_getsrc_file() argument
51 size_t max_match = *nsrcs ?: ~0u; in dwarf_getsrc_file()
52 size_t act_match = *nsrcs; in dwarf_getsrc_file()
54 Dwarf_Line **match = *nsrcs == 0 ? NULL : *srcsp; in dwarf_getsrc_file()
168 assert (*nsrcs == 0 || *srcsp == match); in dwarf_getsrc_file()
170 *nsrcs = cur_match; in dwarf_getsrc_file()
Dlibdw.h651 Dwarf_Line ***srcsp, size_t *nsrcs)
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-igmp_querier.c191 query->nsrcs = htons(numsrc); in create_query()
427 query_size = MY_IGMPV3_QUERY_SIZE(ntohs(info_p->query->nsrcs)); in send_query()
Dns-mcast.h108 uint16_t nsrcs; member
Dns-traffic.h198 uint16_t nsrcs; member
Dns-icmpv6_sender.c301 query_p->nsrcs = htons(numsrc); in create_mld_query()
/third_party/elfutils/include/elfutils/
Dlibdwfl.h580 Dwfl_Line ***srcsp, size_t *nsrcs);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h86207 __be16 nsrcs; member