Searched refs:bounds (Results 1 - 25 of 40) sorted by relevance

12

/netbsd-6-1-5-RELEASE/regress/sys/net/bpf/out-of-bounds/
H A DMakefile5 @echo sys/net/bpf/out-of-bounds out-of-bounds \
6 `./out-of-bounds.sh` | tee ${REGRESS_LOG} ; true
9 @echo sys/net/bpf/out-of-bounds out-of-bounds \
10 `./out-of-bounds.sh`; true
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20021010-2.c26 IOGBounds bounds = global_bounds; local
28 if (saveRect.minx < bounds.minx) saveRect.minx = bounds.minx;
29 if (saveRect.maxx > bounds.maxx) saveRect.maxx = bounds.maxx;
31 vramPtr = global_vramPtr + (saveRect.miny - bounds.miny) ;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20021010-2.c26 IOGBounds bounds = global_bounds; local
28 if (saveRect.minx < bounds.minx) saveRect.minx = bounds.minx;
29 if (saveRect.maxx > bounds.maxx) saveRect.maxx = bounds.maxx;
31 vramPtr = global_vramPtr + (saveRect.miny - bounds.miny) ;
/netbsd-6-1-5-RELEASE/regress/sys/net/bpf/
H A DMakefile5 SUBDIR= interface out-of-bounds
/netbsd-6-1-5-RELEASE/sbin/routed/rtquery/
H A DMakefile14 CWARNFLAGS.clang+= -Wno-array-bounds
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/util/
H A Dtestsuite_iterators.h522 typename ItType<T>::ContainerType bounds; member in struct:__gnu_test::test_container
523 test_container(T* _first, T* _last):bounds(_first, _last)
529 ITERATOR_VERIFY(pos >= 0 && pos <= (bounds.last - bounds.first));
530 return ItType<T>(bounds.first + pos, &bounds);
536 ITERATOR_VERIFY(pos >= bounds.first && pos <= bounds.last);
537 return ItType<T>(pos, &bounds);
542 { return it(bounds
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/
H A Dtestsuite_iterators.h518 typename ItType<T>::ContainerType bounds; member in struct:__gnu_test::test_container
519 test_container(T* _first, T* _last):bounds(_first, _last)
525 ITERATOR_VERIFY(pos >= 0 && pos <= (bounds.last - bounds.first));
526 return ItType<T>(bounds.first + pos, &bounds);
532 ITERATOR_VERIFY(pos >= bounds.first && pos <= bounds.last);
533 return ItType<T>(pos, &bounds);
538 { return it(bounds
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/msgs/
H A Dmsgs.c94 #define CMODE 0664 /* bounds file creation mode */
103 #define BOUNDS "bounds" /* message bounds file */
172 FILE *bounds; local
251 * determine current message bounds
254 bounds = fopen(fname, "r");
256 if (bounds != NULL) {
257 if (fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg) < 2)
259 fclose(bounds);
266 if (clean || bounds
[all...]
/netbsd-6-1-5-RELEASE/games/dab/
H A Dboard.cc110 // Check if out of bounds
111 if (!bounds(y, x))
134 if (bounds(y, x)) {
157 // Return if the coordinates are within bounds; we don't check for < 0,
159 int BOARD::bounds(size_t y, size_t x) const function in class:BOARD
H A Dboard.h63 int bounds(size_t y, size_t x) const; // True if in bounds
H A Dalgor.cc170 if (!b.bounds(by, bx))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/d10v/
H A Dinstruction_packing-005.d28 0: Address 0x0+ is out of bounds.
/netbsd-6-1-5-RELEASE/usr.sbin/ipf/
H A DMakefile.inc5 -Wno-self-assign -Wno-array-bounds
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/torture/
H A D20070621-1.C92 typename ItType<T>::ContainerType bounds; member in struct:__gnu_test::test_container
93 test_container(T* _first, T* _last):bounds(_first, _last) {
96 return ItType<T>(pos, &bounds);
99 return it(bounds.first);
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxen_debug.c216 void bounds(void);
312 DO_ERROR( 5, "bounds", bounds)
414 { 5, 3, __KERNEL_CS, (unsigned long)bounds },
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dada-typeprint.c155 print_range_bound (struct type *type, char *bounds, int *n,
160 if (ada_scan_number (bounds, *n, &B, n))
162 /* STABS decodes all range types which bounds are 0 .. -1 as
173 if (bounds[*n - 1] == 'm' && TYPE_CODE (type) == TYPE_CODE_INT)
176 if (bounds[*n] == '_')
182 char *bound = bounds + *n;
154 print_range_bound(struct type *type, char *bounds, int *n, struct ui_file *stream) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-niter.c65 } bounds; typedef in typeref:struct:__anon6785
144 /* Stores the bounds on the difference of the values of the expressions
149 bounds *bnds)
165 bounds are (X - Y, X - Y), otherwise they are (X - Y - M, X - Y)
166 Similarly, if X < Y, the bounds are either (X - Y, X - Y) or
201 bounds *bnds)
231 special case of comparing with the bounds of the type. */
268 VARY. TODO -- we might also be able to derive some bounds from
354 /* Stores the bounds on the value of the expression X - Y in LOOP to BNDS.
364 bound_difference (struct loop *loop, tree x, tree y, bounds *bnd
[all...]
H A Dcfgloop.h156 struct nb_iter_bound *bounds; variable in typeref:struct:nb_iter_bound
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dsearch.cpp113 NdbIndexScanOperation *scan, NdbScanFilter *sf, int *bounds )
128 /* FIXME: these bounds aren't right. */
130 scan->end_of_bound( (*bounds)++ );
137 if ( ndb_filter_set( op, ni, f, indexed, scan, sf, bounds ))
288 int i, rc, bounds; local
332 bounds = 0;
333 rc = ndb_filter_set( op, ni, op->ors_filter, indexed, scan, sf, &bounds );
/netbsd-6-1-5-RELEASE/sbin/savecore/
H A Dsavecore.c658 int bounds, ifd, nr, nw, ofd, tryksyms; local
663 * Get the current number and update the bounds file. Do the update
667 (void)snprintf(path, sizeof(path), "%s/bounds", dirname);
673 bounds = 0;
675 bounds = atoi(buf);
681 (void)fprintf(fp, "%d\n", bounds + 1);
687 dirname, bounds, compress ? ".gz" : "");
757 dirname, bounds, compress ? ".gz" : "");
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libxcb/files/
H A Dxfixes.h410 xcb_rectangle_t bounds; /**< */ member in struct:xcb_xfixes_invert_region_request_t
1719 ** @param xcb_rectangle_t bounds
1728 xcb_rectangle_t bounds /**< */,
1746 ** @param xcb_rectangle_t bounds
1755 xcb_rectangle_t bounds /**< */,
H A Dxfixes.c1449 ** @param xcb_rectangle_t bounds
1458 xcb_rectangle_t bounds /**< */,
1473 xcb_out.bounds = bounds;
1491 ** @param xcb_rectangle_t bounds
1500 xcb_rectangle_t bounds /**< */,
1515 xcb_out.bounds = bounds;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dcfgloop.h166 struct nb_iter_bound *bounds; member in struct:loop
H A Dtree-ssa-loop-niter.c579 (as wrap around the bounds of memory will never return a pointer
1449 Analysis of upper bounds on number of iterations of a loop.
1473 elt->next = loop->bounds;
1474 loop->bounds = elt;
1485 for (bound = loop->bounds; bound; bound = bound->next)
1494 /* The following analyzers are extracting informations on the bounds
1693 variable does not wrap: vary outside the type specified bounds.
1780 keep the evolution confined in TYPEs bounds. Return true when the
1851 for (bound = loop->bounds; bound; bound = bound->next)
1860 /* Frees the information on upper bounds o
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Diskeletn.s83 # and the operand was out of bounds, then _isp_unimp() creates

Completed in 385 milliseconds

12