Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 25 of 39) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020402-3.c38 register int bot, top, half; in blockvector_for_pc_sect() local
44 bot = 0; in blockvector_for_pc_sect()
47 while (top - bot > 1) in blockvector_for_pc_sect()
49 half = (top - bot + 1) >> 1; in blockvector_for_pc_sect()
50 b = bl->block[bot + half]; in blockvector_for_pc_sect()
52 bot += half; in blockvector_for_pc_sect()
54 top = bot + half; in blockvector_for_pc_sect()
57 while (bot >= 0) in blockvector_for_pc_sect()
59 b = bl->block[bot]; in blockvector_for_pc_sect()
64 bot--; in blockvector_for_pc_sect()
/openbsd/usr.bin/mg/
H A Dtty.c255 if (row == bot) { in ttinsl()
262 nl = bot - row; in ttinsl()
263 ttwindow(row, bot); in ttinsl()
271 ttmove(1 + bot - nchunk, 0); in ttinsl()
308 if (row == bot) { in ttdell()
315 nl = bot - row; in ttdell()
316 ttwindow(row, bot); in ttdell()
317 ttmove(bot, 0); in ttdell()
331 ttmove(1 + bot - nchunk, 0); in ttdell()
357 ttwindow(int top, int bot) in ttwindow() argument
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dblock.c78 int bot, top, half; in blockvector_for_pc_sect() local
95 bot = 0; in blockvector_for_pc_sect()
98 while (top - bot > 1) in blockvector_for_pc_sect()
100 half = (top - bot + 1) >> 1; in blockvector_for_pc_sect()
101 b = BLOCKVECTOR_BLOCK (bl, bot + half); in blockvector_for_pc_sect()
103 bot += half; in blockvector_for_pc_sect()
105 top = bot + half; in blockvector_for_pc_sect()
110 while (bot >= 0) in blockvector_for_pc_sect()
112 b = BLOCKVECTOR_BLOCK (bl, bot); in blockvector_for_pc_sect()
116 *pindex = bot; in blockvector_for_pc_sect()
[all …]
/openbsd/lib/libcurses/tty/
H A Dtty_update.c1830 int bot, in scroll_csr_forward() argument
1838 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1846 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1862 GoTo(NCURSES_SP_ARGx bot, 0); in scroll_csr_forward()
1895 int bot, in scroll_csr_backward() argument
2011 int bot, in NCURSES_SP_NAME()
2046 && (SP_PARM->_cursrow == bot || SP_PARM->_cursrow == bot - 1)) in NCURSES_SP_NAME()
2059 res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
2075 if (bot == maxy && clr_eos) { in NCURSES_SP_NAME()
2106 -n, top, bot, top, bot, blank); in NCURSES_SP_NAME()
[all …]
H A Dhashmap.c447 NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot) in NCURSES_SP_NAME()
455 size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n)); in NCURSES_SP_NAME()
458 for (i = bot; i > bot - n; i--) in NCURSES_SP_NAME()
469 _nc_scroll_oldhash(int n, int top, int bot) in _nc_scroll_oldhash() argument
471 NCURSES_SP_NAME(_nc_scroll_oldhash) (CURRENT_SCREEN, n, top, bot); in _nc_scroll_oldhash()
/openbsd/sys/lib/libsa/
H A Dbootp.c54 static time_t bot; variable
84 if (!bot) in bootp()
85 bot = getsecs(); in bootp()
132 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
/openbsd/lib/libc/time/
H A Dstrftime.c350 int bot; in _fmt() local
360 bot = ((yday + 11 - wday) % in _fmt()
366 top = bot - in _fmt()
376 if (yday >= bot) { in _fmt()
377 w = 1 + ((yday - bot) / in _fmt()
H A Dwcsftime.c357 int bot; in _fmt() local
367 bot = ((yday + 11 - wday) % DAYSPERWEEK) - 3; in _fmt()
371 top = bot - (len % DAYSPERWEEK); in _fmt()
380 if (yday >= bot) { in _fmt()
381 w = 1 + ((yday - bot) / DAYSPERWEEK); in _fmt()
/openbsd/lib/libc/stdlib/
H A Dmerge.c233 #define reverse(bot, top) { \ argument
238 tmp = *bot; *bot++ = *s; *s++ = tmp; \
241 } while(bot < s); \
/openbsd/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp_dscl.c550 struct fixed31_32 bot = dc_fixpt_add(data->inits.v, data->ratios.vert); in dpp1_dscl_set_manual_ratio_init() local
552 init_frac = dc_fixpt_u0d19(bot) << 5; in dpp1_dscl_set_manual_ratio_init()
553 init_int = dc_fixpt_floor(bot); in dpp1_dscl_set_manual_ratio_init()
566 struct fixed31_32 bot = dc_fixpt_add(data->inits.v_c, data->ratios.vert_c); in dpp1_dscl_set_manual_ratio_init() local
568 init_frac = dc_fixpt_u0d19(bot) << 5; in dpp1_dscl_set_manual_ratio_init()
569 init_int = dc_fixpt_floor(bot); in dpp1_dscl_set_manual_ratio_init()
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D169.key13 TEFurVkCgYEA2szBankU/bot/8Vbhae9N/0dU8TibJ2a14k9hId1ulMh7cOUbdEk
/openbsd/gnu/llvm/libcxx/docs/
H A DREADME.txt16 by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the
H A DAddingNewCIJobs.rst50 be used to contact you when there are issues with the bot.
/openbsd/gnu/llvm/llvm/docs/
H A DHowToAddABuilder.rst31 Additionally, we encourage all bot owners to point their bots towards the
39 which arise with said buildbot. We generally expect the bot owner to be
49 Most issues with a buildbot should be addressed directly with a bot owner
196 Think hard about why you're setting up a bot, and restrict your build
208 consumption, but makes it easy for each bot to keep up with commit flow.
H A DGettingInvolved.rst369 The #llvm-build channel has a bot for
371 bot will post a message with a link to a build bot and a blamelist when a build
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dbots.rst33 The documentation bot validates that the website builds correctly with Sphinx.
/openbsd/usr.bin/vmstat/
H A Dvmstat.c471 pct(int64_t top, int64_t bot) in pct() argument
475 if (bot == 0) in pct()
477 ans = top * 100 / bot; in pct()
/openbsd/games/hack/
H A Dhack.pri.c297 bot(); in docrt()
669 bot(void) in bot() function
H A Dhack.eat.c403 bot(); in newuhs()
H A Dhack.main.c411 if(flags.botl || flags.botlx) bot(); in main()
H A Dhack.h553 void bot(void);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c1017 int bot, top, half; local
1021 bot = 0;
1023 while (top - bot > 1)
1025 half = (top - bot + 1) >> 1;
1026 field = field_array[bot+half];
1033 field = field_array[bot++];
1045 if (bot > top)
1055 bot += half;
1057 top = bot + half;
1060 if (DECL_NAME (field_array[bot]) == component)
[all …]
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c1719 int bot, top, half; in lookup_field() local
1723 bot = 0; in lookup_field()
1725 while (top - bot > 1) in lookup_field()
1727 half = (top - bot + 1) >> 1; in lookup_field()
1728 field = field_array[bot+half]; in lookup_field()
1735 field = field_array[bot++]; in lookup_field()
1747 if (bot > top) in lookup_field()
1757 bot += half; in lookup_field()
1759 top = bot + half; in lookup_field()
1762 if (DECL_NAME (field_array[bot]) == component) in lookup_field()
[all …]
H A Dtree-ssa-loop-ivopts.c2566 constant_multiple_of (tree top, tree bot, double_int *mul) in constant_multiple_of() argument
2574 STRIP_NOPS (bot); in constant_multiple_of()
2576 if (operand_equal_p (top, bot, 0)) in constant_multiple_of()
2590 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &res)) in constant_multiple_of()
2599 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &p0) in constant_multiple_of()
2600 || !constant_multiple_of (TREE_OPERAND (top, 1), bot, &p1)) in constant_multiple_of()
2609 if (TREE_CODE (bot) != INTEGER_CST) in constant_multiple_of()
2612 p0 = double_int_sext (tree_to_double_int (bot), precision); in constant_multiple_of()
/openbsd/gnu/llvm/libcxx/utils/ci/
H A DDockerfile21 # build bot, see the `run-buildbot-container` script located in this directory.

12