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

/freebsd-9.3-release/sys/sys/
H A Dassym.h42 char name ## w3[((ASSYM_ABS(value) & 0xFFFF000000000000ULL) >> 48) + ASSYM_BIAS]
/freebsd-9.3-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-9.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h237 U_int32_t w0, w1, w2, w3; member in struct:__anon1827::__anon1829
252 U_int32_t w3, w2, w1, w0; member in struct:__anon1830::__anon1832
/freebsd-9.3-release/lib/msun/src/
H A De_lgamma_r.c61 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
152 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable
291 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
H A De_lgammaf_r.c85 w3 = 7.9365057172e-04, /* 0x3a500cfd */ variable
224 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/freebsd-9.3-release/sys/dev/patm/
H A Dif_patm_tx.c563 u_int w1, w3, cnt; local
598 w3 = mapsize;
600 w3 = 0;
610 tbd->aal5 = htole32(w3);
614 scd->tail, w1, segs->ds_addr, w3, a->hdr);
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c3228 struct hdaa_widget *w3; local
3234 w3 = hdaa_widget_get(devinfo, i);
3235 if (w3 == NULL || w3->enable == 0)
3237 if (w3->bindas != w1->bindas)
3239 if (w3->nconns == 0)
3242 for (j = 0; j < w3->nconns; j++) {
3243 if (w3->connsenable[j] == 0)
3245 if (w3->conns[j] == w1->nid)
3247 if (w3
3267 struct hdaa_widget *w3, *w4; local
[all...]
/freebsd-9.3-release/contrib/tzdata/
H A DMakefile284 $(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
288 # <https://validator.w3.org/source/> for a validation library.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Demmintrin.h1105 _mm_set_epi16(short w7, short w6, short w5, short w4, short w3, short w2, short w1, short w0) argument
1107 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
1159 _mm_setr_epi16(short w0, short w1, short w2, short w3, short w4, short w5, short w6, short w7) argument
1161 return (__m128i)(__v8hi){ w0, w1, w2, w3, w4, w5, w6, w7 };
/freebsd-9.3-release/contrib/expat/
H A DMakefile.in181 http://www.w3.org/XML/Test/xmlts20080827.zip
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h302 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \
307 (zcp)->zc_word[3] = w3; \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h336 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \
341 (zcp)->zc_word[3] = w3; \
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh16265 touch w1 w2 w3 nw1
16266 dotest devcom2-3 "${testcvs} add w1 w2 w3 nw1" "${DOTSTAR}"
16277 dotest devcom2-6 "${testcvs} watch on w3" ''
16292 U first-dir/w3'
16296 dotest_fail devcom2-11 "test -w first-dir/w3" ''
16322 U first${PLUS}dir/w3"

Completed in 203 milliseconds