Home
last modified time | relevance | path

Searched refs:wds (Results 1 - 25 of 33) sorted by relevance

12

/third_party/FreeBSD/contrib/gdtoa/
H A Dsum.c47 if (a->wds < b->wds) {
51 c->wds = a->wds;
56 xe = xc + b->wds;
66 xe += a->wds - b->wds;
81 xe += a->wds - b->wds;
89 if (c->wds
[all...]
H A Dmisc.c81 rv->sign = rv->wds = 0;
165 int i, wds; local
177 wds = b->wds;
200 while(++i < wds);
202 if (wds >= b->maxwds) {
208 b->x[wds++] = carry;
209 b->wds = wds;
260 b->wds
[all...]
H A Dsmisc.c51 b->wds = 1;
55 b->wds = (b->x[1] = y9 >> 16) ? 2 : 1;
85 k = ka - kb + ULbits*(a->wds - b->wds);
148 xe = x + b->wds;
152 nw = b->wds;
174 nwds = b->wds;
H A Dstrtodg.c61 xe = x + b->wds;
81 if (b->wds >= b->maxwds) {
87 b->x[b->wds++] = 1;
105 xe = x + b->wds;
161 b->wds = k;
240 if (hi0bits(b->x[b->wds - 1]) != j) {
254 b->wds = inex = 0;
281 b->wds = inex = 0;
692 rvb->wds = 0;
698 rvb->x[0] = rvb->wds
[all...]
H A Dgmisc.c46 if (n < b->wds) {
47 xe = x + b->wds;
63 if ((b->wds = x1 - b->x) == 0)
78 xe = x + b->wds;
H A Dgethex.c170 b->wds = 1;
193 b->wds = n;
230 b->wds = n = x - b->x;
281 x[0] = b->wds = 1;
327 k = b->wds;
335 else if (b->wds > k
H A Dgdtoaimp.h490 int k, maxwds, sign, wds; member
501 #define Bcopy(x,y) memcpy_D2A(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
503 #define Bcopy(x,y) memcpy(&x->sign,&y->sign,y->wds*sizeof(ULong) + 2*sizeof(int))
H A Dstrtod.c667 if (!delta->x[0] && delta->wds <= 1) {
771 if (!delta->x[0] && delta->wds <= 1)
776 if (!delta->x[0] && delta->wds <= 1) {
/third_party/python/Python/
H A Ddtoa.c306 Bigint then x->wds >= 1, and either x->wds == 1 or x[wds-1] is nonzero.
320 - wds is the actual number of significant words
322 significant (x[0]) to most significant (x[wds-1]).
328 int k, maxwds, sign, wds; member
384 rv->sign = rv->wds = 0; in Balloc()
429 rv->sign = rv->wds = 0; in Balloc()
446 y->wds*sizeof(Long) + 2*sizeof(int))
455 int i, wds; in multadd() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c1282 VkWriteDescriptorSet wds[ZINK_SHADER_COUNT + 1]; in update_push_ubo_descriptors() local
1310 init_write_descriptor(NULL, desc_set, ZINK_DESCRIPTOR_TYPE_UBO, tgsi_processor_to_shader_stage(pstage), &wds[i], 0); in update_push_ubo_descriptors()
1327 wds[i].pBufferInfo = &buffer_infos[i]; in update_push_ubo_descriptors()
1331 init_write_descriptor(NULL, desc_set, 0, MESA_SHADER_STAGES, &wds[ZINK_SHADER_COUNT], 0); in update_push_ubo_descriptors()
1332 wds[ZINK_SHADER_COUNT].pImageInfo = &ctx->di.fbfetch; in update_push_ubo_descriptors()
1337 VKSCR(UpdateDescriptorSets)(screen->dev, num_stages + !!fbfetch, wds, 0, NULL); in update_push_ubo_descriptors()
1392 VkWriteDescriptorSet wds[ZINK_MAX_DESCRIPTORS_PER_TYPE]; in update_descriptors_internal() local
1421 wds[num_wds].pBufferInfo = info; in update_descriptors_internal()
1449 wds[num_wds].pTexelBufferView = buffer_info; in update_descriptors_internal()
1451 wds[num_wd in update_descriptors_internal()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dap.h46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
H A Dap.c965 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds) in ap_rx_from_unknown_sta() argument
969 ieee802_11_rx_from_unknown(wpa_s->ap_iface->bss[0], addr, wds); in ap_rx_from_unknown_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dap.h46 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds);
H A Dap.c1214 void ap_rx_from_unknown_sta(void *ctx, const u8 *addr, int wds) in ap_rx_from_unknown_sta() argument
1218 ieee802_11_rx_from_unknown(wpa_s->ap_iface->bss[0], addr, wds); in ap_rx_from_unknown_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.h235 const u8 *addr, int wds,
H A Ddriver_nl80211_monitor.c61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
H A Ddriver_nl80211_event.c1654 int wds) in nl80211_spurious_frame()
1665 event.rx_from_unknown.wds = wds; in nl80211_spurious_frame()
1653 nl80211_spurious_frame(struct i802_bss *bss, struct nlattr **tb, int wds) nl80211_spurious_frame() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.h108 int wds);
H A Ddrv_callbacks.c1459 int wds) in hostapd_rx_from_unknown_sta()
1465 ieee802_11_rx_from_unknown(hapd, addr, wds); in hostapd_rx_from_unknown_sta()
1970 data->rx_from_unknown.wds); in wpa_supplicant_event_hapd()
1457 hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, const u8 *bssid, const u8 *addr, int wds) hostapd_rx_from_unknown_sta() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.h282 const u8 *addr, int wds,
H A Ddriver_nl80211_monitor.c61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) == in from_unknown_sta()
H A Ddriver_nl80211_event.c2229 int wds)
2240 event.rx_from_unknown.wds = wds;
2228 nl80211_spurious_frame(struct i802_bss *bss, struct nlattr **tb, int wds) global() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.h103 int wds);
H A Ddrv_callbacks.c1245 int wds) in hostapd_rx_from_unknown_sta()
1251 ieee802_11_rx_from_unknown(hapd, addr, wds); in hostapd_rx_from_unknown_sta()
1738 data->rx_from_unknown.wds); in wpa_supplicant_event_hapd()
1243 hostapd_rx_from_unknown_sta(struct hostapd_data *hapd, const u8 *bssid, const u8 *addr, int wds) hostapd_rx_from_unknown_sta() argument
/third_party/mksh/
H A Dedit.c5653 char *wds = alloc(len + 3, ATEMP); in x_eval_region_helper() local
5655 wds[0] = FUNASUB; in x_eval_region_helper()
5656 memcpy(wds + 1, cmd, len); in x_eval_region_helper()
5657 wds[len + 1] = '\0'; in x_eval_region_helper()
5658 wds[len + 2] = EOS; in x_eval_region_helper()
5660 cp = evalstr(wds, DOSCALAR); in x_eval_region_helper()
5661 afree(wds, ATEMP); in x_eval_region_helper()

Completed in 40 milliseconds

12