Searched refs:w3 (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/atomic/aarch64/
H A Dopensolaris_atomic.S37 stxr w3, x2, [x0] /* Store *target */
38 cbnz w3, 1b /* Check if the store succeeded */
48 1: ldxr w3, [x0] /* Load *target */
49 cmp w3, w1 /* Does *targe == cmp? */
53 2: mov w0, w3 /* Return the old value */
77 stxrb w3, w2, [x0] /* Store *target */
78 cbnz w3, 1b /* Check if the store succeeded */
/freebsd-11.0-release/sys/sys/
H A Dassym.h42 char name ## w3[((ASSYM_ABS(value) & 0xFFFF000000000000ULL) >> 48) + ASSYM_BIAS]
/freebsd-11.0-release/sys/arm64/arm64/
H A Dcopyinout.S156 ldrb w3, [x0], #0x01
157 strb w3, [x1], #0x01
202 ldr w3, [x0], #0x04
203 str w3, [x1], #0x04
207 ldrh w3, [x0], #0x02
208 strh w3, [x1], #0x02
212 ldrb w3, [x0]
213 strb w3, [x1]
H A Dbus_space_asm.S222 strb w3, [x1, x2]
227 strh w3, [x1, x2]
232 str w3, [x1, x2]
H A Dsupport.S63 stxr w5, w3, [x0] /* Store the new data */
/freebsd-11.0-release/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_reconcli.c84 pthread_t pt, w1, w2, w3, w4; local
108 pthread_create(&w3, NULL, worker, NULL);
117 pthread_join(w3, NULL);
/freebsd-11.0-release/sys/cddl/dev/dtrace/aarch64/
H A Ddtrace_asm.S153 1: ldxr w3, [x0] /* Load target */
154 cmp w3, w1 /* Check if *target == cmp */
158 2: mov w0, w3 /* Return the value loaded from target */
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h84 __be32 w3, __be32 w4)
87 __ipv6_addr_set_half(&addr->s6_addr32[2], w3, w4);
82 ipv6_addr_set(struct in6_addr *addr, __be32 w1, __be32 w2, __be32 w3, __be32 w4) argument
/freebsd-11.0-release/crypto/openssh/
H A Dblocks.c55 M(w2 ,w0 ,w11,w3 ) \
56 M(w3 ,w1 ,w12,w4 ) \
58 M(w5 ,w3 ,w14,w6 ) \
63 M(w10,w8 ,w3 ,w11) \
109 uint64 w3 = load_bigendian(in + 24); local
126 F(w3 ,0xe9b5dba58189dbbcULL)
145 F(w3 ,0x240ca1cc77ac9c65ULL)
164 F(w3 ,0x53380d139d95b3dfULL)
183 F(w3 ,0x34b0bcb5e19b48a8ULL)
202 F(w3 ,
[all...]
/freebsd-11.0-release/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.0-release/lib/msun/src/
H A De_lgamma_r.c59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
153 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/freebsd-11.0-release/lib/msun/ld128/
H A De_lgammal_r.c169 w3 = 7.93650793650793650791708939493907380e-04L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h341 MSAReg w3; member in struct:MSA_linux_mips
H A DRegisterInfos_mips.h135 DEFINE_MSA (w3, nullptr, dwarf_w3_mips, dwarf_w3_mips, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
H A DRegisterInfos_mips64.h193 DEFINE_MSA (w3, nullptr, dwarf_w3_mips64, dwarf_w3_mips64, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM),
/freebsd-11.0-release/sys/dev/patm/
H A Dif_patm_tx.c564 u_int w1, w3, cnt; local
599 w3 = mapsize;
601 w3 = 0;
611 tbd->aal5 = htole32(w3);
615 scd->tail, w1, segs->ds_addr, w3, a->hdr);
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c3622 struct hdaa_widget *w3; local
3628 w3 = hdaa_widget_get(devinfo, i);
3629 if (w3 == NULL || w3->enable == 0)
3631 if (w3->bindas != w1->bindas)
3633 if (w3->nconns == 0)
3636 for (j = 0; j < w3->nconns; j++) {
3637 if (w3->connsenable[j] == 0)
3639 if (w3->conns[j] == w1->nid)
3641 if (w3
3661 struct hdaa_widget *w3, *w4; local
[all...]
/freebsd-11.0-release/lib/msun/ld80/
H A De_lgammal_r.c204 #define w3 (w3u.e) macro
351 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*w8)))))));
/freebsd-11.0-release/contrib/tzdata/
H A DMakefile335 $(SGML_TOPDIR)/share/doc/w3-recs/html/www.w3.org/TR/1999/REC-html401-19991224/HTML4.cat:$(SGML_TOPDIR)/share/sgml/html/4.01/HTML4.cat
339 # <https://validator.w3.org/source/> for a validation library.
679 # To check the the other pages, use <https://validator.w3.org/>.
/freebsd-11.0-release/contrib/expat/
H A DMakefile.in184 http://www.w3.org/XML/Test/xmlts20080827.zip
/freebsd-11.0-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h405 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \
410 (zcp)->zc_word[3] = w3; \
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h487 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \
492 (zcp)->zc_word[3] = w3; \

Completed in 219 milliseconds