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

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dblock.c78 int bot, top, half; local
95 bot = 0;
98 while (top - bot > 1)
100 half = (top - bot + 1) >> 1;
101 b = BLOCKVECTOR_BLOCK (bl, bot + half);
103 bot += half;
105 top = bot + half;
110 while (bot >= 0)
112 b = BLOCKVECTOR_BLOCK (bl, bot);
116 *pindex = bot;
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/eqn/
H A Ddelim.cpp38 const char *bot; member in struct:delimiter
203 const char *bot)
224 if (bot) {
227 bot);
234 if (bot)
285 if (bot)
289 bot);
338 build_extensible(d->ext, d->top, d->mid, d->bot);
202 build_extensible(const char *ext, const char *top, const char *mid, const char *bot) argument
H A Dbox.h280 const char *mid = 0, const char *bot = 0);
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1592 * (lav): added more cases, used dl/il when bot==maxy and in csr case.
1602 scroll_csr_forward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1606 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1607 GoTo(bot, 0);
1611 } else if (n == 1 && delete_line && bot == maxy) {
1616 } else if (parm_index && top == miny && bot == maxy) {
1617 GoTo(bot, 0);
1621 } else if (parm_delete_line && bot == maxy) {
1626 } else if (scroll_forward && top == miny && bot == maxy) {
1627 GoTo(bot,
1659 scroll_csr_backward(int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1766 _nc_scrolln(int n, int top, int bot, int maxy) argument
[all...]
H A Dhashmap.c403 _nc_scroll_oldhash(int n, int top, int bot) argument
411 size = sizeof(*oldhash) * (bot - top + 1 - abs(n));
414 for (i = bot; i > bot - n; i--)
/freebsd-9.3-release/usr.bin/checknr/
H A Dchecknr.c584 int top, bot; /* boundaries of bin search, inclusive */ local
587 bot = 0;
588 while (top >= bot) {
589 mid = (top+bot)/2;
597 bot = mid + 1;
601 slot = bot; /* place it would have gone */
/freebsd-9.3-release/lib/libc/stdlib/
H A Dmerge.c244 #define reverse(bot, top) { \
249 tmp = *bot; *bot++ = *s; *s++ = tmp; \
252 } while(bot < s); \
/freebsd-9.3-release/lib/libc/stdtime/
H A Dstrftime.c385 int bot; local
395 bot = ((yday + 11 - wday) %
401 top = bot -
411 if (yday >= bot) {
412 w = 1 + ((yday - bot) /
/freebsd-9.3-release/sys/netatalk/
H A Dat_control.c757 * Add a route for a range of networks from bot to top - 1.
770 aa_dorangeroute(struct ifaddr *ifa, u_int bot, u_int top, int cmd) argument
780 if (bot > top) return (EINVAL);
789 while (bot <= top) {
791 while (((bot & ~mask1) >= bot) && ((bot | mask1) <= top)) {
797 addr.s_net = htons(bot);
806 bot = (bot | mask
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dbootp.c66 static time_t bot; variable
114 if (!bot)
115 bot = getsecs();
280 bp->bp_secs = htons((u_short)(getsecs() - bot));
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c926 pct(long top, long bot) argument
930 if (bot == 0)
932 ans = (quad_t)top * 100 / bot;
936 #define PCT(top, bot) pct((long)(top), (long)(bot))
/freebsd-9.3-release/sys/vm/
H A Dvm_map.c3335 vm_offset_t bot, top; local
3409 bot = addrbos + max_ssize - init_ssize;
3411 bot = addrbos;
3413 bot = round_page(addrbos + max_ssize/2 - init_ssize/2);
3414 top = bot + init_ssize;
3415 rv = vm_map_insert(map, NULL, 0, bot, top, prot, max, cow);
3420 vm_map_clip_end(map, prev_entry, bot);
3422 if (new_entry->end != top || new_entry->start != bot)
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c1728 int bot, top, half;
1732 bot = 0;
1734 while (top - bot > 1)
1736 half = (top - bot + 1) >> 1;
1737 field = field_array[bot+half];
1742 while (DECL_NAME (field_array[bot]) == NULL_TREE)
1744 field = field_array[bot++];
1756 if (bot > top)
1766 bot += half;
1768 top = bot
1719 int bot, top, half; local
[all...]
H A Dtree-ssa-loop-ivopts.c2566 constant_multiple_of (tree top, tree bot, double_int *mul) argument
2574 STRIP_NOPS (bot);
2576 if (operand_equal_p (top, bot, 0))
2590 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &res))
2599 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &p0)
2600 || !constant_multiple_of (TREE_OPERAND (top, 1), bot, &p1))
2609 if (TREE_CODE (bot) != INTEGER_CST)
2612 p0 = double_int_sext (tree_to_double_int (bot), precision);
/freebsd-9.3-release/contrib/less/
H A Dscreen.c2094 short bot, right;
2102 _gettextwindow(&top, &left, &bot, &right);
2113 _settextwindow(top, left, bot, right);
/freebsd-9.3-release/contrib/ncurses/ncurses/
H A Dllib-lncurses66 int bot)
1990 int bot,
H A Dllib-lncursest66 int bot)
1994 int bot,
H A Dllib-lncursesw66 int bot)
2500 int bot,
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex182 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/freebsd-9.3-release/contrib/gcc/doc/include/
H A Dtexinfo.tex191 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
/freebsd-9.3-release/contrib/groff/doc/
H A Dtexinfo.tex183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces

Completed in 239 milliseconds