Searched refs:w2 (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/sys/libkern/arm64/
H A Dcrc32c_armv8.S38 cbz w2, end
40 sub w2, w2, 0x1
44 cmp w2, #0x2
47 sub w2, w2, 0x2
51 cmp w2, #0x4
54 sub w2, w2, 0x4
58 lsr w9, w2, #
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/atomic/aarch64/
H A Dopensolaris_atomic.S51 stxr w4, w2, [x0] /* Store newval to *target */
75 1: ldxrb w2, [x0] /* Load *target */
76 orr w2, w2, w1 /* x2 = x2 | delta */
77 stxrb w3, w2, [x0] /* Store *target */
79 mov w0, w2 /* Return the new value */
/freebsd-11-stable/lib/libc/string/
H A Dwcscoll.c79 const wchar_t *w2 = ws2; local
101 if ((tr2 = wcsdup(w2)) == NULL)
111 w2 = tr2;
116 while (*w1 && *w2) {
134 _collate_lookup(table, w2, &len2,
152 w2 += len2;
155 if (*w2) {
156 ret = -(int)*w2;
165 while (*w1 || *w2 || st1 || st2) {
183 while (*w2 || st
[all...]
H A Dstrcoll.c55 wchar_t *w1 = NULL, *w2 = NULL; local
93 w2 = t2;
98 if ((mbsrtowcs_l(w2, &cs2, sz2, &mbs2, locale)) == (size_t)-1)
101 ret = wcscoll_l(w1, w2, locale);
/freebsd-11-stable/sys/sys/
H A Dassym.h41 char name ## w2[((ASSYM_ABS(value) & 0xFFFF00000000ULL) >> 32) + ASSYM_BIAS]; \
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tipc.c76 #define TIPC_LINK_ACK(w2) (((w2) >> 16) & 0xFFFF)
77 #define TIPC_LINK_SEQ(w2) (((w2) >> 0) & 0xFFFF)
112 uint32_t w2; member in struct:payload_tipc_pkthdr
126 uint32_t w2; member in struct:internal_tipc_pkthdr
137 #define TIPC_BC_GAP_AFTER(w2) (((w2) >> 16) & 0xFFFF)
138 #define TIPC_BC_GAP_TO(w2) (((w2) >>
161 uint32_t w0, w1, w2; local
226 uint32_t w0, w1, w2, w4, w5, w9; local
[all...]
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Dib.h75 __be32 w1, __be32 w2, __be32 w3, __be32 w4)
78 addr->sib_addr32[1] = w2;
74 ib_addr_set(struct ib_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib.h78 __be32 w1, __be32 w2, __be32 w3, __be32 w4)
81 addr->sib_addr32[1] = w2;
77 ib_addr_set(struct ib_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dcityhash.c53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) argument
57 uint64_t b = w2;
/freebsd-11-stable/libexec/rbootd/
H A Drmp_var.h125 * COPYWORD(w1,w2) Copy u_word `w1' to `w2'.
137 #define COPYWORD(w1,w2) (w2) = (w1)
152 #define COPYWORD(w1, w2) \
153 { (w2).val[_WORD_HIGHPART] = (w1).val[_WORD_HIGHPART]; \
154 (w2).val[_WORD_LOWPART] = (w1).val[_WORD_LOWPART]; \
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c84 pthread_t pt, w1, w2, w3, w4; local
107 pthread_create(&w2, NULL, worker, NULL);
116 pthread_join(w2, NULL);
/freebsd-11-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_renamerace.c77 w2(void *arg) function
115 pthread_create(&pt2[i], NULL, w2, NULL);
163 pthread_create(&pt2, NULL, w2, NULL);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h86 __be32 w1, __be32 w2,
89 __ipv6_addr_set_half(&addr->s6_addr32[0], w1, w2);
85 ipv6_addr_set(struct in6_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11-stable/crypto/openssh/
H A Dblocks.c54 M(w1 ,w15,w10,w2 ) \
55 M(w2 ,w0 ,w11,w3 ) \
57 M(w4 ,w2 ,w13,w5 ) \
62 M(w9 ,w7 ,w2 ,w10) \
108 uint64 w2 = load_bigendian(in + 16); local
125 F(w2 ,0xb5c0fbcfec4d3b2fULL)
144 F(w2 ,0x0fc19dc68b8cd5b5ULL)
163 F(w2 ,0x4d2c6dfc5ac42aedULL)
182 F(w2 ,0x2748774cdf8eeb99ULL)
201 F(w2 ,
[all...]
/freebsd-11-stable/contrib/libxo/xo/
H A Dxo.c101 int w1 = 0, w2 = 0; local
137 w2 = strtol(next_arg(), NULL, 0);
145 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
154 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
163 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
172 rc = snprintf(buf, bufsiz, fmt, w1, w2, value);
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_fifos.c48 w2(void *arg) function
54 atf_tc_fail_errno("w2 open");
56 atf_tc_fail_errno("w2 write");
132 pthread_create(&ptw2, NULL, w2, NULL);
/freebsd-11-stable/contrib/nvi/common/
H A Dencoding.c217 unsigned int w1, w2; local
229 w2 = buf[2] << 8 ^ buf[3];
231 w2 = buf[2] ^ buf[3] << 8;
232 u = ((w1 ^ 0xD800) << 10 ^ (w2 ^ 0xDC00)) + 0x10000;
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Dsha256-armv8.S362 ldp w1,w2,[x1]
412 rev w2,w2 // 15
424 add w20,w20,w2 // h+=X[i]
453 ror w9,w2,#17
465 eor w9,w9,w2,ror#19
470 eor w9,w9,w2,lsr#10 // sigma1(X[i+14])
626 add w9,w9,w2
665 str w2,[sp,#12]
672 ror w2,w2
[all...]
/freebsd-11-stable/contrib/libstdc++/libmath/
H A Dmathconf.h237 U_int32_t w0, w1, w2, w3; member in struct:__anon2116::__anon2118
252 U_int32_t w3, w2, w1, w0; member in struct:__anon2119::__anon2121
/freebsd-11-stable/contrib/libreadline/
H A Dmbutil.c243 int i, w1, w2; local
246 (w2 = _rl_get_char_len (&buf2[pos2], ps2)) <= 0 ||
247 (w1 != w2) ||
/freebsd-11-stable/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_asm.S156 stxr w12, w2, [x0] /* Store new to target */
/freebsd-11-stable/lib/msun/src/
H A De_lgammaf_r.c82 w2 = -2.76129087e-03; /* 0xbb34f6c6 */ variable
208 w = w0+z*(w1+y*w2);
H A De_lgamma_r.c59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
152 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/freebsd-11-stable/usr.bin/join/
H A Djoin.c404 wchar_t *w1, *w2; local
409 if ((w1 = towcs(s1)) == NULL || (w2 = towcs(s2)) == NULL)
411 ret = wcscoll(w1, w2);
413 free(w2);
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c301 witness_lock_type_equal(struct witness *w1, struct witness *w2) argument
305 (w2->w_class->lc_flags & (LC_SLEEPLOCK | LC_SPINLOCK)));
316 static int _isitmyx(struct witness *w1, struct witness *w2, int rmask,
2008 * expected relationship of w1 to w2.
2011 _isitmyx(struct witness *w1, struct witness *w2, int rmask, const char *fname) argument
2017 i2 = w2->w_index;
2032 fname, w1->w_name, i1, w2->w_name, i2, i1, i2, r1,
2064 blessed(struct witness *w1, struct witness *w2) argument
2072 if (strcmp(w2->w_name, b->b_lock2) == 0)
2077 if (strcmp(w2
2546 struct witness *tmp_w1, *tmp_w2, *w1, *w2; local
[all...]

Completed in 163 milliseconds

12