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

/haiku/src/tests/servers/app/gradients/
H A Dmain.cpp107 BPoint bot(0, 100);
108 BGradientLinear v(top, bot);
131 BGradientLinear vo(top, bot);
/haiku/src/system/libroot/posix/stdlib/
H A Dmerge.c237 #define reverse(bot, top) { \
242 tmp = *bot; *bot++ = *s; *s++ = tmp; \
245 } while(bot < s); \
/haiku/src/kits/interface/
H A DRegionSupport.cpp849 int bot; /* Bottom of non-overlapping local
942 bot = min_c(r1->bottom,r2->top);
944 if ((top != bot) && (nonOverlap1Func != NULL))
946 (* nonOverlap1Func) (newReg, r1, r1BandEnd, top, bot);
954 bot = min_c(r2->bottom,r1->top);
956 if ((top != bot) && (nonOverlap2Func != NULL))
958 (* nonOverlap2Func) (newReg, r2, r2BandEnd, top, bot);
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2590 int i, top, bot, mid; local
2633 bot = 0;
2634 while ( top >= bot )
2636 mid = ( top + bot ) / 2;
2641 bot = mid + 1;
2646 bot = mid + 1;

Completed in 95 milliseconds