Home
last modified time | relevance | path

Searched defs:w (Results 101 – 125 of 1536) sorted by relevance

12345678910>>...62

/netbsd/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dread.c277 size_t w; in read_l() local
527 size_t w; in read_a() local
553 size_t w; in read_a_char4() local
592 next_char (st_parameter_dt *dtp, char **p, size_t *w) in next_char()
632 size_t w; in read_decimal() local
747 size_t w; in read_radix() local
898 size_t w; in read_f() local
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dread.c310 size_t w; in read_l() local
560 size_t w; in read_a() local
586 size_t w; in read_a_char4() local
625 next_char (st_parameter_dt *dtp, char **p, size_t *w) in next_char()
665 size_t w; in read_decimal() local
780 size_t w; in read_radix() local
931 size_t w; in read_f() local
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Ddivmodti4.c139 UTItype w; in __umodti3() local
148 TItype w; in __divti3() local
171 TItype w; in __modti3() local
/netbsd/sys/arch/mips/include/
H A Dkdbparam.h42 #define kdbshorten(w) ((w) & 0xFFFF) argument
43 #define kdbbyte(w) ((w) & 0xFF) argument
/netbsd/sys/dev/ic/
H A Dhayespreg.h74 #define HAYESP_HIBYTE(w) (((w) >> 8) & 0xff) argument
75 #define HAYESP_LOBYTE(w) ((w) & 0xff) argument
/netbsd/external/gpl2/groff/dist/src/libs/libdriver/
H A Dprinter.cpp181 int w; in set_ascii_char() local
198 int w; in set_special_char() local
232 int w = (*f)->get_width(i, env->size); in set_char_and_width() local
257 int w = f->get_width(i, env->size); in set_numbered_char() local
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/netbsd/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dunlocked-io.h88 # define fread(w,x,y,z) fread_unlocked (w,x,y,z) argument
90 # define fread_unlocked(w,x,y,z) fread (w,x,y,z) argument
95 # define fwrite(w,x,y,z) fwrite_unlocked (w,x,y,z) argument
97 # define fwrite_unlocked(w,x,y,z) fwrite (w,x,y,z) argument
/netbsd/external/gpl3/gdb/dist/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) argument
39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument
42 #define WTERMSIG(w) ((w) & 0177) argument
45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument
49 #define WIFEXITED(w) (((w) & 0xff) == 0) argument
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument
55 #define WTERMSIG(w) ((w) & 0x7f) argument
58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
/netbsd/external/gpl3/binutils/dist/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) argument
39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument
42 #define WTERMSIG(w) ((w) & 0177) argument
45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument
49 #define WIFEXITED(w) (((w) & 0xff) == 0) argument
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument
55 #define WTERMSIG(w) ((w) & 0x7f) argument
58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) argument
39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument
42 #define WTERMSIG(w) ((w) & 0177) argument
45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument
49 #define WIFEXITED(w) (((w) & 0xff) == 0) argument
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument
55 #define WTERMSIG(w) ((w) & 0x7f) argument
58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Ddllwrap.c36 #define WIFEXITED(w) (((w)&0377) == 0) argument
39 #define WIFSIGNALED(w) (((w)&0377) != 0177 && ((w)&~0377) == 0) argument
42 #define WTERMSIG(w) ((w) & 0177) argument
45 #define WEXITSTATUS(w) (((w) >> 8) & 0377) argument
49 #define WIFEXITED(w) (((w) & 0xff) == 0) argument
52 #define WIFSIGNALED(w) (((w) & 0xff) != 0 && ((w) & 0xff) != 0x7f) argument
55 #define WTERMSIG(w) ((w) & 0x7f) argument
58 #define WEXITSTATUS(w) (((w) & 0xff00) >> 8) argument
/netbsd/lib/libm/complex/
H A Dcatrigl.c196 long double complex w; in casinhl() local
239 long double complex w = casinhl(CMPLXL(cimagl(z), creall(z))); in casinl() local
249 long double complex w; in cacosl() local
304 long double complex w; in cacoshl() local
434 long double complex w = catanhl(CMPLXL(cimagl(z), creall(z))); in catanl() local
/netbsd/sys/arch/hp300/stand/common/
H A Dmaskbits.h55 #define maskbits(x, w, startmask, endmask, nlw) \ argument
65 #define FASTGETBITS(psrc, x, w, dst) \ argument
69 #define FASTPUTBITS(src, x, w, pdst) \ argument
/netbsd/sys/arch/vax/vsa/
H A Dmaskbits.h39 #define FASTGETBITS(psrc,x,w,dst) \ argument
44 #define FASTPUTBITS(src, x, w, pdst) \ argument
/netbsd/external/bsd/tmux/dist/
H A Dcmd-select-pane.c59 cmd_select_pane_redraw(struct window *w) in cmd_select_pane_redraw()
92 struct window *w = wl->window; in cmd_select_pane_exec() local
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dcheck-format-test-negatives.c379 w = 0 enumerator
383 w = 0 enumerator
386 w = 0 enumerator
391 w = 0 enumerator
397 w = 0 enumerator
400 w = 0 enumerator
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Djit-elf-util.h42 #define _ElfW(e, w, t) _ElfW_1 (e, w, _##t) argument
43 #define _ElfW_1(e, w, t) e##w##t argument
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Djit-elf-util.h42 #define _ElfW(e, w, t) _ElfW_1 (e, w, _##t) argument
43 #define _ElfW_1(e, w, t) e##w##t argument
/netbsd/sys/arch/amiga/dev/
H A Dite_cc.c96 #define BFEXT(v,p,o,w) __asm("bfextu %1@{%2:%3},%0" : "=d" (v) : \ argument
98 #define BFINS(v,p,o,w) __asm("bfins %0,%1@{%2:%3}" : /* no output */ : \ argument
100 #define BFCLR(p,o,w) __asm("bfclr %0@{%1:%2}" : /* no output */ : \ argument
102 #define BFCHG(p,o,w) __asm("bfchg %0@{%1:%2}" : /* no output */ : \ argument
104 #define BFSET(p,o,w) __asm("bfset %0@{%1:%2}" : /* no output */ : \ argument
107 #define BFEXT(v,p,o,w) do {v = ((u_int8_t *)(p))[(o)>>3];} while (0) argument
108 #define BFINS(v,p,o,w) do {((u_int8_t *)(p))[(o)>>3] = (v);} while (0) argument
109 #define BFCLR(p,o,w) BFINS(0x00,p,o,w) argument
110 #define BFSET(p,o,w) BFINS(0xff,p,o,w) argument
111 #define BFCHG(p,o,w) do {((u_int8_t *)(p))[(o)>>3] ^= 0xff;} while (0) argument
[all …]
/netbsd/external/bsd/unbound/dist/compat/
H A Dsha512.c112 #define REVERSE32(w,x) { \ argument
118 #define REVERSE64(w,x) { \ argument
127 #define REVERSE64(w,x) /* splint */ argument
136 #define ADDINC128(w,n) { \ argument
144 #define ADDINC128(w,n) /* splint */ argument
/netbsd/lib/libcurses/
H A Dcurses.h499 #define mvwaddch(w, y, x, ch) \ argument
503 #define mvwaddchstr(w, y, x, s) \ argument
507 #define mvwaddstr(w, y, x, s) \ argument
509 #define mvwdelch(w, y, x) \ argument
511 #define mvwgetch(w, y, x) \ argument
515 #define mvwgetstr(w, y, x, s) \ argument
517 #define mvwinch(w, y, x) \ argument
521 #define mvwinchstr(w, y, x, s) \ argument
523 #define mvwinnstr(w, y, x, s, n) \ argument
525 #define mvwinsch(w, y, x, c) \ argument
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Doutbuffer.c176 void OutBuffer::writewchar(unsigned w) in writewchar()
185 void OutBuffer::writeword(unsigned w) in writeword()
211 void OutBuffer::writeUTF16(unsigned w) in writeUTF16()
229 void OutBuffer::write4(unsigned w) in write4()

12345678910>>...62