| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | bits.h | 81 #define _MAKE_SHIFT(WIDTH, pos) ((WIDTH) - 1 - (pos)) argument 85 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) argument 87 #define _LSB_POS(WIDTH, SHIFT) (SHIFT) argument 92 #define _BITn(WIDTH, pos) (((uint##WIDTH##_t)(1)) \ argument 93 << _MAKE_SHIFT(WIDTH, pos)) 110 #define _MASKn(WIDTH, START, STOP) \ argument 111 (((((uint##WIDTH##_t)0) - 1) \ 112 >> (WIDTH - ((STOP) - (START) + 1))) \ 113 << (WIDTH - 1 - (STOP))) 120 #define _LSMASKn(WIDTH, FIRST, LAST) _MASKn (WIDTH, \ argument [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-bits.h | 130 #define _LSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) argument 132 #define _LSB_SHIFT(WIDTH, POS) (POS) argument 136 #define _MSB_SHIFT(WIDTH, POS) (POS) argument 138 #define _MSB_SHIFT(WIDTH, POS) (WIDTH - 1 - POS) argument 146 #define _MSB_POS(WIDTH, SHIFT) (SHIFT) argument 148 #define _MSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) argument 152 #define _LSB_POS(WIDTH, SHIFT) (WIDTH - 1 - SHIFT) argument 154 #define _LSB_POS(WIDTH, SHIFT) (SHIFT) argument 274 #define _MASKn(WIDTH, START, STOP) (((uint##WIDTH##_t)(-1) \ argument 275 >> (_MSB_SHIFT (WIDTH, START) \ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | dfp-bit.h | 74 #if WIDTH == 32 83 #elif WIDTH == 64 92 #elif WIDTH == 128 108 #if WIDTH == 32 110 #elif WIDTH == 64 112 #elif WIDTH == 128 306 #if WIDTH == 128 || WIDTH_TO == 128 310 #if WIDTH == 64 || WIDTH_TO == 64 314 #if WIDTH == 32 || WIDTH_TO == 32 328 #if WIDTH == 32 [all …]
|
| D | dfp-bit.c | 43 #if WIDTH == 32 || WIDTH_TO == 32 47 #if WIDTH == 64 || WIDTH_TO == 64 51 #if WIDTH == 128 || WIDTH_TO == 128 92 #if WIDTH == 32 171 #if WIDTH == 32
|
| /netbsd/src/games/hunt/huntd/ |
| D | makemaze.c | 155 if (tx < 0 || ty < 0 || tx >= WIDTH || ty >= HEIGHT) in dig_maze() 172 for (x = 0; x < WIDTH; x++) { in remap() 181 if (x + 1 < WIDTH && Maze[y][x + 1] != SPACE) in remap() 222 while (sp < &Maze[HEIGHT - 1][WIDTH]) in makemaze() 225 x = rand_num(WIDTH / 2) * 2 + 1; in makemaze()
|
| D | answer.c | 261 for (x = 0; x < WIDTH; x++) in stplayer() 268 for ( ; x < WIDTH; x++) in stplayer() 272 for (x = 0; x < WIDTH; x++) in stplayer() 276 x = rand_num(WIDTH - 1) + 1; in stplayer() 317 x = rand_num(WIDTH - 1) + 1; in stplayer() 327 x = rand_num(WIDTH - 1) + 1; in stplayer()
|
| D | driver.c | 520 x = rand_num(WIDTH - 1) + 1; in makeboots() 685 x = (WIDTH - len) / 2; in zap() 780 x = rand_num(WIDTH / 2) + WIDTH / 4; in zap() 794 x = rand_num(WIDTH / 2) + WIDTH / 4; in zap()
|
| D | draw.c | 54 outstr(pp, pp->p_maze[0], WIDTH); in drawmaze() 56 endp = &pp->p_maze[y][WIDTH]; in drawmaze() 69 outstr(pp, pp->p_maze[HEIGHT - 1], WIDTH); in drawmaze()
|
| D | shots.c | 584 else if (x > WIDTH - 2) { in move_flyer() 585 x = (WIDTH - 2) - (x - (WIDTH - 2)); in move_flyer() 601 PLUS_DELTA(x, WIDTH - 2); in move_flyer() 698 if (x < 0 || x >= WIDTH) in chkshot() 956 if (y < 0 || x < 0 || y >= HEIGHT || x >= WIDTH) in iswall()
|
| /netbsd/src/usr.sbin/etcupdate/ |
| D | etcupdate | 54 WIDTH="${WIDTH:="${SWIDTH}"}" 87 Usage: ${PROG} [-alv] [-d DESTDIR] [-p PAGER] [-s SRC_ARG] [-t TEMPROOT] [-w WIDTH] 107 -w WIDTH Screen width. [80] 408 --width=${WIDTH} \ 420 [sS]s) DIFF_COMMAND="sdiff -w${WIDTH}" ;; 540 WIDTH="${OPTARG}"
|
| /netbsd/src/usr.bin/banner/ |
| D | banner.c | 97 for (scnwidth = WIDTH; --scnwidth;) { in scnline() 146 for (j = WIDTH; --j;) in scan_out() 154 if (nchrs++ >= PW/(WIDTH+1)-1) in scan_out()
|
| D | banner.h | 25 #define WIDTH 8 /* width of characters */ macro
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | numeric_traits.h | 95 #define _GLIBCXX_INT_N_TRAITS(T, WIDTH) \ in _GLIBCXX_VISIBILITY() argument 101 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY() 108 enum { __width = WIDTH }; \ in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | _kf_to_td.c | 30 #define WIDTH 128 macro
|
| D | _sd_to_kf.c | 30 #define WIDTH 32 macro
|
| D | _td_to_kf.c | 30 #define WIDTH 128 macro
|
| D | _kf_to_sd.c | 30 #define WIDTH 32 macro
|
| D | _dd_to_kf.c | 30 #define WIDTH 64 macro
|
| D | _kf_to_dd.c | 30 #define WIDTH 64 macro
|
| /netbsd/src/usr.sbin/traceroute6/ |
| D | traceroute6.c | 1011 #define WIDTH 16 in packet_ok() macro 1013 if (i % WIDTH == 0) in packet_ok() 1018 if (i % WIDTH == WIDTH - 1) in packet_ok() 1021 if (cc % WIDTH != 0) in packet_ok()
|
| /netbsd/src/usr.sbin/lpr/common_source/ |
| D | lp.local.h | 66 #define WIDTH 8 /* width of characters */ macro
|
| /netbsd/src/games/hunt/hunt/ |
| D | playit.c | 326 static char buf[WIDTH + WIDTH % 2]; in quit()
|
| D | otto.c | 378 for (c = col + 1; c < WIDTH; c++) in ottolook() 535 dist = WIDTH; in go_for_ammo()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | machmode.def | 136 VECTOR_MODES (CLASS, WIDTH); 138 corresponding vector modes having width WIDTH. Modes whose 139 byte sizes do not evenly divide WIDTH are ignored, as are 145 VECTOR_MODES_WITH_PREFIX (PREFIX, CLASS, WIDTH);
|
| /netbsd/src/external/mit/xorg/bin/xdm/config/ |
| D | Xresources.in | 20 XHASHif WIDTH > 800
|