/haiku/src/system/libroot/posix/glibc/wctype/ |
H A D | wchar-lookup.h | 56 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 D | coll-lookup.c | 33 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 D | agg_clip_liang_barsky.h | 238 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 D | Leaves.cpp | 266 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 D | Leaves.h | 33 inline BPoint _RandomPoint(const BRect& bound);
|
/haiku/docs/user/net/ |
H A D | AbstractSocket.dox | 64 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 D | DatagramSocket.dox | 99 Datagram connections are not statically bound to a remote address, so it is
|
/haiku/data/system/data/fortunes/ |
H A D | Haiku | 111 You're bound to forget
|
H A D | Platitudes | 276 All things being equal, you are bound to lose.
|
H A D | Sports | 404 …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 D | NetworkStackOverview.rst | 133 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 D | bitset | 299 // make bound inclusive 310 // mask off bits below bound 470 // make bound inclusive 480 // mask off bits below bound
|
H A D | pthread_alloc | 264 const int __cache_line_size = 128; // probable upper bound
|
/haiku/data/system/data/licenses/ |
H A D | Intel (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 D | GNU LGPL v3 | 45 without being bound by section 3 of the GNU GPL.
|
/haiku/docs/develop/kernel/boot/ |
H A D | boot_process_specs.rst | 26 the second stage is bound tightly to both other stages (which are
|
/haiku/build/jam/ |
H A D | FileRules | 531 # target whose bound name will be assigned to the shell variable. The
|
H A D | OverriddenJamRules | 461 # Set LOCATE for the library and its contents. The bound
|
H A D | MainBuildRules | 488 # file will be bound!), otherwise it is prefixed "-l" and added to
|
H A D | UserBuildConfig.ReadMe | 85 # Using level 0 will make package creation mostly I/O bound. It can be used, if
|
/haiku/src/libs/mapm/ |
H A D | README | 54 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 D | HttpFields.dox | 43 bound to the lifetime of the object that contains the HTTP response.
|
H A D | HttpRequest.dox | 248 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 D | EnumMnemonic.inc | 65 ZYDIS_MAKE_SHORTSTRING("bound"),
|
/haiku/docs/user/ |
H A D | apidoc.dox | 507 - Used when the developer is bound to make a mistake, when the API is
|