HomeSort by: relevance | last modified time | path
    Searched defs:bot (Results 1 - 5 of 5) 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/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/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) /

Completed in 59 milliseconds