Home
last modified time | relevance | path

Searched refs:chan (Results 326 - 333 of 333) sorted by relevance

1...<<11121314

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig_file.c1270 config->p2p_pref_chan[i].chan); in wpa_config_write_global()
H A Dctrl_iface.c4906 ret = os_snprintf(pos, end - pos, " %d", chnl[i].chan);
4958 chnl[i].chan, chnl[i].freq,
7778 int op_class, chan; local
7785 chan = atoi(param);
7787 chan);
10818 " info=0x%x op_class=%u chan=%u phy_type=%u%s%s%s%s",
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c427 unsigned chan = ffs(alu->dest.write_mask) - 1; in emit_alu() local
433 src[i] = ir3_get_src(ctx, &asrc->src)[asrc->swizzle[chan]]; in emit_alu()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c6943 struct hostapd_channel_data *chan; in hostapd_eid_txpower_envelope() local
7015 chan = &mode->channels[i]; in hostapd_eid_txpower_envelope()
7016 max_tx_power = chan->max_tx_power - local_pwr_constraint; in hostapd_eid_txpower_envelope()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.c1116 modes[index].channels[loop].chan = hwFeatureData.bands[iee80211band].iee80211Channel[loop].channel; in WifiWpaGetHwFeatureData()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c1119 modes[index].channels[loop].chan = hwFeatureData.bands[iee80211band].iee80211Channel[loop].channel; in WifiWpaGetHwFeatureData()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp11383 Operand chan(ctx->outputs.temps[slot * 4u + i]);
11386 chan = bld.vop1(aco_opcode::v_cvt_f32_f16, bld.def(v1), chan);
11389 Temp tmp = convert_int(ctx, bld, chan.getTemp(), 16, 32, sign_ext);
11390 chan = Operand(tmp);
11393 chan.setFixed(chan_reg);
11394 color_exports.emplace_back(chan);
/third_party/astc-encoder/Source/
H A Dtinyexr.h9439 const EXRChannelInfo &chan = channels[i]; in DecompressPiz() local
9442 if (chan.pixel_type == TINYEXR_PIXELTYPE_HALF) { in DecompressPiz()

Completed in 80 milliseconds

1...<<11121314