HomeSort by relevance Sort by last modified time
    Searched refs:chan (Results 26 - 50 of 276) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/src/ap/
hw_features.h 26 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);
53 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan)
hw_features.c 93 "chan=%d freq=%d MHz max_tx_power=%d dBm",
95 feature->channels[j].chan,
204 struct hostapd_channel_data *chan = local
206 if (!(chan->flag & HOSTAPD_CHAN_DISABLED) &&
207 chan->chan == sec_chan) {
401 " <%d,%d> (chan=%d%c) vs. <%d,%d>",
483 struct hostapd_channel_data *chan = &mode->channels[i]; local
484 if (chan->flag & HOSTAPD_CHAN_DISABLED)
486 if (chan->freq < affected_start |
642 struct hostapd_channel_data *chan; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 72 unsigned chan; member in struct:lp_build_emit_data
105 * make sure to store the values in the array slot indexed by emit_data->chan.
lp_bld_sample_soa.c 182 int chan; local
183 for (chan = 0; chan < 4; chan++) {
186 lp_build_const_int32(bld->gallivm, chan));
189 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border,
190 border_chan_vec, texel_out[chan]);
695 int chan; local
768 for (chan = 0; chan < 4; chan++)
882 unsigned chan; local
1102 unsigned chan; local
1173 const unsigned chan = 0; local
1217 unsigned chan; local
    [all...]
lp_bld_tgsi_action.c 94 emit_data->output[emit_data->chan] = LLVMBuildFAdd(
107 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
122 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base,
134 unsigned chan, src; local
136 for (chan = 0; chan < dp_components; chan++) {
137 emit_data->args[(src * dp_components) + chan] =
138 lp_build_emit_fetch(bld_base, emit_data->inst, src, chan);
166 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base
    [all...]
lp_bld_swizzle.c 359 unsigned chan; local
365 for (chan = 0; chan < 4; ++chan) {
366 if (swizzles[chan] == PIPE_SWIZZLE_ONE) {
367 cond |= 1 << chan;
393 for (chan = 0; chan < 4; ++chan) {
395 if (swizzles[chan] < 4 &
475 unsigned chan; local
497 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.h 72 unsigned chan; member in struct:lp_build_emit_data
105 * make sure to store the values in the array slot indexed by emit_data->chan.
lp_bld_sample_soa.c 182 int chan; local
183 for (chan = 0; chan < 4; chan++) {
186 lp_build_const_int32(bld->gallivm, chan));
189 texel_out[chan] = lp_build_select(&bld->texel_bld, use_border,
190 border_chan_vec, texel_out[chan]);
695 int chan; local
768 for (chan = 0; chan < 4; chan++)
882 unsigned chan; local
1102 unsigned chan; local
1173 const unsigned chan = 0; local
1217 unsigned chan; local
    [all...]
lp_bld_tgsi_action.c 94 emit_data->output[emit_data->chan] = LLVMBuildFAdd(
107 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
122 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base,
134 unsigned chan, src; local
136 for (chan = 0; chan < dp_components; chan++) {
137 emit_data->args[(src * dp_components) + chan] =
138 lp_build_emit_fetch(bld_base, emit_data->inst, src, chan);
166 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base
    [all...]
lp_bld_swizzle.c 359 unsigned chan; local
365 for (chan = 0; chan < 4; ++chan) {
366 if (swizzles[chan] == PIPE_SWIZZLE_ONE) {
367 cond |= 1 << chan;
393 for (chan = 0; chan < 4; ++chan) {
395 if (swizzles[chan] < 4 &
475 unsigned chan; local
497 unsigned chan; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_exec.c 509 * Assert that none of the float values in 'chan' are infinite or NaN.
515 check_inf_or_nan(const union tgsi_exec_channel *chan)
517 assert(!util_is_inf_or_nan((chan)->f[0]));
518 assert(!util_is_inf_or_nan((chan)->f[1]));
519 assert(!util_is_inf_or_nan((chan)->f[2]));
520 assert(!util_is_inf_or_nan((chan)->f[3]));
526 print_chan(const char *msg, const union tgsi_exec_channel *chan)
529 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3])
583 uint i, chan; local
1757 uint chan; local
1920 uint chan; local
2002 uint chan; local
2073 uint chan; local
2105 uint chan; local
2213 uint chan; local
2421 unsigned int chan; local
2443 unsigned int chan; local
2463 unsigned int chan; local
2492 unsigned int chan; local
2513 unsigned int chan; local
2544 unsigned int chan; local
2568 unsigned int chan; local
2592 unsigned int chan; local
2616 unsigned int chan; local
2641 unsigned int chan; local
2670 unsigned int chan; local
2692 unsigned int chan; local
2722 unsigned int chan; local
    [all...]
tgsi_util.c 179 unsigned chan; local
313 for (chan = 0; chan < 4; ++chan) {
314 if (read_mask & (1 << chan)) {
315 usage_mask |= 1 << tgsi_util_get_full_src_register_swizzle(src, chan);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 509 * Assert that none of the float values in 'chan' are infinite or NaN.
515 check_inf_or_nan(const union tgsi_exec_channel *chan)
517 assert(!util_is_inf_or_nan((chan)->f[0]));
518 assert(!util_is_inf_or_nan((chan)->f[1]));
519 assert(!util_is_inf_or_nan((chan)->f[2]));
520 assert(!util_is_inf_or_nan((chan)->f[3]));
526 print_chan(const char *msg, const union tgsi_exec_channel *chan)
529 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3])
583 uint i, chan; local
1757 uint chan; local
1920 uint chan; local
2002 uint chan; local
2073 uint chan; local
2105 uint chan; local
2213 uint chan; local
2421 unsigned int chan; local
2443 unsigned int chan; local
2463 unsigned int chan; local
2492 unsigned int chan; local
2513 unsigned int chan; local
2544 unsigned int chan; local
2568 unsigned int chan; local
2592 unsigned int chan; local
2616 unsigned int chan; local
2641 unsigned int chan; local
2670 unsigned int chan; local
2692 unsigned int chan; local
2722 unsigned int chan; local
    [all...]
tgsi_util.c 179 unsigned chan; local
313 for (chan = 0; chan < 4; ++chan) {
314 if (read_mask & (1 << chan)) {
315 usage_mask |= 1 << tgsi_util_get_full_src_register_swizzle(src, chan);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 118 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix)
121 lp_build_name(val, "pos.%c%s", "xyzw"[chan], suffix);
123 lp_build_name(val, "input%u.%c%s", attrib - 1, "xyzw"[chan], suffix);
275 unsigned chan; local
277 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
278 if (mask & (1 << chan)) {
284 index = lp_build_const_int32(gallivm, chan);
290 if (attrib == 0 && chan == 0)
372 unsigned chan; local
562 unsigned chan; local
704 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 118 attrib_name(LLVMValueRef val, unsigned attrib, unsigned chan, const char *suffix)
121 lp_build_name(val, "pos.%c%s", "xyzw"[chan], suffix);
123 lp_build_name(val, "input%u.%c%s", attrib - 1, "xyzw"[chan], suffix);
275 unsigned chan; local
277 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
278 if (mask & (1 << chan)) {
284 index = lp_build_const_int32(gallivm, chan);
290 if (attrib == 0 && chan == 0)
372 unsigned chan; local
562 unsigned chan; local
704 unsigned chan; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format.c 164 unsigned chan; local
173 for (chan = 0; chan < desc->nr_channels; ++chan) {
174 if (desc->swizzle[chan] != chan)
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[chan].normalized != desc->channel[0].normalized)
183 if (desc->channel[chan].pure_integer != desc->channel[0].pure_integer)
186 if (desc->channel[chan].size != desc->channel[0].size
418 unsigned chan; local
465 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format.c 164 unsigned chan; local
173 for (chan = 0; chan < desc->nr_channels; ++chan) {
174 if (desc->swizzle[chan] != chan)
177 if (desc->channel[chan].type != desc->channel[0].type)
180 if (desc->channel[chan].normalized != desc->channel[0].normalized)
183 if (desc->channel[chan].pure_integer != desc->channel[0].pure_integer)
186 if (desc->channel[chan].size != desc->channel[0].size
418 unsigned chan; local
465 unsigned chan; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 119 for (unsigned chan = 0; chan < 4; ++chan) {
120 unsigned swz = GET_SWZ(swizzle, chan);
122 ret |= GET_BIT(mask, swz) << chan;
265 unsigned int chan; local
268 for (chan = 0; chan < 4; chan++) {
269 unsigned int swz = GET_SWZ(swizzle, chan);
332 unsigned int chan; local
744 unsigned int swz, chan; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_compiler_util.c 119 for (unsigned chan = 0; chan < 4; ++chan) {
120 unsigned swz = GET_SWZ(swizzle, chan);
122 ret |= GET_BIT(mask, swz) << chan;
265 unsigned int chan; local
268 for (chan = 0; chan < 4; chan++) {
269 unsigned int swz = GET_SWZ(swizzle, chan);
332 unsigned int chan; local
744 unsigned int swz, chan; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 55 unsigned radeon_llvm_reg_index_soa(unsigned index, unsigned chan)
57 return (index * 4) + chan;
141 unsigned chan; local
142 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
143 values[chan] = ctx->inputs[radeon_llvm_reg_index_soa(
144 reg->Register.Index, chan)];
164 unsigned chan; local
165 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++)
215 unsigned chan; local
251 unsigned chan; local
282 unsigned chan, chan_index; local
574 unsigned chan, src; local
593 unsigned chan; local
632 unsigned chan; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 55 unsigned radeon_llvm_reg_index_soa(unsigned index, unsigned chan)
57 return (index * 4) + chan;
141 unsigned chan; local
142 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++) {
143 values[chan] = ctx->inputs[radeon_llvm_reg_index_soa(
144 reg->Register.Index, chan)];
164 unsigned chan; local
165 for (chan = 0; chan < TGSI_NUM_CHANNELS; chan++)
215 unsigned chan; local
251 unsigned chan; local
282 unsigned chan, chan_index; local
574 unsigned chan, src; local
593 unsigned chan; local
632 unsigned chan; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
86 void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan);
88 void (*nrpn)(void *private_data, struct snd_midi_channel *chan,
105 * The usage is eg: chan->gm_bank_select. Another implementation would
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 83 void (*note_on)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
84 void (*note_off)(void *private_data,int note, int vel, struct snd_midi_channel *chan); /* release note */
85 void (*key_press)(void *private_data, int note, int vel, struct snd_midi_channel *chan);
86 void (*note_terminate)(void *private_data, int note, struct snd_midi_channel *chan); /* terminate note immediately */
87 void (*control)(void *private_data, int type, struct snd_midi_channel *chan);
88 void (*nrpn)(void *private_data, struct snd_midi_channel *chan,
105 * The usage is eg: chan->gm_bank_select. Another implementation would
  /pdk/apps/CameraITS/tests/
test_exposure.py 67 for chan in xrange(3):
68 values = [r_means, g_means, b_means][chan]
70 print "Channel %d line fit (y = mx+b): m = %f, b = %f" % (chan, m, b)

Completed in 847 milliseconds

12 3 4 5 6 7 8 91011>>