Searched refs:chans (Results 1 - 14 of 14) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmbo.c272 struct wpa_mbo_non_pref_channel *chans = NULL, *tmp_chans; local
301 tmp_chans = os_realloc_array(chans, size,
302 sizeof(*chans));
308 chans = tmp_chans;
311 chan = &chans[num];
336 if (wpa_non_pref_chan_is_eq(chan, &chans[i]))
350 if (chans) {
351 qsort(chans, num, sizeof(struct wpa_mbo_non_pref_channel),
357 wpa_s->non_pref_chan = chans;
364 os_free(chans);
[all...]
/external/mesa3d/src/glsl/
H A Dopt_copy_propagation_elements.cpp211 int chans; local
226 chans = swizzle->type->vector_elements;
236 chans = deref_var->type->vector_elements;
251 for (int c = 0; c < chans; c++) {
263 for (int c = 1; c < chans; c++) {
282 chans);
H A Dir_validate.cpp485 unsigned int chans[4] = {ir->mask.x, ir->mask.y, ir->mask.z, ir->mask.w}; local
488 if (chans[i] >= ir->val->type->vector_elements) {
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_utils.c384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, argument
390 for (i = 0; i < chans->reg_classes; i++) {
391 struct p2p_reg_class *c = &chans->reg_class[i];
415 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, argument
422 if (p2p_channels_includes(chans, 81, 1))
424 if (p2p_channels_includes(chans, 81, 6))
426 if (p2p_channels_includes(chans, 81, 11))
430 if (p2p_channels_includes(chans, 180, 2))
H A Dp2p_i.h704 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
706 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_utils.c384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, argument
390 for (i = 0; i < chans->reg_classes; i++) {
391 struct p2p_reg_class *c = &chans->reg_class[i];
415 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, argument
422 if (p2p_channels_includes(chans, 81, 1))
424 if (p2p_channels_includes(chans, 81, 6))
426 if (p2p_channels_includes(chans, 81, 11))
430 if (p2p_channels_includes(chans, 180, 2))
H A Dp2p_i.h704 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
706 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_utils.c384 int p2p_channel_select(struct p2p_channels *chans, const int *classes, argument
390 for (i = 0; i < chans->reg_classes; i++) {
391 struct p2p_reg_class *c = &chans->reg_class[i];
415 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class, argument
422 if (p2p_channels_includes(chans, 81, 1))
424 if (p2p_channels_includes(chans, 81, 6))
426 if (p2p_channels_includes(chans, 81, 11))
430 if (p2p_channels_includes(chans, 180, 2))
H A Dp2p_i.h704 int p2p_channel_select(struct p2p_channels *chans, const int *classes,
706 int p2p_channel_random_social(struct p2p_channels *chans, u8 *op_class,
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_schedule_instructions.cpp68 int chans = 8; local
73 this->latency = 1 * chans * math_latency;
76 this->latency = 2 * chans * math_latency;
82 this->latency = 3 * chans * math_latency;
87 this->latency = 4 * chans * math_latency;
90 this->latency = 8 * chans * math_latency;
95 this->latency = 5 * chans * math_latency;
/external/kernel-headers/original/uapi/linux/
H A Dipmi.h369 * else. The chans field is a bitmask, (1 << channel) for each channel.
375 unsigned int chans; member in struct:ipmi_cmdspec_chans
381 * - EBUSY - One of the netfn/cmd/chans supplied was already in use.
387 * Unregister some netfn/cmd/chans. error values:
389 * - ENOENT - None of the netfn/cmd/chans were found registered for this user.
/external/iw/
H A Dscan.c65 } __attribute__ ((packed)) chans; member in union:ieee80211_country_ie_triplet
568 if (triplet->chans.first_channel <= 14)
569 end_channel = triplet->chans.first_channel + (triplet->chans.num_channels - 1);
571 end_channel = triplet->chans.first_channel + (4 * (triplet->chans.num_channels - 1));
573 printf("\t\tChannels [%d - %d] @ %d dBm\n", triplet->chans.first_channel, end_channel, triplet->chans.max_power);
/external/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate_sse.c220 /* this function will load #chans float values, and will
225 * chans < 4 or results are undefined.
231 unsigned chans)
233 switch(chans)
280 unsigned chans)
283 switch(chans)
227 emit_load_float32( struct translate_sse *p, struct x86_reg data, struct x86_reg arg0, unsigned out_chans, unsigned chans) argument
276 emit_load_float64to32( struct translate_sse *p, struct x86_reg data, struct x86_reg arg0, unsigned out_chans, unsigned chans) argument
/external/llvm/lib/Target/AMDGPU/InstPrinter/
H A DAMDGPUInstPrinter.cpp688 const char * chans = "XYZW"; local
707 O << '.' << chans[chan]; local

Completed in 929 milliseconds