/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/ |
H A D | rounding.d | 70 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 D | conv.c | 50 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 D | crtfastmath.c | 38 #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 D | crtfastmath.c | 39 #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 D | crtfastmath.c | 39 #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 D | fpu-387.h | 163 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 D | fpu-sysv.h | 59 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 D | fpu-387.h | 158 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 D | fpu-sysv.h | 59 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 D | cgd.c | 571 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 D | in_wch.c | 87 int cw = lp->wcols; win_wch() local
|
H A D | delch.c | 109 int cw, sx; wdelch() local
|
H A D | ins_wch.c | 90 int cw, pcw, x, y, sx, ex, newx, i; in wins_wch() local [all...] |
H A D | inwstr.c | 131 int x, cw, cnt; in winnwstr() local
|
H A D | in_wchstr.c | 126 int x = 0, cw = 0, cnt = 0; in win_wchnstr() local
|
H A D | cr_put.c | 204 int cw; in plodput() local
|
H A D | add_wchstr.c | 140 int cw, x, y, sx, ex, newx, i, cnt; in wadd_wchnstr() local [all...] |
H A D | ins_wstr.c | 138 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 D | aes_via.c | 157 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 D | regress_thread.c | 81 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 D | math.d | 3995 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 D | ar5315.c | 95 uint32_t memcfg, cw, rw, dw; in ar5315_get_memsize() local
|
/netbsd-src/sys/compat/linux/arch/i386/ |
H A D | linux_machdep.h | 58 uint32_t cw; member 109 unsigned long cw; member
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | local2.c | 1054 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 D | via_padlock.c | 334 via_padlock_cbc(void *cw, void *src, void *dst, void *key, int rep, in via_padlock_cbc()
|