Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 32) sorted by relevance

12

/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h56 uint32_t bound = ((const uint32_t *) table)[1]; in wctype_table_lookup() local
57 if (index1 < bound) in wctype_table_lookup()
87 uint32_t bound = ((const uint32_t *) table)[1]; in wcwidth_table_lookup() local
88 if (index1 < bound) in wcwidth_table_lookup()
120 uint32_t bound = ((const uint32_t *) table)[1]; in wctrans_table_lookup() local
121 if (index1 < bound) in wctrans_table_lookup()
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c33 uint32_t bound = ((const uint32_t *) table)[1]; in __collidx_table_lookup() local
34 if (index1 < bound) in __collidx_table_lookup()
64 uint32_t bound = ((const uint32_t *) table)[1]; in __collseq_table_lookup() local
65 if (index1 < bound) in __collseq_table_lookup()
/haiku/headers/libs/agg/
H A Dagg_clip_liang_barsky.h238 T bound; in clip_move_point() local
246 bound = (flags & clipping_flags_x1_clipped) ? clip_box.x1 : clip_box.x2; in clip_move_point()
247 *y = (T)(double(bound - x1) * (y2 - y1) / (x2 - x1) + y1); in clip_move_point()
248 *x = bound; in clip_move_point()
258 bound = (flags & clipping_flags_y1_clipped) ? clip_box.y1 : clip_box.y2; in clip_move_point()
259 *x = (T)(double(bound - y1) * (x2 - x1) / (y2 - y1) + x1); in clip_move_point()
260 *y = bound; in clip_move_point()
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp266 Leaves::_RandomPoint(const BRect& bound) in _RandomPoint() argument
268 return BPoint(drand48() * (bound.right - bound.left) + bound.left, in _RandomPoint()
269 drand48() * (bound.bottom - bound.top) + bound.top); in _RandomPoint()
H A DLeaves.h33 inline BPoint _RandomPoint(const BRect& bound);
/haiku/docs/user/net/
H A DAbstractSocket.dox64 A socket becomes bound when Bind succeeds, and stops being bound when
67 \returns wether the socket is currently bound
108 This gives useful results only if the socket is either connected or bound.
116 This gives useful results only if the socket is either connected or bound.
168 If the socket was already bound, the previous binding is removed.
H A DDatagramSocket.dox99 Datagram connections are not statically bound to a remote address, so it is
/haiku/data/system/data/fortunes/
H A DHaiku111 You're bound to forget
H A DPlatitudes276 All things being equal, you are bound to lose.
H A DSports404 …row up with you, and if you're successful and you try hard enough, you're bound to come out on top…
/haiku/docs/develop/net/
H A DNetworkStackOverview.rst133 it has only little logic bound to it.
143 The protocols are bound to a specific socket, process the outgoing
177 The datalink protocols are bound to a specific net_interface, and
/haiku/headers/cpp/
H A Dbitset299 // make bound inclusive
310 // mask off bits below bound
470 // make bound inclusive
480 // mask off bits below bound
H A Dpthread_alloc264 const int __cache_line_size = 128; // probable upper bound
/haiku/data/system/data/licenses/
H A DIntel (2xxx firmware)39 recipient agrees to be fully bound by the terms hereof. You shall not otherwise
167 Software and the recipient agrees to be fully bound by these terms.
H A DGNU LGPL v345 without being bound by section 3 of the GNU GPL.
/haiku/docs/develop/kernel/boot/
H A Dboot_process_specs.rst26 the second stage is bound tightly to both other stages (which are
/haiku/build/jam/
H A DFileRules531 # target whose bound name will be assigned to the shell variable. The
H A DOverriddenJamRules461 # Set LOCATE for the library and its contents. The bound
H A DMainBuildRules488 # file will be bound!), otherwise it is prefixed "-l" and added to
H A DUserBuildConfig.ReadMe85 # Using level 0 will make package creation mostly I/O bound. It can be used, if
/haiku/src/libs/mapm/
H A DREADME54 exact result, the number of digits will grow without bound. I wanted
598 was growing without bound. The easy way to fix the problem is
/haiku/docs/user/netservices/
H A DHttpFields.dox43 bound to the lifetime of the object that contains the HTTP response.
H A DHttpRequest.dox248 in this object. The lifetime of the string view is bound to the lifetime of this method.
/haiku/src/libs/zydis/Zydis/Generated/
H A DEnumMnemonic.inc65 ZYDIS_MAKE_SHORTSTRING("bound"),
/haiku/docs/user/
H A Dapidoc.dox507 - Used when the developer is bound to make a mistake, when the API is

12