Searched refs:nsrcs (Results 1 - 10 of 10) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_route.c | 69 unsigned int nsrcs; member 86 unsigned int nsrcs; member 143 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one() 151 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one() 194 for (srcidx = 0; srcidx < ttable->nsrcs && srcidx < src_channels; ++srcidx) { in snd_pcm_route_convert1_one_getput() 202 if (srcidx == ttable->nsrcs || srcidx == src_channels) { in snd_pcm_route_convert1_one_getput() 264 int nsrcs = ttable->nsrcs; in snd_pcm_route_convert1_many() local 267 const char *srcs[nsrcs]; in snd_pcm_route_convert1_many() 268 int src_steps[nsrcs]; in snd_pcm_route_convert1_many() 636 unsigned int src, dst, nsrcs; snd_pcm_route_get_chmap() local 958 int nsrcs = 0; route_load_ttable() local [all...] |
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_getsrc_file.c | 58 Dwfl_Line ***srcsp, size_t *nsrcs) in dwfl_module_getsrc_file() 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() 56 dwfl_module_getsrc_file(Dwfl_Module *mod, const char *fname, int lineno, int column, Dwfl_Line ***srcsp, size_t *nsrcs) dwfl_module_getsrc_file() argument
|
H A D | libdwfl.h | 580 Dwfl_Line ***srcsp, size_t *nsrcs);
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getsrc_file.c | 44 Dwarf_Line ***srcsp, size_t *nsrcs) in dwarf_getsrc_file() 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() 43 dwarf_getsrc_file(Dwarf *dbg, const char *fname, int lineno, int column, Dwarf_Line ***srcsp, size_t *nsrcs) dwarf_getsrc_file() argument
|
H A D | libdw.h | 651 Dwarf_Line ***srcsp, size_t *nsrcs)
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-mcast.h | 108 uint16_t nsrcs; member
|
H A D | ns-igmp_querier.c | 191 query->nsrcs = htons(numsrc); in create_query() 427 query_size = MY_IGMPV3_QUERY_SIZE(ntohs(info_p->query->nsrcs)); in send_query()
|
H A D | ns-traffic.h | 198 uint16_t nsrcs; member
|
H A D | ns-icmpv6_sender.c | 301 query_p->nsrcs = htons(numsrc); in create_mld_query()
|
/third_party/elfutils/include/elfutils/ |
H A D | libdwfl.h | 580 Dwfl_Line ***srcsp, size_t *nsrcs);
|
Completed in 8 milliseconds