Searched refs:bound (Results 1 - 16 of 16) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/locale/
H A Dcoll-lookup.c33 uint32_t bound = ((const uint32_t *) table)[1]; local
34 if (index1 < bound)
64 uint32_t bound = ((const uint32_t *) table)[1]; local
65 if (index1 < bound)
/haiku-fatelf/src/system/libroot/posix/glibc/wctype/
H A Dwchar-lookup.h42 - s = upper exclusive bound for wc >> (q+p+5),
56 uint32_t bound = ((const uint32_t *) table)[1]; local
57 if (index1 < bound)
87 uint32_t bound = ((const uint32_t *) table)[1]; local
88 if (index1 < bound)
120 uint32_t bound = ((const uint32_t *) table)[1]; local
121 if (index1 < bound)
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dardi.h50 int angel_RDI_setbreak(ARMword address, unsigned type, ARMword bound,
55 ARMword bound, PointHandle *handle);
59 ARMword *bound);
H A Ddbg_rdi.h433 typedef int rdi_setbreak_proc(ARMword address, unsigned type, ARMword bound,
437 ARMword bound, PointHandle *handle);
443 unsigned datatype, ARMword *bound);
H A Dardi.c1015 ARMword *bound)
1022 ("angel_RDI_pointinq: address=%.8lx type=%d datatype=%d bound=%.8lx ",
1023 (unsigned long)*address, type, datatype, (unsigned long)*bound));
1030 len += msgbuild(BUFFERDATA(packet->pk_buffer) + 21, "%w", bound);
1032 len += msgbuild(BUFFERDATA(packet->pk_buffer) + 21, "%b%w", datatype, bound);
1046 &pointhandle, &address, &bound);
1057 int angel_RDI_setbreak(ARMword address, unsigned type, ARMword bound, argument
1063 TracePrint(("angel_RDI_setbreak address=%.8lx type=%d bound=%.8lx \n",
1064 (unsigned long)address, type, (unsigned long)bound));
1069 ADP_HandleUnknown, address, type, bound);
1014 angel_RDI_pointinq(ARMword *address, unsigned type, unsigned datatype, ARMword *bound) argument
1130 angel_RDI_setwatch(ARMword address, unsigned type, unsigned datatype, ARMword bound, PointHandle *handle) argument
[all...]
/haiku-fatelf/src/apps/mandelbrot/
H A DMandelbrot.cpp36 TMainWindow(BRect bound, const char* name, window_type type,
51 TMainWindow::TMainWindow(BRect bound, const char* name, window_type type, argument
53 : BWindow(bound, name, type, flags)
118 BRect bound; local
124 bound.Set(0, 0, size_x, size_y);
127 visible_extent = bound & my_bounds;
128 total_extent = bound | my_bounds;
131 max = (long) (bound.Width() - my_bounds.Width());
138 max = (long) (bound.Height() - my_bounds.Height());
/haiku-fatelf/src/bin/coreutils/lib/
H A Drandperm.c40 /* Return an upper bound on the number of random bytes needed to
47 /* Upper bound on number of bits needed to generate the first number
51 /* Upper bound on number of bits needed to generated the first H elements. */
55 size_t bound = (ar + CHAR_BIT - 1) / CHAR_BIT; local
57 return bound;
/haiku-fatelf/headers/libs/agg/
H A Dagg_clip_liang_barsky.h238 T bound; local
246 bound = (flags & clipping_flags_x1_clipped) ? clip_box.x1 : clip_box.x2;
247 *y = (T)(double(bound - x1) * (y2 - y1) / (x2 - x1) + y1);
248 *x = bound;
258 bound = (flags & clipping_flags_y1_clipped) ? clip_box.y1 : clip_box.y2;
259 *x = (T)(double(bound - y1) * (x2 - x1) / (y2 - y1) + x1);
260 *y = bound;
/haiku-fatelf/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp251 Leaves::_RandomPoint(const BRect& bound) argument
253 return BPoint(drand48() * (bound.right - bound.left) + bound.left,
254 drand48() * (bound.bottom - bound.top) + bound.top);
H A DLeaves.h38 inline BPoint _RandomPoint(const BRect& bound);
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dlib_keyname.c206 char * bound; local
211 for (j = 0; (bound = keybound(c, j)) != 0; ++j) {
213 if (tp->Strings[k] != 0 && !strcmp(bound, tp->Strings[k])) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dada-typeprint.c183 /* Print the number or discriminant bound at BOUNDS+*N on STREAM, and
184 set *N past the bound and its delimiter, if any. */
196 on the unsigned flag to determine whether the bound should
198 the upper bound of the 0 .. -1 range types to be printed as
201 builtin_type_long when we detect that the bound is negative,
202 and the type is a TYPE_CODE_INT. The bound is negative when
213 char *bound = bounds + *n;
216 pend = strstr (bound, "__");
218 *n += bound_len = strlen (bound);
221 bound_len = pend - bound;
212 char *bound = bounds + *n; local
[all...]
H A Dvalarith.c183 struct value *bound;
216 bound = value_from_longest (builtin_type_int, (LONGEST) lowerbound);
217 idx = value_sub (idx, bound);
182 struct value *bound; local
H A Dsymtab.c2929 struct partial_symbol **bound, **gbound, **sbound;
2937 bound = gbound;
2944 if (psym >= bound)
2946 if (bound == gbound && ps->n_static_syms != 0)
2949 bound = sbound;
2921 struct partial_symbol **bound, **gbound, **sbound; local
H A Dada-lang.c1320 the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1321 bound, if WHICH is 1. The first bound is I=1. */
1331 of the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1332 bound, if WHICH is 1. The first bound is I=1. */
1341 of the Ith lower bound stored in it, if WHICH is 0, and the Ith upper
1342 bound, if WHICH is 1. The first bound is I=1. */
1356 Ith bound (numberin
8012 char *bound; local
[all...]
H A Dmdebugread.c1963 BLOCK_END (b) = bound;
4500 /* Blocks with a smaller low bound should come first */

Completed in 285 milliseconds