Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 25 of 58) sorted by relevance

123

/dragonfly/contrib/gmp/mpn/generic/
H A Dtoom_interpolate_7pts.c142 mpn_rsh1add_n (w1, w1, w4, m); in mpn_toom_interpolate_7pts()
144 mpn_add_n (w1, w1, w4, m); ASSERT (!(w1[0] & 1)); in mpn_toom_interpolate_7pts()
145 mpn_rshift (w1, w1, m, 1); in mpn_toom_interpolate_7pts()
151 mpn_rsh1sub_n (w1, w4, w1, m); in mpn_toom_interpolate_7pts()
153 mpn_sub_n (w1, w4, w1, m); ASSERT (!(w1[0] & 1)); in mpn_toom_interpolate_7pts()
154 mpn_rshift (w1, w1, m, 1); in mpn_toom_interpolate_7pts()
196 mpn_sub_n (w1, w5, w1, m); in mpn_toom_interpolate_7pts()
202 mpn_divexact_by15 (w1, w1, m); in mpn_toom_interpolate_7pts()
203 mpn_add_n (w1, w1, w5, m); ASSERT (!(w1[0] & 1)); in mpn_toom_interpolate_7pts()
204 mpn_rshift (w1, w1, m, 1); /* w1>=0 now */ in mpn_toom_interpolate_7pts()
[all …]
H A Dtoom_interpolate_6pts.c66 mp_ptr w4, mp_ptr w2, mp_ptr w1, in mpn_toom_interpolate_6pts() argument
97 mpn_add_n (w2, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
103 w1[2*n] -= mpn_sub_n (w1, w1, w5, 2*n); in mpn_toom_interpolate_6pts()
104 mpn_rshift (w1, w1, 2 * n + 1, 1); in mpn_toom_interpolate_6pts()
108 mpn_rsh1sub_n (w1, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
110 mpn_sub_n (w1, w1, w2, 2 * n + 1); in mpn_toom_interpolate_6pts()
111 mpn_rshift (w1, w1, 2 * n + 1, 1); in mpn_toom_interpolate_6pts()
143 mpn_sub_n (w1, w1, w3, 2 * n + 1); in mpn_toom_interpolate_6pts()
144 mpn_divexact_by3 (w1, w1, 2 * n + 1); in mpn_toom_interpolate_6pts()
191 MPN_INCR_U (w1 + n, n + 1, cy); in mpn_toom_interpolate_6pts()
[all …]
/dragonfly/usr.bin/window/
H A Dwwadd.c47 w1->ww_order = w2->ww_order + 1; in wwadd()
48 w1->ww_back = w2; in wwadd()
49 w1->ww_forw = w2->ww_forw; in wwadd()
50 w2->ww_forw->ww_back = w1; in wwadd()
51 w2->ww_forw = w1; in wwadd()
55 for (i = w1->ww_i.t; i < w1->ww_i.b; i++) { in wwadd()
58 char *win = w1->ww_win[i]; in wwadd()
64 for (j = w1->ww_i.l; j < w1->ww_i.r; j++) { in wwadd()
66 if (w1->ww_order > w->ww_order) in wwadd()
72 smap[j] = w1->ww_index; in wwadd()
[all …]
H A Dwwframe.c39 #define frameok(w, r, c) (w1 = wwindex[wwsmap[r][c]], \
40 w1->ww_fmap || w1->ww_order > (w)->ww_order)
49 struct ww *w1; in wwframe() local
/dragonfly/contrib/tcpdump/
H A Dprint-tipc.c65 nd_uint32_t w1; member
72 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument
73 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument
109 nd_uint32_t w1; member
123 nd_uint32_t w1; member
134 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument
145 nd_uint32_t w1; member
153 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument
177 w1 = GET_BE_U_4(ap->w1); in print_payload()
241 w1 = GET_BE_U_4(ap->w1); in print_internal()
[all …]
/dragonfly/lib/libc/string/
H A Dwcscoll.c75 const wchar_t *w1 = ws1; in wcscoll_l() local
106 w1 = tr1; in wcscoll_l()
111 while (*w1 && *w2) { in wcscoll_l()
146 w1 += len1; in wcscoll_l()
150 while (*w1 && *w2) { in wcscoll_l()
154 while (check1 && *w1) { in wcscoll_l()
155 _collate_lookup(table, w1, in wcscoll_l()
164 w1 += 1; in wcscoll_l()
189 w1 += len1; in wcscoll_l()
193 if (!*w1) { in wcscoll_l()
[all …]
H A Dstrcoll.c52 wchar_t *w1 = NULL, *w2 = NULL; in strcoll_l() local
87 w1 = t1; in strcoll_l()
92 if ((mbsrtowcs_l(w1, &cs1, sz1, &mbs1, locale)) == (size_t)-1) in strcoll_l()
98 ret = wcscoll_l(w1, w2, locale); in strcoll_l()
/dragonfly/contrib/mpfr/src/
H A Dmpfr-longlong.h513 #define umul_ppmm(w1, w0, u, v) \ argument
521 #define smul_ppmm(w1, w0, u, v) \ argument
679 #define umul_ppmm(w1, w0, u, v) \ argument
681 : "=a" (w0), "=d" (w1) \
820 #define umul_ppmm(w1, w0, u, v) \ argument
822 : "=a" (w0), "=d" (w1) \
921 : "=d" (w0), "=d" (w1) \
1029 w1 = __ll >> 32; \
1052 w1 = __ll >> 64; \
1167 w1 = __ll >> 32; \
[all …]
/dragonfly/contrib/gmp/
H A Dlonglong.h525 #define umul_ppmm(w1, w0, u, v) \ argument
533 #define smul_ppmm(w1, w0, u, v) \ argument
836 #define umul_ppmm(w1, w0, u, v) \ argument
838 : "=a" (w0), "=d" (w1) \
977 #define umul_ppmm(w1, w0, u, v) \ argument
979 : "=a" (w0), "=d" (w1) \
1078 : "=d" (w0), "=d" (w1) \
1186 w1 = __ll >> 32; \
1209 w1 = __ll >> 64; \
1324 w1 = __ll >> 32; \
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlonglong.h195 #define umul_ppmm(w1, w0, u, v) \ argument
199 w1 = __w.s.high; \
300 #define umul_ppmm(w1, w0, u, v) \ argument
407 #define umul_ppmm(w1, w0, u, v) \ argument
410 "=d" ((USItype) (w1)) \
443 #define umul_ppmm(w1, w0, u, v) \ argument
446 "=d" ((UDItype) (w1)) \
463 #define umul_ppmm(w1, w0, u, v) \ argument
573 #define umul_ppmm(w1, w0, u, v) \ argument
576 "=d" ((USItype) (w1)) \
[all …]
H A Dlibgcc2.c299 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3() local
303 w1.s.high -= uu.s.low; in __mulvDI3()
305 w1.ll -= vv.ll; in __mulvDI3()
306 w1.ll += (UWtype) w0.s.high; in __mulvDI3()
307 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
309 w0.s.high = w1.s.low; in __mulvDI3()
326 w1.s.high -= vv.s.low; in __mulvDI3()
328 w1.ll -= uu.ll; in __mulvDI3()
329 w1.ll += (UWtype) w0.s.high; in __mulvDI3()
330 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
[all …]
/dragonfly/contrib/binutils-2.27/include/
H A Dlonglong.h330 #define umul_ppmm(w1, w0, u, v) \ argument
364 #define umul_ppmm(w1, w0, u, v) \ argument
375 (w1) = __t.__w1w0.__w1; \
471 #define umul_ppmm(w1, w0, u, v) \ argument
474 "=d" ((USItype) (w1)) \
507 #define umul_ppmm(w1, w0, u, v) \ argument
510 "=d" ((UDItype) (w1)) \
527 #define umul_ppmm(w1, w0, u, v) \ argument
637 #define umul_ppmm(w1, w0, u, v) \ argument
640 "=d" ((USItype) (w1)) \
[all …]
/dragonfly/contrib/gcc-8.0/include/
H A Dlonglong.h332 #define umul_ppmm(w1, w0, u, v) \ argument
366 #define umul_ppmm(w1, w0, u, v) \ argument
377 (w1) = __t.__w1w0.__w1; \
473 #define umul_ppmm(w1, w0, u, v) \ argument
476 "=d" ((USItype) (w1)) \
509 #define umul_ppmm(w1, w0, u, v) \ argument
512 "=d" ((UDItype) (w1)) \
529 #define umul_ppmm(w1, w0, u, v) \ argument
639 #define umul_ppmm(w1, w0, u, v) \ argument
642 "=d" ((USItype) (w1)) \
[all …]
/dragonfly/sys/crypto/camellia/
H A Dcamellia.c96 w1 = lr; \
482 w0, w1, il, ir, t0, t1); in camellia_setup128()
483 krl ^= w0; krr ^= w1; in camellia_setup128()
488 krl ^= w0; krr ^= w1; in camellia_setup128()
490 w0, w1, il, ir, t0, t1); in camellia_setup128()
491 kll ^= w0; klr ^= w1; in camellia_setup128()
704 w0, w1, il, ir, t0, t1); in camellia_setup256()
705 krl ^= w0; krr ^= w1; in camellia_setup256()
714 kll ^= w0; klr ^= w1; in camellia_setup256()
721 krrl ^= w0; krrr ^= w1; in camellia_setup256()
[all …]
/dragonfly/contrib/nvi2/common/
H A Dencoding.c213 unsigned int w1, w2; in decode_utf16() local
216 w1 = buf[0] << 8 ^ buf[1]; in decode_utf16()
218 w1 = buf[0] ^ buf[1] << 8; in decode_utf16()
220 if (w1 < 0xD800 || w1 > 0xDFFF) in decode_utf16()
221 u = w1; in decode_utf16()
222 else if (w1 > 0xDBFF); in decode_utf16()
228 u = ((w1 ^ 0xD800) << 10 ^ (w2 ^ 0xDC00)) + 0x10000; in decode_utf16()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/binder/
H A Dsupplicant.h30 class Supplicant : public fi::w1::wpa_supplicant::BnSupplicant
38 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
43 android::sp<fi::w1::wpa_supplicant::IIface> *aidl_return) override;
49 std::vector<android::sp<fi::w1::wpa_supplicant::ISupplicantCallbacks>>
/dragonfly/test/debug/
H A Dutf8bin.c29 ssize_t w1; in main() local
57 w1 = mbintowcr(warray, ibuf, 1024, &r2, flags); in main()
60 w2 = w1; in main()
65 r2, r1, w2, w1, o); in main()
/dragonfly/games/larn/
H A Dmovem.c25 static short w1[9], w1x[9], w1y[9]; variable
235 w1[k] = 10000; in movemt()
246 w1[tmp] = (playerx - k) * (playerx - k) + (playery - m) * (playery - m); in movemt()
254 if (w1[tmp] > w1[k]) in movemt()
257 if (w1[tmp] < 10000) in movemt()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/binder/fi/w1/wpa_supplicant/
H A DISupplicant.aidl10 package fi.w1.wpa_supplicant;
13 import fi.w1.wpa_supplicant.IIface;
/dragonfly/contrib/gdb-7/readline/
H A Dmbutil.c245 int i, w1, w2; local
247 if ((w1 = _rl_get_char_len (&buf1[pos1], ps1)) <= 0 ||
249 (w1 != w2) ||
253 for (i = 1; i < w1; i++)
/dragonfly/libexec/rbootd/
H A Drmp_var.h138 #define COPYWORD(w1, w2) \ argument
139 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
140 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
/dragonfly/usr.sbin/makefs/msdos/
H A Dmsdosfs_conv.c69 static int char8match(uint16_t *w1, uint16_t *w2, int n);
486 char8match(uint16_t *w1, uint16_t *w2, int n) in char8match() argument
491 u1 = le16toh(*w1); in char8match()
501 ++w1; in char8match()
/dragonfly/contrib/diffutils/src/
H A Dio.c532 word *w0, *w1; in find_identical_ends() local
561 w1 = filevec[1].buffer; in find_identical_ends()
563 p1 = buffer1 = (char *) w1; in find_identical_ends()
583 while (*w0 == *w1) in find_identical_ends()
584 w0++, w1++; in find_identical_ends()
588 p1 = (char *) w1; in find_identical_ends()
/dragonfly/contrib/cvs-1.12/diff/
H A Dio.c416 word *w0, *w1; local
462 w1 = (word *) p1;
463 while (*w0++ == *w1++)
465 --w0, --w1;
469 p1 = (char *) w1;
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dlibgcc2.c297 DWunion w1 = {.ll = (UDWtype) (UWtype) uu.s.low in __mulvDI3() local
301 w1.s.high -= uu.s.low; in __mulvDI3()
303 w1.ll -= vv.ll; in __mulvDI3()
304 w1.ll += (UWtype) w0.s.high; in __mulvDI3()
305 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
307 w0.s.high = w1.s.low; in __mulvDI3()
324 w1.s.high -= vv.s.low; in __mulvDI3()
326 w1.ll -= uu.ll; in __mulvDI3()
327 w1.ll += (UWtype) w0.s.high; in __mulvDI3()
328 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1)) in __mulvDI3()
[all …]

123