Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 25 of 74) sorted by relevance

123

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dbits.h81 #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/
Dsim-bits.h130 #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/
Ddfp-bit.h74 #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 …]
Ddfp-bit.c43 #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/
Dmakemaze.c155 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()
Danswer.c261 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()
Ddriver.c520 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()
Ddraw.c54 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()
Dshots.c584 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/
Detcupdate54 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/
Dbanner.c97 for (scnwidth = WIDTH; --scnwidth;) { in scnline()
146 for (j = WIDTH; --j;) in scan_out()
154 if (nchrs++ >= PW/(WIDTH+1)-1) in scan_out()
Dbanner.h25 #define WIDTH 8 /* width of characters */ macro
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dnumeric_traits.h95 #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.c30 #define WIDTH 128 macro
D_sd_to_kf.c30 #define WIDTH 32 macro
D_td_to_kf.c30 #define WIDTH 128 macro
D_kf_to_sd.c30 #define WIDTH 32 macro
D_dd_to_kf.c30 #define WIDTH 64 macro
D_kf_to_dd.c30 #define WIDTH 64 macro
/netbsd/src/usr.sbin/traceroute6/
Dtraceroute6.c1011 #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/
Dlp.local.h66 #define WIDTH 8 /* width of characters */ macro
/netbsd/src/games/hunt/hunt/
Dplayit.c326 static char buf[WIDTH + WIDTH % 2]; in quit()
Dotto.c378 for (c = col + 1; c < WIDTH; c++) in ottolook()
535 dist = WIDTH; in go_for_ammo()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmachmode.def136 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/
DXresources.in20 XHASHif WIDTH > 800

123