Home
last modified time | relevance | path

Searched defs:cw (Results 1 – 25 of 62) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Drounding.d70 short cw; in ceil() local
74 fstcw cw ; in ceil() local
80 fldcw cw ; in ceil() local
83 fldcw cw ; in ceil() local
213 short cw; in floor() local
217 fstcw cw ; in floor() local
223 fldcw cw ; in floor() local
226 fldcw cw ; in floor() local
/netbsd-src/external/bsd/nvi/dist/common/
H A Dconv.c50 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, in raw2int()
110 default_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, in default_char2int()
186 fe_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, in fe_char2int()
193 ie_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, in ie_char2int()
200 cs_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, in cs_char2int()
208 CHAR_T_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, in CHAR_T_int2char()
218 CHAR_T_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, in CHAR_T_char2int()
228 int2raw(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, in int2raw()
251 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, in default_int2char()
274 #define CONVERT2(_buffer, lenp, cw, offset) \ in default_int2char() argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/loongarch/
H A Dcrtfastmath.c38 #define _FPU_GETCW(cw) __asm__ volatile ("movfcsr2gr %0,$r0" : "=r" (cw)) argument
39 #define _FPU_SETCW(cw) __asm__ volatile ("movgr2fcsr $r0,%0" : : "r" (cw)) argument
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/mips/
H A Dcrtfastmath.c39 #define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw)) argument
40 #define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw)) argument
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/mips/
H A Dcrtfastmath.c39 #define _FPU_GETCW(cw) __asm__ ("cfc1 %0,$31" : "=r" (cw)) argument
40 #define _FPU_SETCW(cw) __asm__ ("ctc1 %0,$31" : : "r" (cw)) argument
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-387.h163 unsigned short cw; in set_fpu_trap_exceptions() local
212 unsigned short cw; in get_fpu_trap_exceptions() local
250 unsigned short cw; in get_fpu_except_flags() local
345 unsigned short cw; in set_fpu_rounding_mode() local
393 unsigned int cw; in get_fpu_rounding_mode() local
400 unsigned short cw; in get_fpu_rounding_mode() local
H A Dfpu-sysv.h59 FP_EXCEPT_TYPE cw = fpgetmask(); in set_fpu_trap_exceptions() local
111 FP_EXCEPT_TYPE cw = fpgetmask(); in get_fpu_trap_exceptions() local
/netbsd-src/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-387.h158 unsigned short cw; in set_fpu_trap_exceptions() local
207 unsigned short cw; in get_fpu_trap_exceptions() local
245 unsigned short cw; in get_fpu_except_flags() local
340 unsigned short cw; in set_fpu_rounding_mode() local
388 unsigned int cw; in get_fpu_rounding_mode() local
395 unsigned short cw; in get_fpu_rounding_mode() local
H A Dfpu-sysv.h59 FP_EXCEPT_TYPE cw = fpgetmask(); in set_fpu_trap_exceptions() local
111 FP_EXCEPT_TYPE cw = fpgetmask(); in get_fpu_trap_exceptions() local
/netbsd-src/sys/dev/
H A Dcgd.c571 struct cgd_worker *cw; in cgd_spawn() local
601 struct cgd_worker *cw = sc->sc_worker; in cgd_destroy() local
652 cgd_destroy_one_worker(struct cgd_worker *cw) in cgd_destroy_one_worker()
666 struct cgd_worker *cw; in cgd_create_worker() local
692 cgd_destroy_worker(struct cgd_worker *cw) in cgd_destroy_worker()
846 struct cgd_worker *cw = sc->sc_worker; in cgd_diskstart() local
986 struct cgd_worker *cw = sc->sc_worker; in cgd_iodone2() local
1527 struct cgd_worker *cw = sc->sc_worker; in cgd_cpu() local
1552 struct cgd_worker *cw = sc->sc_worker; in cgd_enqueue() local
1568 struct cgd_worker *cw = sc->sc_worker; in cgd_process() local
/netbsd-src/lib/libcurses/
H A Din_wch.c87 int cw = lp->wcols; win_wch() local
H A Ddelch.c109 int cw, sx; wdelch() local
H A Dins_wch.c90 int cw, pcw, x, y, sx, ex, newx, i; in wins_wch() local
[all...]
H A Dinwstr.c131 int x, cw, cnt; in winnwstr() local
H A Din_wchstr.c126 int x = 0, cw = 0, cnt = 0; in win_wchnstr() local
H A Dcr_put.c204 int cw; in plodput() local
H A Dadd_wchstr.c140 int cw, x, y, sx, ex, newx, i, cnt; in wadd_wchnstr() local
[all...]
H A Dins_wstr.c138 int width, len, lx, sx, x, y, tx, ty, cw, pcw, newx, tn, w; in wins_nwstr() local
[all...]
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_via.c157 const uint32_t cw[4] __aligned(16) = { in aesvia_encN() local
178 const uint32_t cw[4] __aligned(16) = { in aesvia_decN() local
281 const uint32_t cw[4] __aligned(16) = { in aesvia_cbc_encN() local
311 const uint32_t cw[4] __aligned(16) = { in aesvia_cbc_decN() local
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_thread.c81 struct cond_wait *cw = arg; in wake_all_timeout() local
107 struct cond_wait cw; in basic_thread() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d3995 short cw; in ceil() local
3999 fstcw cw ; in ceil() local
4005 fldcw cw ; in ceil() local
4008 fldcw cw ; in ceil() local
4123 short cw; in floor() local
4127 fstcw cw ; in floor() local
4133 fldcw cw ; in floor() local
4136 fldcw cw ; in floor() local
/netbsd-src/sys/arch/mips/atheros/
H A Dar5315.c95 uint32_t memcfg, cw, rw, dw; in ar5315_get_memsize() local
/netbsd-src/sys/compat/linux/arch/i386/
H A Dlinux_machdep.h58 uint32_t cw; member
109 unsigned long cw; member
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dlocal2.c1054 int c, cw, v; in myxasm() local
1190 int cw = xasmcode(q->n_name); in numconv() local
/netbsd-src/sys/arch/x86/x86/
H A Dvia_padlock.c334 via_padlock_cbc(void *cw, void *src, void *dst, void *key, int rep, in via_padlock_cbc()

123