HomeSort by: relevance | last modified time | path
    Searched defs:bot (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/lib/libsa/
bootp.c 66 static satime_t bot; variable
139 if (!bot)
140 bot = getsecs();
292 bp->bp_secs = htons((u_short)(getsecs() - bot));
  /src/external/gpl2/groff/dist/src/preproc/eqn/
delim.cpp 40 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);
  /src/usr.bin/checknr/
checknr.c 626 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 */
  /src/usr.bin/sort/
msort.c 308 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...]
  /src/external/gpl3/gdb/dist/gdb/
block.c 128 int bot, top, half; local
142 bot = STATIC_BLOCK;
145 while (top - bot > 1)
147 half = (top - bot + 1) >> 1;
148 b = bl->block (bot + half);
150 bot += half;
152 top = bot + half;
157 while (bot >= STATIC_BLOCK)
159 b = bl->block (bot);
164 bot--
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
block.c 129 int bot, top, half; local
143 bot = STATIC_BLOCK;
146 while (top - bot > 1)
148 half = (top - bot + 1) >> 1;
149 b = bl->block (bot + half);
151 bot += half;
153 top = bot + half;
158 while (bot >= STATIC_BLOCK)
160 b = bl->block (bot);
165 bot--
    [all...]
  /src/games/hack/
hack.pri.c 315 bot();
702 /* 100 suffices for bot(); no relation with COLNO */
714 bot(void) function
  /src/lib/libc/time/
strftime.c 523 int bot; local
533 bot = ((yday + 11 - wday) %
539 top = bot -
549 if (yday >= bot) {
550 w = 1 + ((yday - bot) /
  /src/external/bsd/openldap/dist/servers/slapd/
ad.c 1277 int top = 0, bot = option_count; local
1278 while ( top < bot ) {
1279 int mid = (top + bot) / 2;
1291 bot = mid;
  /src/external/ibm-public/postfix/dist/src/tls/
tls_dane.c 357 static VSTRING *bot; local
361 if (bot == 0)
362 bot = vstring_alloc(2 * MAX_TAIL_BYTES);
366 hex_encode(bot, (char *) data + dlen - MAX_TAIL_BYTES, MAX_TAIL_BYTES);
375 dlen > MAX_DUMP_BYTES ? STR(bot) : "");
385 static VSTRING *bot; local
389 if (bot == 0)
390 bot = vstring_alloc(2 * MAX_TAIL_BYTES);
394 hex_encode(bot, (char *) data + dlen - MAX_TAIL_BYTES, MAX_TAIL_BYTES);
403 dlen > MAX_DUMP_BYTES ? STR(bot) : "")
994 static VSTRING *bot; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 399 with top = a, bot = b. The top node (a) is masked when the edge (b, T) is
402 The names "top" and "bot" refer to a pair of nodes with a shared
404 operand of the two, and it holds that top < bot in a topological ordering.
430 b[0] and d[0] are identical to the a || b example, and d[1] is the bot in
530 const basic_block bot = ebot->src; local
534 if (top_index[top->index] > top_index[bot->index])
538 if (!bitmap_bit_p (core, bot->index))
549 // The edge bot -> outcome triggers the masking
550 const int m = 2*index_of (bot, body) + condition_index (cond);
builtins.cc 5773 rtx bot = expand_expr (arg1, NULL_RTX, ptr_mode, EXPAND_NORMAL);
5778 bot = expand_simple_binop (ptr_mode, PLUS, bot, off, NULL_RTX, 0,
5782 top, ptr_mode, bot, ptr_mode);
5772 rtx bot = expand_expr (arg1, NULL_RTX, ptr_mode, EXPAND_NORMAL); local
  /src/external/mit/xorg/lib/libxcb/files/
render.h 1089 xcb_render_spanfix_t bot; member in struct:xcb_render_trap_t
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 5033 rtx bot = expand_expr (arg1, NULL_RTX, ptr_mode, EXPAND_NORMAL);
5038 bot = expand_simple_binop (ptr_mode, PLUS, bot, off, NULL_RTX, 0,
5042 top, ptr_mode, bot, ptr_mode);
5032 rtx bot = expand_expr (arg1, NULL_RTX, ptr_mode, EXPAND_NORMAL); local
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 2647 int bot, top, half;
2651 bot = 0;
2653 while (top - bot > 1)
2655 half = (top - bot + 1) >> 1;
2656 field = field_array[bot+half];
2661 while (DECL_NAME (field_array[bot]) == NULL_TREE)
2663 field = field_array[bot++];
2685 if (bot > top)
2695 bot += half;
2697 top = bot + half
2637 int bot, top, half; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 2310 int bot, top, half;
2314 bot = 0;
2316 while (top - bot > 1)
2318 half = (top - bot + 1) >> 1;
2319 field = field_array[bot+half];
2324 while (DECL_NAME (field_array[bot]) == NULL_TREE)
2326 field = field_array[bot++];
2348 if (bot > top)
2358 bot += half;
2360 top = bot + half
2302 int bot, top, half; local
    [all...]

Completed in 61 milliseconds