Home
last modified time | relevance | path

Searched defs:w (Results 76 – 100 of 1536) sorted by relevance

12345678910>>...62

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_client_blt.c121 struct clear_pages_work *w = container_of(fence, typeof(*w), dma); in clear_pages_work_release() local
139 struct clear_pages_work *w = container_of(work, typeof(*w), irq_work); in clear_pages_signal_irq_worker() local
148 struct clear_pages_work *w = container_of(cb, typeof(*w), cb); in clear_pages_dma_fence_cb() local
162 struct clear_pages_work *w = container_of(work, typeof(*w), work); in clear_pages_worker() local
246 struct clear_pages_work *w = container_of(fence, typeof(*w), wait); in clear_pages_work_notify() local
/netbsd/external/bsd/wpa/dist/src/crypto/
H A Dsha1-internal.c144 #define R0(v,w,x,y,z,i) \ argument
147 #define R1(v,w,x,y,z,i) \ argument
150 #define R2(v,w,x,y,z,i) \ argument
152 #define R3(v,w,x,y,z,i) \ argument
155 #define R4(v,w,x,y,z,i) \ argument
/netbsd/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes_core.c65 u32 w[2]; member
73 static void XtimeWord(u32 *w) in XtimeWord()
86 static void XtimeLong(u64 *w) in XtimeLong()
145 static void SubWord(u32 *w) in SubWord()
236 static void SubLong(u64 *w) in SubLong()
330 static void InvSubLong(u64 *w) in InvSubLong()
527 static void AddRoundKey(u64 *state, const u64 *w) in AddRoundKey()
534 const u64 *w, int nr) in Cipher()
560 const u64 *w, int nr) in InvCipher()
599 static void KeyExpansion(const unsigned char *key, u64 *w, in KeyExpansion()
/netbsd/external/bsd/openldap/dist/libraries/liblutil/
H A Dsha1.c74 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
75 #define R1(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk(i)+0x5A827999+rol(v,5);w=rol(w,30); argument
76 #define R2(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0x6ED9EBA1+rol(v,5);w=rol(w,30); argument
77 #define R3(v,w,x,y,z,i) z+=(((w|x)&y)|(w&x))+blk(i)+0x8F1BBCDC+rol(v,5);w=rol(w,30); argument
78 #define R4(v,w,x,y,z,i) z+=(w^x^y)+blk(i)+0xCA62C1D6+rol(v,5);w=rol(w,30); argument
/netbsd/sys/arch/arm/broadcom/
H A Dbcm2838_pcie.h76 #define PCIE_MISC_CPU_2_PCIE_MEM_WIN0_LO(w) (0x400c + (w) * 0x4) argument
77 #define PCIE_MISC_CPU_2_PCIE_MEM_WIN0_HI(w) (0x4010 + (w) * 0x4) argument
101 #define PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_LIMIT(w) (0x4070 + (w) * 0x4) argument
105 #define PCIE_MISC_CPU_2_PCIE_MEM_WIN0_BASE_HI(w) (0x4080 + (w) * 0x4) argument
108 #define PCIE_MISC_CPU_2_PCIE_MEM_WIN0_LIMIT_HI(w) (0x4084 + (w) * 0x8) argument
/netbsd/lib/libm/complex/
H A Dcatrig.c302 double complex w; in casinh() local
361 double complex w = casinh(CMPLX(cimag(z), creal(z))); in casin() local
384 double complex w; in cacos() local
455 double complex w; in cacosh() local
659 double complex w = catanh(CMPLX(cimag(z), creal(z))); in catan() local
H A Dcatrigf.c163 float complex w; in casinhf() local
208 float complex w = casinhf(CMPLXF(cimagf(z), crealf(z))); in casinf() local
219 float complex w; in cacosf() local
275 float complex w; in cacoshf() local
403 float complex w = catanhf(CMPLXF(cimagf(z), crealf(z))); in catanf() local
/netbsd/external/lgpl3/mpc/dist/src/
H A Ddiv.c25 mpc_div_zero (mpc_ptr a, mpc_srcptr z, mpc_srcptr w, mpc_rnd_t rnd) in mpc_div_zero()
41 mpc_div_inf_fin (mpc_ptr rop, mpc_srcptr z, mpc_srcptr w) in mpc_div_inf_fin()
113 mpc_div_fin_inf (mpc_ptr rop, mpc_srcptr z, mpc_srcptr w) in mpc_div_fin_inf()
157 mpc_div_real (mpc_ptr rop, mpc_srcptr z, mpc_srcptr w, mpc_rnd_t rnd) in mpc_div_real()
186 mpc_div_imag (mpc_ptr rop, mpc_srcptr z, mpc_srcptr w, mpc_rnd_t rnd) in mpc_div_imag()
/netbsd/external/bsd/atf/dist/tools/
H A Dtest_program_test.cpp544 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
552 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
568 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
580 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
592 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
620 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
644 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
688 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
728 impl::atf_tps_writer w(ss); in ATF_TEST_CASE_BODY() local
/netbsd/external/mit/libuv/dist/src/unix/
H A Dgetnameinfo.c31 static void uv__getnameinfo_work(struct uv__work* w) { in uv__getnameinfo_work()
55 static void uv__getnameinfo_done(struct uv__work* w, int status) { in uv__getnameinfo_done()
/netbsd/external/gpl3/gdb/dist/sim/m32c/
H A Dmisc.c28 bcd2int (int bcd, int w) in bcd2int()
41 int2bcd (int v, int w) in int2bcd()
/netbsd/external/gpl3/gdb/dist/sim/rx/
H A Dmisc.c29 bcd2int (int bcd, int w) in bcd2int()
42 int2bcd (int v, int w) in int2bcd()
/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dblkptr.c51 uint64_t w = 0; in encode_embedded_bp_compressed() local
97 uint64_t w = 0; in decode_embedded_bp_compressed() local
/netbsd/external/mit/libuv/dist/src/win/
H A Dgetnameinfo.c41 static void uv__getnameinfo_work(struct uv__work* w) { in uv__getnameinfo_work()
90 static void uv__getnameinfo_done(struct uv__work* w, int status) { in uv__getnameinfo_done()
/netbsd/external/mit/libuv/dist/src/
H A Drandom.c73 static void uv__random_work(struct uv__work* w) { in uv__random_work()
81 static void uv__random_done(struct uv__work* w, int status) { in uv__random_done()
/netbsd/external/gpl3/gdb.old/dist/sim/m32c/
H A Dmisc.c28 bcd2int (int bcd, int w) in bcd2int()
41 int2bcd (int v, int w) in int2bcd()
/netbsd/external/gpl3/gdb.old/dist/sim/rx/
H A Dmisc.c29 bcd2int (int bcd, int w) in bcd2int()
42 int2bcd (int v, int w) in int2bcd()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c25 double w = d / 4.0; /* { dg-final { gdb-test 29 "w" "1" } } */ in f1() local
49 double w = d / 4.0; /* { dg-final { gdb-test 53 "w" "1" } } */ in f2() local
69 long long w = (a > d) ? a : d;/* { dg-final { gdb-test 73 "w" "4" } } */ in f3() local
79 _Decimal32 w = a * 8.0DF + 6.0DF;/* { dg-final { xfail-gdb-test 82 "(int)w" "70" } } */ in f4() local
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dtypeddwarf.c25 double w = d / 4.0; /* { dg-final { gdb-test 29 "w" "1" } } */ in f1() local
49 double w = d / 4.0; /* { dg-final { gdb-test 53 "w" "1" } } */ in f2() local
69 long long w = (a > d) ? a : d;/* { dg-final { gdb-test 73 "w" "4" } } */ in f3() local
79 _Decimal32 w = a * 8.0DF + 6.0DF;/* { dg-final { xfail-gdb-test 82 "(int)w" "70" } } */ in f4() local
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dli2.c37 mpfr_t s, u, v, w; in li2_series() local
127 mpfr_prec_t w = MPFR_PREC (y) + 20; in mpfr_li2_asympt_pos() local
177 mpfr_prec_t w = MPFR_PREC (y) + 20; in mpfr_li2_asympt_neg() local
559 mpfr_t s, u, v, w, xx; in mpfr_li2() local
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dwrite.d122 auto w = appender!string(); variable
244 auto w = appender!string(); variable
472 auto w = appender!string(); variable
710 auto w = appender!string(); variable
718 auto w = buf[]; variable
746 auto w = appender!(char[])(); variable
798 auto w = appender!(char[])(); variable
1270 auto w = appender!(char[])(); variable
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Daorsmul_i.c69 mpz_aorsmul_1 (mpz_ptr w, mpz_srcptr x, mp_limb_t y, mp_size_t sub) in mpz_aorsmul_1()
201 mpz_addmul_ui (mpz_ptr w, mpz_srcptr x, unsigned long y) in mpz_addmul_ui()
230 mpz_submul_ui (mpz_ptr w, mpz_srcptr x, unsigned long y) in mpz_submul_ui()
/netbsd/sys/arch/arm/marvell/
H A Dmvsocreg.h89 #define MVSOC_MLMB_WCR(w) ((w) < 8 ? ((w) << 4) + 0x0 :\ argument
101 #define MVSOC_MLMB_WBR(w) ((w) < 8 ? ((w) << 4) + 0x4 :\ argument
105 #define MVSOC_MLMB_WRLR(w) (((w) << 4) + 0x8) argument
109 #define MVSOC_MLMB_WRHR(w) (((w) << 4) + 0xc) argument
135 #define MVSOC_MLMB_WINBAR(w) (((w) << 3) + 0x180) argument
137 #define MVSOC_MLMB_WINCR(w) (((w) << 3) + 0x184) argument
/netbsd/external/bsd/nvi/dist/motif_l/
H A Dm_options.c223 static void window_unmapped(Widget w, XtPointer ptr, XEvent *ev, Boolean *cont) in window_unmapped()
296 set_opt(Widget w, XtPointer closure, XtPointer call_data) in set_opt()
364 Widget w; local
415 Widget f, w; local
721 static void show_options( Widget w, XtPointer data, XtPointer cbs ) in show_options()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcomplex.d244 auto w = C(this.re, this.im); variable
253 auto w = C(this.re, this.im); variable
645 auto w = Complex!real(1.0, 1.0); variable
900 real x,y,w,r; variable
984 auto w = appender!wstring(); in wformat() local

12345678910>>...62