Searched refs:bottom (Results 1 - 25 of 157) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dvisibility6.C3 class bottom class
8 class middle : private bottom
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dvisibility6.C3 class bottom class
8 class middle : private bottom
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_rshd.c37 register mp_digit *bottom, *top; local
41 /* bottom */
42 bottom = a->dp;
49 * the top of the window are copied to the bottom
58 *bottom++ = *top++;
63 *bottom++ = 0;
H A Dbn_mp_lshd.c38 register mp_digit *top, *bottom; local
47 bottom = a->dp + a->used - 1 - b;
51 * the bottom to the top. see bn_mp_rshd.c for more info.
54 *top-- = *bottom--;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A DPYRBUG.c9 int top, left, bottom, right; member in struct:__anon5655
15 return pt.v >= r->top && pt.v < r->bottom
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A DPYRBUG.c9 int top, left, bottom, right; member in struct:__anon3894
15 return pt.v >= r->top && pt.v < r->bottom
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-tcl-tk/
H A Dhello.tcl19 pack .my.label -side bottom
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dscroll.c68 * Set the top and bottom of the scrolling region for stdscr.
71 setscrreg(int top, int bottom) argument
73 return wsetscrreg(stdscr, top, bottom);
122 * Set the top and bottom of the scrolling region for win.
125 wsetscrreg(WINDOW *win, int top, int bottom) argument
127 if (top < 0 || bottom >= win->maxy || bottom - top < 1)
130 win->scr_b = bottom;
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-capture-pane.c51 u_int i, limit, top, bottom, tmp; local
75 bottom = gd->hsize + gd->sy - 1;
78 bottom = 0;
80 bottom = gd->hsize + n;
81 if (bottom > gd->hsize + gd->sy - 1)
82 bottom = gd->hsize + gd->sy - 1;
84 if (bottom < top) {
85 tmp = bottom;
86 bottom = top;
90 for (i = top; i <= bottom;
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) argument
141 /* make a random number and set the top and bottom bits */
197 if (bottom) /* set bottom bit if requested */
211 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
213 return bnrand(0, rnd, bits, top, bottom);
216 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
218 return bnrand(1, rnd, bits, top, bottom);
222 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) argument
224 return bnrand(2, rnd, bits, top, bottom);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/
H A Dstyle.css19 margin-bottom: 20px;
28 margin-bottom: 10px;
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dqevent.h109 short bottom; member in struct:_vs_box
/netbsd-6-1-5-RELEASE/sys/dev/qbus/
H A Dqevent.h109 short bottom; member in struct:_vs_box
/netbsd-6-1-5-RELEASE/gnu/dist/bc/lib/
H A Dgetopt.c230 int bottom = first_nonopt;
240 while (top > middle && middle > bottom)
242 if (top - middle > middle - bottom)
245 int len = middle - bottom;
251 tem = argv[bottom + i];
252 argv[bottom + i] = argv[top - (middle - bottom) + i];
253 argv[top - (middle - bottom) + i] = tem;
255 /* Exclude the moved bottom segment from further swapping. */
264 /* Swap it with the bottom par
227 int bottom = first_nonopt; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dite_rh.c147 screen_up(struct ite_softc *ip, int top, int bottom, int lines) argument
151 if (top >= bottom)
154 if (top + lines >= bottom) {
155 RZ3AlphaErase(ip->grf, 0, top, bottom - top, ip->cols);
159 RZ3AlphaCopy(ip->grf, 0, top+lines, 0, top, ip->cols, bottom-top-lines+1);
160 RZ3AlphaErase(ip->grf, 0, bottom - lines + 1, ip->cols, lines);
165 screen_down (struct ite_softc *ip, int top, int bottom, int lines) argument
169 if (top >= bottom)
172 if (top + lines >= bottom) {
173 RZ3AlphaErase(ip->grf, 0, top, bottom
[all...]
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzip.css22 padding-bottom: 0.8em;
44 margin-bottom: 10px;
57 margin-bottom: 0.5em;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/docs/html/
H A DMakefile15 sed -n '/endlist/,$$p' $@ > tmp.bottom
25 cat tmp.top tmp.middle tmp.bottom > $@
26 rm tmp.top tmp.middle tmp.bottom
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/cr16/
H A Dendian.c49 uint32 bottom = get_longword (x+4); local
50 return (((int64)top)<<32) | (int64)bottom;
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dring.c75 #define ring_decrement(d,a,c) (((a)-(c) >= (d)->bottom)? \
107 ring->supply = ring->consume = ring->bottom = buffer;
109 ring->top = ring->bottom+ring->size;
182 ring->bottom <= ring->clearto &&
183 ring->bottom + ((ring->consume + count) - ring->top))
192 ring->consume = ring->supply = ring->bottom;
323 (*encryptor)(ring->bottom, s - ring->bottom);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dgetopt.c322 int bottom = first_nonopt;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
359 int len = middle - bottom;
365 tem = argv[bottom + i];
366 argv[bottom + i] = argv[top - (middle - bottom) + i];
367 argv[top - (middle - bottom) + i] = tem;
368 SWAP_FLAGS (bottom + i, top - (middle - bottom)
319 int bottom = first_nonopt; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dgetopt.c322 int bottom = first_nonopt;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
359 int len = middle - bottom;
365 tem = argv[bottom + i];
366 argv[bottom + i] = argv[top - (middle - bottom) + i];
367 argv[top - (middle - bottom) + i] = tem;
368 SWAP_FLAGS (bottom + i, top - (middle - bottom)
319 int bottom = first_nonopt; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dgetopt.c322 int bottom = first_nonopt;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
359 int len = middle - bottom;
365 tem = argv[bottom + i];
366 argv[bottom + i] = argv[top - (middle - bottom) + i];
367 argv[top - (middle - bottom) + i] = tem;
368 SWAP_FLAGS (bottom + i, top - (middle - bottom)
319 int bottom = first_nonopt; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dgetopt.c309 int bottom = first_nonopt;
341 while (top > middle && middle > bottom)
343 if (top - middle > middle - bottom)
346 int len = middle - bottom;
352 tem = argv[bottom + i];
353 argv[bottom + i] = argv[top - (middle - bottom) + i];
354 argv[top - (middle - bottom) + i] = tem;
355 SWAP_FLAGS (bottom + i, top - (middle - bottom)
306 int bottom = first_nonopt; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dgetopt.c311 int bottom = first_nonopt;
343 while (top > middle && middle > bottom)
345 if (top - middle > middle - bottom)
348 int len = middle - bottom;
354 tem = argv[bottom + i];
355 argv[bottom + i] = argv[top - (middle - bottom) + i];
356 argv[top - (middle - bottom) + i] = tem;
357 SWAP_FLAGS (bottom + i, top - (middle - bottom)
308 int bottom = first_nonopt; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dgetopt.c319 int bottom = first_nonopt;
351 while (top > middle && middle > bottom)
353 if (top - middle > middle - bottom)
356 int len = middle - bottom;
362 tem = argv[bottom + i];
363 argv[bottom + i] = argv[top - (middle - bottom) + i];
364 argv[top - (middle - bottom) + i] = tem;
365 SWAP_FLAGS (bottom + i, top - (middle - bottom)
316 int bottom = first_nonopt; local
[all...]

Completed in 196 milliseconds

1234567