Home
last modified time | relevance | path

Searched refs:chan (Results 26 - 50 of 304) sorted by relevance

12345678910>>...13

/third_party/pulseaudio/speex/libspeexdsp/
H A Dmdf.c688 int i,j, chan, speak; in speex_echo_cancellation() local
716 for (chan = 0; chan < C; chan++) in speex_echo_cancellation()
719 filter_dc_notch16(in+chan, st->notch_radius, st->input+chan*st->frame_size, st->frame_size, st->notch_mem+2*chan, C); in speex_echo_cancellation()
726 tmp32 = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(MULT16_16_P15(st->preemph, st->memD[chan]))); in speex_echo_cancellation()
741 st->memD[chan] in speex_echo_cancellation()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c980 print_chan(const char *msg, const union tgsi_exec_channel *chan) in print_chan() argument
983 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3]); in print_chan()
1395 union tgsi_exec_channel *chan) in fetch_src_file_channel()
1416 chan->u[i] = 0; in fetch_src_file_channel()
1419 chan->u[i] = buf[pos]; in fetch_src_file_channel()
1435 chan->u[i] = mach->Inputs[pos].xyzw[swizzle].u[i]; in fetch_src_file_channel()
1441 chan in fetch_src_file_channel()
1390 fetch_src_file_channel(const struct tgsi_exec_machine *mach, const uint file, const uint swizzle, const union tgsi_exec_channel *index, const union tgsi_exec_channel *index2D, union tgsi_exec_channel *chan) fetch_src_file_channel() argument
1592 fetch_source_d(const struct tgsi_exec_machine *mach, union tgsi_exec_channel *chan, const struct tgsi_full_src_register *reg, const uint chan_index) fetch_source_d() argument
1614 fetch_source(const struct tgsi_exec_machine *mach, union tgsi_exec_channel *chan, const struct tgsi_full_src_register *reg, const uint chan_index, enum tgsi_exec_datatype src_datatype) fetch_source() argument
1637 store_dest_dstret(struct tgsi_exec_machine *mach, const union tgsi_exec_channel *chan, const struct tgsi_full_dst_register *reg, uint chan_index) store_dest_dstret() argument
1726 store_dest_double(struct tgsi_exec_machine *mach, const union tgsi_exec_channel *chan, const struct tgsi_full_dst_register *reg, uint chan_index) store_dest_double() argument
1746 store_dest(struct tgsi_exec_machine *mach, const union tgsi_exec_channel *chan, const struct tgsi_full_dst_register *reg, const struct tgsi_full_instruction *inst, uint chan_index) store_dest() argument
1972 fetch_assign_deriv_channel(struct tgsi_exec_machine *mach, const struct tgsi_full_instruction *inst, unsigned regdsrcx, unsigned chan, float derivs[2][TGSI_QUAD_SIZE]) fetch_assign_deriv_channel() argument
2041 uint chan; exec_tex() local
2186 unsigned chan; exec_lodq() local
2219 uint chan; exec_txd() local
2326 uint chan; exec_txf() local
2412 uint chan; exec_txq() local
2446 uint chan; exec_sample() local
2578 uint chan; exec_sample_d() local
2671 interp_constant_offset( UNUSED const struct tgsi_exec_machine *mach, UNUSED unsigned attrib, UNUSED unsigned chan, UNUSED float ofs_x, UNUSED float ofs_y, UNUSED union tgsi_exec_channel *out_chan) interp_constant_offset() argument
2686 interp_linear_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_linear_offset() argument
2704 eval_linear_coef(struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan) eval_linear_coef() argument
2726 interp_perspective_offset( const struct tgsi_exec_machine *mach, unsigned attrib, unsigned chan, float ofs_x, float ofs_y, union tgsi_exec_channel *out_chan) interp_perspective_offset() argument
2875 unsigned int chan; exec_scalar_unary() local
2894 unsigned int chan; exec_vector_unary() local
2922 unsigned int chan; exec_scalar_binary() local
2942 unsigned int chan; exec_vector_binary() local
2972 unsigned int chan; exec_vector_trinary() local
3004 unsigned int chan; exec_vector_quaternary() local
3029 unsigned int chan; exec_dp3() local
3053 unsigned int chan; exec_dp4() local
3077 unsigned int chan; exec_dp2() local
3099 unsigned chan; exec_pk2h() local
3119 unsigned chan; exec_up2h() local
3150 unsigned int chan; exec_ucmp() local
3390 fetch_double_channel(struct tgsi_exec_machine *mach, union tgsi_double_channel *chan, const struct tgsi_full_src_register *reg, uint chan_0, uint chan_1) fetch_double_channel() argument
3411 store_double_channel(struct tgsi_exec_machine *mach, const union tgsi_double_channel *chan, const struct tgsi_full_dst_register *reg, const struct tgsi_full_instruction *inst, uint chan_0, uint chan_1) store_double_channel() argument
3664 uint chan; exec_load_img() local
3911 uint unit, chan; exec_atomop_img() local
3971 uint chan, i; exec_atomop_membuf() local
4083 int i, chan, j; exec_resq_img() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dhw_features_common.c20 int chan, int *freq) in hw_get_channel_chan()
32 if (ch->chan == chan) { in hw_get_channel_chan()
44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel() argument
52 if (chan) in hw_mode_get_channel()
53 *chan = ch->chan; in hw_mode_get_channel()
63 hw_get_channel_freq(enum hostapd_hw_mode mode, int freq, int *chan, in hw_get_channel_freq() argument
69 if (chan) in hw_get_channel_freq()
70 *chan in hw_get_channel_freq()
19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) hw_get_channel_chan() argument
90 hw_get_freq(struct hostapd_hw_modes *mode, int chan) hw_get_freq() argument
103 int chan; hw_get_chan() local
767 chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw, int ht40_plus, int pri) chan_bw_allowed() argument
802 chan_pri_allowed(const struct hostapd_channel_data *chan) chan_pri_allowed() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dformat_info.py74 for chan in fmat.channels:
75 if chan.type == 'x' and len(fmat.channels) > 1:
77 elif chan.name == 's' and fmat.has_channel('z'):
80 channel = chan
135 for chan in fmat.channels:
136 if chan.name == chan_name:
137 return chan.size
204 chan = fmat.array_element()
205 norm = chan.norm or chan
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211_capa.c1345 struct hostapd_channel_data *chan, in phy_info_freq()
1349 chan->freq = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_FREQ]); in phy_info_freq()
1350 chan->flag = 0; in phy_info_freq()
1351 chan->allowed_bw = ~0; in phy_info_freq()
1352 chan->dfs_cac_ms = 0; in phy_info_freq()
1353 if (ieee80211_freq_to_chan(chan->freq, &channel) != NUM_HOSTAPD_MODES) in phy_info_freq()
1354 chan->chan = channel; in phy_info_freq()
1357 chan->flag |= HOSTAPD_CHAN_DISABLED; in phy_info_freq()
1359 chan in phy_info_freq()
1344 phy_info_freq(struct hostapd_hw_modes *mode, struct hostapd_channel_data *chan, struct nlattr *tb_freq[]) phy_info_freq() argument
1849 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_set_ht40_mode() local
1862 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_set_ht40_mode_sec() local
1883 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_reg_rule_max_eirp() local
1939 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_set_vht_mode() local
2188 struct hostapd_channel_data *chan = &mode->channels[j]; nl80211_dump_chan_list() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c119 for (unsigned chan = 0; chan < 4; ++chan) { in swizzle_mask()
120 unsigned swz = GET_SWZ(swizzle, chan); in swizzle_mask()
122 ret |= GET_BIT(mask, swz) << chan; in swizzle_mask()
272 unsigned int chan; in rc_rewrite_swizzle() local
275 for (chan = 0; chan < 4; chan++) { in rc_rewrite_swizzle()
276 unsigned int swz = GET_SWZ(swizzle, chan); in rc_rewrite_swizzle()
339 unsigned int chan; rc_source_type_swz() local
690 rc_get_constant_value( struct radeon_compiler * c, unsigned int index, unsigned int swizzle, unsigned int negate, unsigned int chan) rc_get_constant_value() argument
717 unsigned int swz, chan; rc_get_scalar_src_swz() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dwvdec.c54 int rate, chan, bpp; member
82 int rate, bpp, chan; in wv_read_block_header() local
116 chan = 1 + !(flags & WV_MONO); in wv_read_block_header()
121 chan = wc->chan; in wv_read_block_header()
124 if ((rate == -1 || !chan || flags & WV_DSD) && !wc->block_parsed) { in wv_read_block_header()
145 chan = avio_r8(pb); in wv_read_block_header()
161 chan |= (avio_r8(pb) & 0xF) << 8; in wv_read_block_header()
162 chan += 1; in wv_read_block_header()
167 chan | in wv_read_block_header()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmbo.c28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
34 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1) in wpas_mbo_validate_non_pref_chan()
94 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[i].chan); in wpas_mbo_non_pref_chan_attr_body()
286 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq()
334 struct wpa_mbo_non_pref_channel *chan; in wpas_mbo_update_non_pref_chan() local
353 chan = &chans[num]; in wpas_mbo_update_non_pref_chan()
360 wpa_printf(MSG_ERROR, "Invalid non-pref chan input %s", in wpas_mbo_update_non_pref_chan()
364 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan()
365 chan in wpas_mbo_update_non_pref_chan()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmbo.c29 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason) in wpas_mbo_validate_non_pref_chan() argument
35 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1) in wpas_mbo_validate_non_pref_chan()
124 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[i].chan); in wpas_mbo_non_pref_chan_attr_body()
316 return a->oper_class == b->oper_class && a->chan == b->chan; in wpa_non_pref_chan_is_eq()
364 struct wpa_mbo_non_pref_channel *chan; in wpas_mbo_update_non_pref_chan() local
383 chan = &chans[num]; in wpas_mbo_update_non_pref_chan()
390 wpa_printf(MSG_ERROR, "Invalid non-pref chan input %s", in wpas_mbo_update_non_pref_chan()
394 chan->oper_class = _oper_class; in wpas_mbo_update_non_pref_chan()
395 chan in wpas_mbo_update_non_pref_chan()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_fs_exec.c81 uint chan; in setup_pos_vector() local
95 for (chan = 2; chan < 4; chan++) { in setup_pos_vector()
96 const float dadx = coef->dadx[chan]; in setup_pos_vector()
97 const float dady = coef->dady[chan]; in setup_pos_vector()
98 const float a0 = coef->a0[chan] + dadx * x + dady * y; in setup_pos_vector()
99 quadpos->xyzw[chan].f[0] = a0; in setup_pos_vector()
100 quadpos->xyzw[chan].f[1] = a0 + dadx; in setup_pos_vector()
101 quadpos->xyzw[chan] in setup_pos_vector()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_load_barycentric_at_offset.c39 #define chan(var, c) nir_channel(b, var, c) in ir3_nir_lower_load_barycentric_at_offset_instr() macro
54 new_ij = nir_ffma(b, chan(off, 0), nir_fddx(b, ij), new_ij); in ir3_nir_lower_load_barycentric_at_offset_instr()
55 new_ij = nir_ffma(b, chan(off, 1), nir_fddy(b, ij), new_ij); in ir3_nir_lower_load_barycentric_at_offset_instr()
69 nir_vec3(b, nir_fmul(b, chan(ij, 0), center_w), nir_fmul(b, chan(ij, 1), center_w), center_w); in ir3_nir_lower_load_barycentric_at_offset_instr()
73 pos = nir_ffma(b, chan(off, 0), nir_fddx(b, sij), pos); in ir3_nir_lower_load_barycentric_at_offset_instr()
74 pos = nir_ffma(b, chan(off, 1), nir_fddy(b, sij), pos); in ir3_nir_lower_load_barycentric_at_offset_instr()
77 return nir_fmul(b, nir_channels(b, pos, 0x3), nir_frcp(b, chan(pos, 2))); in ir3_nir_lower_load_barycentric_at_offset_instr()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c482 unsigned chan);
618 alu.dst.chan = i % 4; in evergreen_interp_alu()
621 alu.src[0].chan = (base_chan - (i % 2)); in evergreen_interp_alu()
648 alu.dst.chan = i; in evergreen_interp_flat()
651 alu.src[0].chan = i; in evergreen_interp_flat()
810 alu.dst.chan = i; in select_twoside_color()
811 alu.src[1].chan = i; in select_twoside_color()
812 alu.src[2].chan = i; in select_twoside_color()
839 alu.src[0].chan = src0_chan_val; in single_alu_op2()
844 alu.src[1].chan in single_alu_op2()
2068 int sel, chan; r600_get_byte_address() local
2332 int chan = inst->Src[i].Indirect.Swizzle; tgsi_split_constant() local
3092 int chan = (j == 1) ? 2 : (param ? 1 : 0); emit_lds_vs_writes() local
4398 r600_bytecode_src(struct r600_bytecode_alu_src *bc_src, const struct r600_shader_src *shader_src, unsigned chan) r600_bytecode_src() argument
5537 int chan; tgsi_lit() local
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_alu_width.c107 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op); in lower_reduction() local
108 nir_alu_ssa_dest_init(chan, 1, alu->dest.dest.ssa.bit_size); in lower_reduction()
109 nir_alu_src_copy(&chan->src[0], &alu->src[0]); in lower_reduction()
110 chan->src[0].swizzle[0] = chan->src[0].swizzle[i]; in lower_reduction()
113 nir_alu_src_copy(&chan->src[1], &alu->src[1]); in lower_reduction()
114 chan->src[1].swizzle[0] = chan->src[1].swizzle[i]; in lower_reduction()
116 chan->exact = alu->exact; in lower_reduction()
118 nir_builder_instr_insert(builder, &chan in lower_reduction()
183 unsigned i, chan; lower_alu_instr_width() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtakdec.c510 static int decode_channel(TAKDecContext *s, int chan) in decode_channel() argument
514 int32_t *decoded = s->decoded[chan]; in decode_channel()
518 s->sample_shift[chan] = get_bits_esc4(gb); in decode_channel()
519 if (s->sample_shift[chan] >= avctx->bits_per_raw_sample) in decode_channel()
522 *decoded++ = get_sbits(gb, avctx->bits_per_raw_sample - s->sample_shift[chan]); in decode_channel()
523 s->lpc_mode[chan] = get_bits(gb, 2); in decode_channel()
682 int chan, i, ret, hsize; in tak_decode_frame() local
767 for (chan = 0; chan < avctx->ch_layout.nb_channels; chan in tak_decode_frame()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211_capa.c1557 struct hostapd_channel_data *chan, in phy_info_freq()
1562 os_memset(chan, 0, sizeof(*chan)); in phy_info_freq()
1563 chan->freq = nla_get_u32(tb_freq[NL80211_FREQUENCY_ATTR_FREQ]); in phy_info_freq()
1564 chan->flag = 0; in phy_info_freq()
1565 chan->allowed_bw = ~0; in phy_info_freq()
1566 chan->dfs_cac_ms = 0; in phy_info_freq()
1567 if (ieee80211_freq_to_chan(chan->freq, &channel) != NUM_HOSTAPD_MODES) in phy_info_freq()
1568 chan->chan in phy_info_freq()
1556 phy_info_freq(struct hostapd_hw_modes *mode, struct hostapd_channel_data *chan, struct nlattr *tb_freq[]) phy_info_freq() argument
2109 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_set_ht40_mode() local
2122 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_set_ht40_mode_sec() local
2143 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_reg_rule_max_eirp() local
2199 struct hostapd_channel_data *chan = &mode->channels[c]; nl80211_set_vht_mode() local
2449 struct hostapd_channel_data *chan = &mode->channels[j]; nl80211_dump_chan_list() local
[all...]
/third_party/alsa-lib/test/
H A Dplaymidi1.c265 static void do_noteon(int chan, int pitch, int vol) in do_noteon() argument
270 printf("%lu: NoteOn (%d) %d %d\n", Mf_currtime, chan, pitch, vol); in do_noteon()
272 snd_seq_ev_set_noteon(&ev, chan, pitch, vol); in do_noteon()
277 static void do_noteoff(int chan, int pitch, int vol) in do_noteoff() argument
282 printf("%lu: NoteOff (%d) %d %d\n", Mf_currtime, chan, pitch, vol); in do_noteoff()
284 snd_seq_ev_set_noteoff(&ev, chan, pitch, vol); in do_noteoff()
289 static void do_program(int chan, int program) in do_program() argument
294 printf("%lu: Program (%d) %d\n", Mf_currtime, chan, program); in do_program()
296 snd_seq_ev_set_pgmchange(&ev, chan, program); in do_program()
301 static void do_parameter(int chan, in argument
313 do_pitchbend(int chan, int lsb, int msb) do_pitchbend() argument
324 do_pressure(int chan, int pitch, int pressure) do_pressure() argument
335 do_chanpressure(int chan, int pressure) do_chanpressure() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py164 chan_type = set([chan.type for chan in fmt.le_channels if chan.type != VOID])
165 chan_norm = set([chan.norm for chan in fmt.le_channels if chan.type != VOID])
166 chan_pure = set([chan.pure for chan in fmt.le_channels if chan.type != VOID])
177 chan_sizes = [chan
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_alu_readport_validation.cpp41 void reserve_gpr(int sel, int chan);
98 visitor.src0_chan = src[0]->chan(); in schedule_vec_src()
165 bool AluReadportReservation::reserve_gpr(int sel, int chan, int cycle) in reserve_gpr() argument
167 if (m_hw_gpr[cycle][chan] == -1) { in reserve_gpr()
168 m_hw_gpr[cycle][chan] = sel; in reserve_gpr()
170 else if (m_hw_gpr[cycle][chan] != sel) { in reserve_gpr()
186 (m_hw_const_chan[res] == (value.chan() >> 1))) in reserve_const()
194 m_hw_const_chan[empty] = value.chan() >> 1; in reserve_const()
263 reserve_gpr(value.sel(), value.chan()); in visit()
270 reserve_gpr(0x4000000 | value.sel(), value.chan()); in visit()
273 reserve_gpr(int sel, int chan) reserve_gpr() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c94 unsigned chan) in swizzle_scalar_aos()
96 chan = bld->swizzles[chan]; in swizzle_scalar_aos()
97 return lp_build_swizzle_scalar_aos(&bld->bld_base.base, a, chan, 4); in swizzle_scalar_aos()
112 unsigned chan; in emit_fetch_constant() local
121 for (chan = 0; chan < 4; ++chan) { in emit_fetch_constant()
128 reg->Register.Index * 4 + chan); in emit_fetch_constant()
134 lp_build_name(scalar, "const[%u].%c", reg->Register.Index, "xyzw"[chan]); in emit_fetch_constant()
92 swizzle_scalar_aos(struct lp_build_tgsi_aos_context *bld, LLVMValueRef a, unsigned chan) swizzle_scalar_aos() argument
872 unsigned chan; lp_build_tgsi_aos() local
[all...]
H A Dlp_bld_swizzle.c460 for (unsigned chan = 0; chan < 4; ++chan) { in lp_build_swizzle_aos()
461 if (swizzles[chan] == PIPE_SWIZZLE_1) { in lp_build_swizzle_aos()
462 cond |= 1 << chan; in lp_build_swizzle_aos()
505 for (unsigned chan = 0; chan < 4; ++chan) { in lp_build_swizzle_aos()
506 if (swizzles[chan] < 4) { in lp_build_swizzle_aos()
507 /* We need to move channel swizzles[chan] int in lp_build_swizzle_aos()
[all...]
H A Dlp_bld_sample.c2259 unsigned chan; in lp_build_reduce_filter() local
2262 for (chan = 0; chan < num_chan; chan++) in lp_build_reduce_filter()
2263 out[chan] = lp_build_sample_min(bld, x, v00[chan], v01[chan]); in lp_build_reduce_filter()
2266 for (chan = 0; chan < num_chan; chan in lp_build_reduce_filter()
2290 unsigned chan; lp_build_reduce_filter_2d() local
2326 unsigned chan; lp_build_reduce_filter_3d() local
[all...]
H A Dlp_bld_sample_soa.c188 int chan; in lp_build_sample_texel_soa() local
196 for (chan = 0; chan < 4; chan++) { in lp_build_sample_texel_soa()
200 if (chan == 0) in lp_build_sample_texel_soa()
207 if (chan_s == format_desc->swizzle[chan]) { in lp_build_sample_texel_soa()
214 LLVMValueRef idx = lp_build_const_int32(bld->gallivm, chan); in lp_build_sample_texel_soa()
222 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border, in lp_build_sample_texel_soa()
223 border_chan, texel_out[chan]); in lp_build_sample_texel_soa()
1041 int chan, texel_inde in lp_build_sample_image_linear() local
1806 unsigned chan; lp_build_sample_mipmap() local
1949 unsigned chan; lp_build_sample_mipmap_both() local
2748 int chan; lp_build_clamp_border_color() local
2950 unsigned chan; lp_build_sample_general() local
3106 unsigned dims = bld->dims, chan; lp_build_fetch_texel() local
3916 unsigned chan; lp_build_sample_soa_code() local
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_to_llvm.c362 LLVMValueRef chan[4]; in radv_fixup_vertex_input_fetches() local
373 chan[i] = ac_llvm_extract_elem(&ctx->ac, value, i); in radv_fixup_vertex_input_fetches()
376 chan[0] = value; in radv_fixup_vertex_input_fetches()
380 chan[i] = i == 3 ? one : zero; in radv_fixup_vertex_input_fetches()
381 chan[i] = ac_to_integer(&ctx->ac, chan[i]); in radv_fixup_vertex_input_fetches()
384 return ac_build_gather_values(&ctx->ac, chan, 4); in radv_fixup_vertex_input_fetches()
453 for (unsigned chan = 0; chan < num_channels; chan in load_vs_input()
743 radv_load_output(struct radv_shader_context *ctx, unsigned index, unsigned chan) radv_load_output() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dhw_features_common.c20 int chan, int *freq) in hw_get_channel_chan()
32 if (ch->chan == chan) { in hw_get_channel_chan()
44 int freq, int *chan) in hw_get_channel_freq()
48 if (chan) in hw_get_channel_freq()
49 *chan = 0; in hw_get_channel_freq()
57 if (chan) in hw_get_channel_freq()
58 *chan = ch->chan; in hw_get_channel_freq()
67 int hw_get_freq(struct hostapd_hw_modes *mode, int chan) in hw_get_freq() argument
19 hw_get_channel_chan(struct hostapd_hw_modes *mode, int chan, int *freq) hw_get_channel_chan() argument
43 hw_get_channel_freq(struct hostapd_hw_modes *mode, int freq, int *chan) hw_get_channel_freq() argument
79 int chan; hw_get_chan() local
586 chan_bw_allowed(const struct hostapd_channel_data *chan, u32 bw, int ht40_plus, int pri) chan_bw_allowed() argument
621 chan_pri_allowed(const struct hostapd_channel_data *chan) chan_pri_allowed() argument
[all...]
/third_party/libsnd/examples/
H A Dsfprocess.c130 int k, chan ; in process_data() local
138 for (chan = 0 ; chan < channels ; chan ++) in process_data()
139 for (k = chan ; k < count ; k+= channels) in process_data()
140 data [k] *= channel_gain [chan] ; in process_data()

Completed in 35 milliseconds

12345678910>>...13