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

12 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_bc_finalize.cpp 321 assert(fdst.chan() == slot || slot == SLOT_TRANS);
326 n->bc.dst_chan = d ? fdst.chan() : slot < SLOT_TRANS ? slot : 0;
387 src.chan = sc.chan();
407 src.chan = gpr.chan();
412 src.chan = v->gpr.chan();
418 src.chan = 0;
432 src.chan = g->literal_chan(lv)
509 sblog << "invalid fetch constant operand " << chan << " "; local
522 sblog << "invalid fetch source operand " << chan << " "; local
531 sblog << "invalid fetch source operand " << chan << " "; local
616 sblog << "invalid fetch constant operand " << chan << " "; local
629 sblog << "invalid fetch source operand " << chan << " "; local
638 sblog << "invalid fetch source operand " << chan << " "; local
676 sblog << "invalid fetch dst operand " << chan << " "; local
685 sblog << "invalid fetch dst operand " << chan << " "; local
740 sblog << "invalid export constant operand " << chan << " "; local
753 sblog << "invalid export source operand " << chan << " "; local
762 sblog << "invalid export source operand " << chan << " "; local
787 sblog << "invalid source operand " << chan << " "; local
796 sblog << "invalid source operand " << chan << " "; local
821 sblog << "invalid source operand " << chan << " "; local
830 sblog << "invalid source operand " << chan << " "; local
852 unsigned chan = v->select.chan(); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
dfs.c 54 static int dfs_channel_available(struct hostapd_channel_data *chan,
62 if (skip_radar && (chan->flag & HOSTAPD_CHAN_RADAR) &&
63 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) !=
67 if (chan->flag & HOSTAPD_CHAN_DISABLED)
69 if ((chan->flag & HOSTAPD_CHAN_RADAR) &&
70 ((chan->flag & HOSTAPD_CHAN_DFS_MASK) ==
77 static int dfs_is_chan_allowed(struct hostapd_channel_data *chan, int n_chans)
117 if (chan->chan == allowed[i])
143 struct hostapd_channel_data *first_chan, *chan; local
199 struct hostapd_channel_data *chan; local
280 struct hostapd_channel_data *chan; local
443 struct hostapd_channel_data *chan = NULL; local
488 struct hostapd_channel_data *chan = NULL; local
571 struct hostapd_channel_data *chan; local
    [all...]
hw_features.h 21 int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan);
54 static inline int hostapd_hw_get_freq(struct hostapd_data *hapd, int chan)
  /external/mesa3d/src/compiler/nir/
nir_lower_alu_to_scalar.c 50 nir_alu_instr *chan = nir_alu_instr_create(builder->shader, chan_op); local
51 nir_alu_ssa_dest_init(chan, 1, instr->dest.dest.ssa.bit_size);
52 nir_alu_src_copy(&chan->src[0], &instr->src[0], chan);
53 chan->src[0].swizzle[0] = chan->src[0].swizzle[i];
56 nir_alu_src_copy(&chan->src[1], &instr->src[1], chan);
57 chan->src[1].swizzle[0] = chan->src[1].swizzle[i]
80 unsigned i, chan; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_fs_exec.c 81 uint chan; local
95 for (chan = 2; chan < 4; chan++) {
96 const float dadx = coef->dadx[chan];
97 const float dady = coef->dady[chan];
98 const float a0 = coef->a0[chan] + dadx * x + dady * y;
99 quadpos->xyzw[chan].f[0] = a0;
100 quadpos->xyzw[chan].f[1] = a0 + dadx;
101 quadpos->xyzw[chan].f[2] = a0 + dady
    [all...]
  /external/turbine/java/com/google/turbine/zip/
Zip.java 106 private final FileChannel chan; field in class:Zip.ZipIterator
113 ZipIterator(Path path, FileChannel chan, MappedByteBuffer cd) {
115 this.chan = chan;
132 Entry entry = new Entry(path, chan, string(cd, cdindex + CENHDR, nameLength), cd, cdindex);
154 private final FileChannel chan; field in class:Zip.ZipIterable
159 this.chan = FileChannel.open(path, StandardOpenOption.READ);
161 long size = chan.size();
166 MappedByteBuffer eocd = chan.map(MapMode.READ_ONLY, eocdOffset, ENDHDR);
173 eocd = chan.map(MapMode.READ_ONLY, start, (size - start))
228 private final FileChannel chan; field in class:Zip.Entry
    [all...]
  /external/tensorflow/tensorflow/core/platform/posix/
subprocess.h 48 // chan: Which channel this applies to.
51 virtual void SetChannelAction(Channel chan, ChannelAction action);
105 static bool chan_valid(int chan) { return ((chan >= 0) && (chan < kNFds)); }
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 110 unsigned swz, chan; local
123 for (chan = 0; chan < 4; chan++) {
125 swz = GET_SWZ(src_reg->Swizzle, chan);
150 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
152 negate_mask |= (1 << chan);
  /external/u-boot/drivers/ram/rockchip/
sdram_rk3188.c 34 struct chan_info chan[1]; member in struct:dram_info
255 static void phy_cfg(const struct chan_info *chan, int channel,
258 struct rk3288_ddr_publ *publ = chan->publ;
259 struct rk3188_msch *msch = chan->msch;
376 static void set_bandwidth_ratio(const struct chan_info *chan, int channel,
379 struct rk3288_ddr_pctl *pctl = chan->pctl;
380 struct rk3288_ddr_publ *publ = chan->publ;
381 struct rk3188_msch *msch = chan->msch;
414 static int data_training(const struct chan_info *chan, int channel,
422 struct rk3288_ddr_publ *publ = chan->publ
535 unsigned int chan; local
569 const struct chan_info *chan = &dram->chan[channel]; local
630 const struct chan_info *chan = &dram->chan[channel]; local
729 const struct chan_info *chan = &dram->chan[channel]; local
    [all...]
sdram_rk3399.c 34 struct chan_info chan[2]; member in struct:dram_info
111 static void set_memory_map(const struct chan_info *chan, u32 channel,
116 u32 *denali_ctl = chan->pctl->denali_ctl;
117 u32 *denali_pi = chan->pi->denali_pi;
155 static void set_ds_odt(const struct chan_info *chan,
158 u32 *denali_phy = chan->publ->denali_phy;
294 static int phy_io_config(const struct chan_info *chan,
297 u32 *denali_phy = chan->publ->denali_phy;
455 static int pctl_cfg(const struct chan_info *chan, u32 channel,
458 u32 *denali_ctl = chan->pctl->denali_ctl
1054 const struct chan_info *chan = &dram->chan[channel]; local
    [all...]
sdram_rk3288.c 36 struct chan_info chan[2]; member in struct:dram_info
289 static void phy_cfg(const struct chan_info *chan, int channel,
292 struct rk3288_ddr_publ *publ = chan->publ;
293 struct rk3288_msch *msch = chan->msch;
434 static void set_bandwidth_ratio(const struct chan_info *chan, int channel,
437 struct rk3288_ddr_pctl *pctl = chan->pctl;
438 struct rk3288_ddr_publ *publ = chan->publ;
439 struct rk3288_msch *msch = chan->msch;
472 static int data_training(const struct chan_info *chan, int channel,
480 struct rk3288_ddr_publ *publ = chan->publ
592 unsigned int chan; local
622 const struct chan_info *chan = &dram->chan[channel]; local
675 const struct chan_info *chan = &dram->chan[channel]; local
805 const struct chan_info *chan = &dram->chan[channel]; local
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/util/
u_format.c 280 unsigned chan; local
297 for (chan = 0; chan < 4; ++chan) {
298 if (src_desc->channel[chan].size !=
299 dst_desc->channel[chan].size) {
304 for (chan = 0; chan < 4; ++chan) {
305 enum util_format_swizzle swizzle = dst_desc->swizzle[chan];
327 unsigned chan; local
    [all...]
  /external/syzkaller/vendor/google.golang.org/grpc/
resolver_conn_wrapper.go 34 addrCh chan []resolver.Address
35 scCh chan string
36 done chan struct{}
81 addrCh: make(chan []resolver.Address, 1),
82 scCh: make(chan string, 1),
83 done: make(chan struct{}),
  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 28 static int wpas_mbo_validate_non_pref_chan(u8 oper_class, u8 chan, u8 reason)
34 if (ieee80211_chan_to_freq(NULL, oper_class, chan) == -1)
94 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[i].chan);
286 return a->oper_class == b->oper_class && a->chan == b->chan;
334 struct wpa_mbo_non_pref_channel *chan; local
353 chan = &chans[num];
360 wpa_printf(MSG_ERROR, "Invalid non-pref chan input %s",
364 chan->oper_class = _oper_class;
365 chan->chan = _chan
    [all...]
  /external/speex/libspeexdsp/
mdf.c 694 int i,j, chan, speak; local
722 for (chan = 0; chan < C; chan++)
725 filter_dc_notch16(in+chan, st->notch_radius, st->input+chan*st->frame_size, st->frame_size, st->notch_mem+2*chan, C);
732 tmp32 = SUB32(EXTEND32(st->input[chan*st->frame_size+i]), EXTEND32(MULT16_16_P15(st->preemph, st->memD[chan])));
747 st->memD[chan] = st->input[chan*st->frame_size+i]
    [all...]
  /external/mesa3d/src/broadcom/compiler/
v3d33_tex.c 208 struct qreg chan; local
212 chan = return_values[i / 2];
222 chan = vir_FMOV(c, chan);
223 vir_set_unpack(c->defs[chan.index], 0, unpack);
229 chan = vir_SHL(c, chan,
236 chan = vir_ASR(c, chan,
239 chan = vir_SHR(c, chan
    [all...]
v3d40_tex.c 197 struct qreg chan; local
201 chan = return_values[i / 2];
211 chan = vir_FMOV(c, chan);
212 vir_set_unpack(c->defs[chan.index], 0, unpack);
218 chan = vir_SHL(c, chan,
225 chan = vir_ASR(c, chan,
228 chan = vir_SHR(c, chan
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_srgb.c 332 unsigned chan; local
340 for (chan = 0; chan < 3; chan++) {
341 unsigned chan_bits = dst_fmt->channel[dst_fmt->swizzle[chan]].size;
342 tmpsrgb[chan] = lp_build_linear_to_srgb(gallivm, src_type, chan_bits, src[chan]);
354 for (chan = 0; chan < dst_fmt->nr_channels; chan++)
    [all...]
lp_bld_tgsi_action.h 72 unsigned chan; member in struct:lp_build_emit_data
115 * make sure to store the values in the array slot indexed by emit_data->chan.
lp_bld_tgsi_action.c 96 emit_data->output[emit_data->chan] = LLVMBuildFAdd(
109 emit_data->output[emit_data->chan] = LLVMBuildFPToSI(bld_base->base.gallivm->builder, tmp,
121 unsigned chan, src; local
123 for (chan = 0; chan < dp_components; chan++) {
124 emit_data->args[(src * dp_components) + chan] =
125 lp_build_emit_fetch(bld_base, emit_data->inst, src, chan);
153 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base,
188 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 975 * Assert that none of the float values in 'chan' are infinite or NaN.
981 check_inf_or_nan(const union tgsi_exec_channel *chan)
983 assert(!util_is_inf_or_nan((chan)->f[0]));
984 assert(!util_is_inf_or_nan((chan)->f[1]));
985 assert(!util_is_inf_or_nan((chan)->f[2]));
986 assert(!util_is_inf_or_nan((chan)->f[3]));
992 print_chan(const char *msg, const union tgsi_exec_channel *chan)
995 msg, chan->f[0], chan->f[1], chan->f[2], chan->f[3])
1049 uint i, chan; local
2250 uint chan; local
2398 unsigned chan; local
2433 uint chan; local
2540 uint chan; local
2626 uint chan; local
2661 uint chan; local
2793 uint chan; local
3034 unsigned int chan; local
3054 unsigned int chan; local
3083 unsigned int chan; local
3104 unsigned int chan; local
3135 unsigned int chan; local
3168 unsigned int chan; local
3193 unsigned int chan; local
3217 unsigned int chan; local
3241 unsigned int chan; local
3263 unsigned chan; local
3283 unsigned chan; local
3314 unsigned int chan; local
3833 uint chan; local
3878 uint chan; local
3909 uint chan; local
4034 uint i, chan; local
4084 uint unit, chan; local
4150 uint unit, chan; local
4207 uint chan, i; local
4291 int i, chan, j; local
4325 int i, chan; local
    [all...]
  /external/python/cpython2/Mac/Demo/sound/
playaiff.py 43 chan = Snd.SndNewChannel(5,0x00C0) variable
45 Snd.SndDoCommand(chan, (bufferCmd, 0, buffer), 0)
  /external/u-boot/arch/arm/include/asm/mach-imx/
dma.h 153 int mxs_dma_go(int chan);
155 int mxs_dma_init_channel(int chan);
156 int mxs_dma_release(int chan);
158 void mxs_dma_circ_start(int chan, struct mxs_dma_desc *pdesc);
  /external/tensorflow/tensorflow/contrib/resampler/kernels/
resampler_ops.cc 63 auto get_data_point = [&](const int x, const int y, const int chan) {
68 data_channels * (y * data_width + x) + chan]
93 for (int chan = 0; chan < data_channels; ++chan) {
94 const T img_fxfy = dx * dy * get_data_point(fx, fy, chan);
96 (one - dx) * (one - dy) * get_data_point(cx, cy, chan);
97 const T img_fxcy = dx * (one - dy) * get_data_point(fx, cy, chan);
98 const T img_cxfy = (one - dx) * dy * get_data_point(cx, fy, chan);
99 set_output(sample_id, chan,
    [all...]
  /external/adhd/cras/src/alsa_plugin/
pcm_cras.c 132 size_t chan, frame_bytes, sample_bytes; local
167 for (chan = 0; chan < io->channels; chan++) {
168 pcm_cras->areas[chan].addr = samples + chan * sample_bytes;
169 pcm_cras->areas[chan].first = 0;
170 pcm_cras->areas[chan].step =
185 for (chan = 0; chan < io->channels; chan++
    [all...]

Completed in 621 milliseconds

12 3 4 5 6 7 8 91011>>