Searched refs:bot (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-3.c38 register int bot, top, half; local
44 bot = 0;
47 while (top - bot > 1)
49 half = (top - bot + 1) >> 1;
50 b = bl->block[bot + half];
52 bot += half;
54 top = bot + half;
57 while (bot >= 0)
59 b = bl->block[bot];
64 bot
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-3.c38 register int bot, top, half; local
44 bot = 0;
47 while (top - bot > 1)
49 half = (top - bot + 1) >> 1;
50 b = bl->block[bot + half];
52 bot += half;
54 top = bot + half;
57 while (bot >= 0)
59 b = bl->block[bot];
64 bot
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dblock.c101 int bot, top, half; local
134 bot = 0;
137 while (top - bot > 1)
139 half = (top - bot + 1) >> 1;
140 b = BLOCKVECTOR_BLOCK (bl, bot + half);
142 bot += half;
144 top = bot + half;
149 while (bot >= 0)
151 b = BLOCKVECTOR_BLOCK (bl, bot);
158 bot
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dmsort.c308 int mid, top = ttop, bot = 0, cmpv = 1; local
310 for (mid = top / 2; bot + 1 != top; mid = (bot + top) / 2) {
333 bot = mid;
340 if (bot != 0) {
341 memmove(flist, flist + 1, bot * sizeof(MFILE *));
342 flist[bot] = rec;
349 if (bot == 0 && cmpv != 0) {
356 bot = -1;
358 bot
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/eqn/
H A Ddelim.cpp40 const char *bot; member in struct:delimiter
205 const char *bot)
226 if (bot) {
229 bot);
236 if (bot)
287 if (bot)
291 bot);
340 build_extensible(d->ext, d->top, d->mid, d->bot);
204 build_extensible(const char *ext, const char *top, const char *mid, const char *bot) argument
H A Dbox.h282 const char *mid = 0, const char *bot = 0);
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Drefresh.c1199 int n, target, cur_period, bot, top, sc_region; local
1231 for (bot = __virtscr->maxy - 1; bot >= 0; bot--)
1233 if (__virtscr->alines[bot]->flags & __ISDIRTY &&
1234 (__virtscr->alines[bot]->hash != curscr->alines[bot]->hash ||
1235 memcmp(__virtscr->alines[bot]->line,
1236 curscr->alines[bot]->line,
1241 if (__virtscr->alines[bot]
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwupdate.c49 wwupdate1(int top, int bot) argument
60 char *t1 = wwtouched + top, *t2 = wwtouched + bot;
69 scan_bot = bot = t2 - wwtouched + 1;
165 bot = scan_bot;
173 bot = scan_bot;
193 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot;
H A Dxx.c161 xxscroll(int dir, int top, int bot) argument
166 xp->arg1 == top && xp->arg2 == bot &&
175 xp->arg2 = bot;
H A Dttzapple.c352 zz_setscroll(int top, int bot) argument
356 ttputc(bot + ' ');
358 tt.tt_scroll_bot = bot;
H A Dttgeneric.c431 gen_setscroll(int top, int bot) argument
433 tttgoto(gen_CS, bot, top);
435 tt.tt_scroll_bot = bot;
/netbsd-6-1-5-RELEASE/usr.bin/checknr/
H A Dchecknr.c622 int top, bot; /* boundaries of bin search, inclusive */ local
625 bot = 0;
626 while (top >= bot) {
627 mid = (top+bot)/2;
635 bot = mid + 1;
639 slot = bot; /* place it would have gone */
/netbsd-6-1-5-RELEASE/sys/netatalk/
H A Dat_control.c695 * Add a route for a range of networks from bot to top - 1.
708 aa_dorangeroute(struct ifaddr *ifa, u_int bot, u_int top, int cmd) argument
718 if (bot > top)
728 while (bot <= top) {
730 while (((bot & ~mask1) >= bot)
731 && ((bot | mask1) <= top)) {
737 addr.s_net = htons(bot);
747 bot = (bot | mask
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/
H A Dautoheader.in205 test -f $config_h.bot ||
208 Using auxiliary files such as `acconfig.h', `config.h.bot'
325 test -f $config_h.bot && cat $config_h.bot >>$tmp/config.hin
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dmerge.c264 #define reverse(bot, top) { \
269 tmp = *bot; *bot++ = *s; *s++ = tmp; \
272 } while(bot < s); \
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dbootp.c66 static satime_t bot; variable
139 if (!bot)
140 bot = getsecs();
294 bp->bp_secs = htons((u_short)(getsecs() - bot));
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dstrftime.c361 int bot; local
371 bot = ((yday + 11 - wday) %
377 top = bot -
387 if (yday >= bot) {
388 w = 1 + ((yday - bot) /
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs.sh200 cat `egrep -v "configure.in.bot" < configure.files` > configure.in.new
280 botfiles=`cat configure.files | egrep "configure.in.bot"`
282 cat $admindir/configure.in.bot.end >> configure.in
298 list=`find . -name "configure.in.in" -o -name "configure.in.bot" | \
304 test -f configure.in.bot && echo configure.in.bot >> configure.files
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dad.c1262 int top = 0, bot = option_count; local
1263 while ( top < bot ) {
1264 int mid = (top + bot) / 2;
1276 bot = mid;
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.pri.c315 bot();
702 /* 100 suffices for bot(); no relation with COLNO */
714 bot(void) function
H A Dextern.h342 void bot(void);
H A Dhack.eat.c420 bot();
H A Dhack.main.c441 bot();
/netbsd-6-1-5-RELEASE/usr.bin/vmstat/
H A Dvmstat.c846 pct(long top, long bot) argument
850 if (bot == 0)
852 ans = (long)((quad_t)top * 100 / bot);
856 #define PCT(top, bot) (int)pct((long)(top), (long)(bot))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-loop-ivopts.c2584 constant_multiple_of (tree type, tree top, tree bot) argument
2591 STRIP_NOPS (bot);
2593 if (operand_equal_p (top, bot, 0))
2604 res = constant_multiple_of (type, TREE_OPERAND (top, 0), bot);
2613 p0 = constant_multiple_of (type, TREE_OPERAND (top, 0), bot);
2616 p1 = constant_multiple_of (type, TREE_OPERAND (top, 1), bot);
2623 if (TREE_CODE (bot) != INTEGER_CST)
2626 bot = fold_convert (type, bot);
2631 if (tree_int_cst_sign_bit (bot))
[all...]

Completed in 409 milliseconds

12