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

123

/netbsd-current/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-current/external/gpl2/groff/dist/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-current/usr.bin/checknr/
H A Dchecknr.c626 int top, bot; /* boundaries of bin search, inclusive */ local
629 bot = 0;
630 while (top >= bot) {
631 mid = (top+bot)/2;
639 bot = mid + 1;
643 slot = bot; /* place it would have gone */
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c353 static VSTRING *bot; local
357 if (bot == 0)
358 bot = vstring_alloc(2 * MAX_TAIL_BYTES);
362 hex_encode(bot, (char *) data + dlen - MAX_TAIL_BYTES, MAX_TAIL_BYTES);
371 dlen > MAX_DUMP_BYTES ? STR(bot) : "");
381 static VSTRING *bot; local
385 if (bot == 0)
386 bot = vstring_alloc(2 * MAX_TAIL_BYTES);
390 hex_encode(bot, (char *) data + dlen - MAX_TAIL_BYTES, MAX_TAIL_BYTES);
399 dlen > MAX_DUMP_BYTES ? STR(bot)
968 static VSTRING *bot; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dblock.c137 int bot, top, half; local
151 bot = STATIC_BLOCK;
154 while (top - bot > 1)
156 half = (top - bot + 1) >> 1;
157 b = BLOCKVECTOR_BLOCK (bl, bot + half);
159 bot += half;
161 top = bot + half;
166 while (bot >= STATIC_BLOCK)
168 b = BLOCKVECTOR_BLOCK (bl, bot);
171 bot
[all...]
H A Dtarget-float.c1268 gdb_mpfr top (to), bot (to);
1278 from + fmt->totalsize / FLOATFORMAT_CHAR_BIT / 2, bot);
1279 mpfr_add (to.val, top.val, bot.val, MPFR_RNDN);
1367 gdb_mpfr top (from), bot (from);
1373 mpfr_set_zero (bot.val, 0);
1375 mpfr_sub (bot.val, from.val, top.val, MPFR_RNDN);
1378 to_target (fmt->split_half, bot,
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dblock.c137 int bot, top, half; local
151 bot = STATIC_BLOCK;
154 while (top - bot > 1)
156 half = (top - bot + 1) >> 1;
157 b = bl->block (bot + half);
159 bot += half;
161 top = bot + half;
166 while (bot >= STATIC_BLOCK)
168 b = bl->block (bot);
173 bot
[all...]
H A Dtarget-float.c1268 gdb_mpfr top (to), bot (to);
1278 from + fmt->totalsize / FLOATFORMAT_CHAR_BIT / 2, bot);
1279 mpfr_add (to.val, top.val, bot.val, MPFR_RNDN);
1367 gdb_mpfr top (from), bot (from);
1373 mpfr_set_zero (bot.val, 0);
1375 mpfr_sub (bot.val, from.val, top.val, MPFR_RNDN);
1378 to_target (fmt->split_half, bot,
/netbsd-current/lib/libcurses/
H A Drefresh.c1544 int n, target, cur_period, bot, top, sc_region;
1567 for (bot = __virtscr->maxy - 1; bot >= 0; bot--) {
1568 if (__virtscr->alines[bot]->flags & __ISDIRTY &&
1569 (__virtscr->alines[bot]->hash != curscr->alines[bot]->hash ||
1570 !lineeq(__virtscr->alines[bot]->line,
1571 curscr->alines[bot]->line,
1575 __virtscr->alines[bot]
[all...]
/netbsd-current/sys/netatalk/
H A Dat_control.c698 * Add a route for a range of networks from bot to top - 1.
711 aa_dorangeroute(struct ifaddr *ifa, u_int bot, u_int top, int cmd) argument
721 if (bot > top)
731 while (bot <= top) {
733 while (((bot & ~mask1) >= bot)
734 && ((bot | mask1) <= top)) {
740 addr.s_net = htons(bot);
750 bot = (bot | mask
[all...]
/netbsd-current/sys/lib/libsa/
H A Dbootp.c66 static satime_t bot; variable
139 if (!bot)
140 bot = getsecs();
292 bp->bp_secs = htons((u_short)(getsecs() - bot));
/netbsd-current/lib/libc/stdlib/
H A Dmerge.c263 #define reverse(bot, top) { \
268 tmp = *bot; *bot++ = *s; *s++ = tmp; \
271 } while(bot < s); \
/netbsd-current/external/mit/isl/dist/
H A DMakefile.am381 cpp/cpp.h.top cpp/cpp.h.bot
386 cat $(srcdir)/cpp/cpp.h.bot) \
390 cpp/cpp-checked.h.top cpp/cpp-checked.h.bot
396 cat $(srcdir)/cpp/cpp-checked.h.bot) \
403 cpp/cpp-checked-conversion.h.bot
409 cat $(srcdir)/cpp/cpp-checked-conversion.h.bot) \
413 libdep.a cpp/typed_cpp.h.top cpp/typed_cpp.h.bot
419 cat $(srcdir)/cpp/typed_cpp.h.bot) \
H A Disl_mat.c1766 __isl_take isl_mat *bot)
1770 if (!top || !bot)
1773 isl_assert(top->ctx, top->n_col == bot->n_col, goto error);
1776 return bot;
1778 if (bot->n_row == 0) {
1779 isl_mat_free(bot);
1783 mat = isl_mat_alloc(top->ctx, top->n_row + bot->n_row, top->n_col);
1788 isl_mat_sub_copy(mat->ctx, mat->row + top->n_row, bot->row, bot->n_row,
1791 isl_mat_free(bot);
1765 isl_mat_concat(__isl_take isl_mat *top, __isl_take isl_mat *bot) argument
1858 isl_mat_vec_concat(__isl_take isl_mat *top, __isl_take isl_vec *bot) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Daorsmul_1.asm95 b L(bot)
117 b L(bot)
157 b L(bot)
199 L(bot):
/netbsd-current/external/mit/isl/dist/include/isl/
H A Dmat.h101 __isl_take isl_mat *bot);
103 __isl_take isl_vec *bot);
/netbsd-current/lib/libc/time/
H A Dstrftime.c465 int bot; local
475 bot = ((yday + 11 - wday) %
481 top = bot -
491 if (yday >= bot) {
492 w = 1 + ((yday - bot) /
/netbsd-current/external/gpl2/gettext/dist/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-current/games/hack/
H A Dhack.pri.c315 bot();
702 /* 100 suffices for bot(); no relation with COLNO */
714 bot(void) function
H A Dhack.main.c441 bot();
H A Dhack.eat.c420 bot();
H A Dextern.h342 void bot(void);
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dad.c1277 int top = 0, bot = option_count; local
1278 while ( top < bot ) {
1279 int mid = (top + bot) / 2;
1291 bot = mid;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dasan.cc641 bot = new_sp;
642 __asan_allocas_unpoison (top, bot);
645 In general, we can't use new_sp as bot parameter because on some
2162 /* Emit __asan_allocas_unpoison (top, bot) call. The BASE parameter corresponds
2167 asan_emit_allocas_unpoison (rtx top, rtx bot, rtx_insn *before) argument
2175 bot = convert_memory_address (ptr_mode, bot);
2177 top, ptr_mode, bot, ptr_mode);
4496 poly_int64 bot = 0, top = 0;
4505 bot
[all...]

Completed in 243 milliseconds

123