HomeSort by: relevance | last modified time | path
    Searched defs:bounds (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head917d.c 48 u32 bounds = 0; local
53 case 8: bounds |= 0x00000500; break;
54 case 4: bounds |= 0x00000300; break;
55 case 2: bounds |= 0x00000100; break;
56 case 1: bounds |= 0x00000000; break;
61 bounds |= 0x00020001;
66 evo_data(push, bounds);
nouveau_dispnv50_head507d.c 63 u32 bounds = 0; local
68 case 4: bounds |= 0x00000300; break;
69 case 2: bounds |= 0x00000100; break;
74 bounds |= 0x00000001;
76 bounds |= 0x00000100;
81 evo_data(push, bounds);
90 u32 bounds = 0; local
95 case 8: bounds |= 0x00000500; break;
96 case 4: bounds |= 0x00000300; break;
97 case 2: bounds |= 0x00000100; break
    [all...]
nouveau_dispnv50_head907d.c 77 u32 bounds = 0; local
82 case 8: bounds |= 0x00000500; break;
83 case 4: bounds |= 0x00000300; break;
84 case 2: bounds |= 0x00000100; break;
89 bounds |= 0x00000001;
91 bounds |= 0x00000100;
96 evo_data(push, bounds);
105 u32 bounds = 0; local
110 case 8: bounds |= 0x00000500; break;
111 case 4: bounds |= 0x00000300; break
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
data-loc.c 29 int *bounds; member in struct:fat_pointer
43 table_1.bounds[1] = 2;
44 table_2.bounds[1] = 3;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
data-loc.c 29 int *bounds; member in struct:fat_pointer
43 table_1.bounds[1] = 2;
44 table_2.bounds[1] = 3;
  /src/external/bsd/zstd/dist/build/single_file_libs/examples/
roundtrip.c 60 size_t bounds = ZSTD_compressBound(sizeof rawData); local
61 void* compBuf = malloc(bounds);
65 size_t compSize = ZSTD_compress(compBuf, bounds, rawData, sizeof rawData, ZSTD_maxCLevel());
  /src/games/dab/
board.cc 111 // Check if out of bounds
112 if (!bounds(y, x))
135 if (bounds(y, x)) {
158 // Return if the coordinates are within bounds; we don't check for < 0,
160 int BOARD::bounds(size_t y, size_t x) const function in class:BOARD
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_zstd.c 329 ZSTD_bounds bounds = ZSTD_cParam_getBounds(ZSTD_c_windowLog); local
330 if (ZSTD_isError(bounds.error)) {
335 if ((int)long_distance < bounds.lowerBound || (int)long_distance > bounds.upperBound)
  /src/external/mit/isl/dist/
isl_scheduler.h 67 * If not NULL, then "bounds" contains a non-parametric set
91 isl_basic_set *bounds; member in struct:isl_sched_node
isl_convex_hull.c 396 isl_mat *bounds = NULL; local
401 bounds = isl_mat_alloc(set->ctx, 1, 1 + dim);
402 if (!bounds)
405 isl_seq_clr(bounds->row[0], dim);
406 isl_int_set_si(bounds->row[0][1 + dim - 1], 1);
407 is_bound = uset_is_bound(set, bounds->row[0], 1 + dim);
411 isl_seq_normalize(set->ctx, bounds->row[0], 1 + dim);
412 bounds->n_row = 1;
416 slice = isl_set_add_basic_set_equality(slice, bounds->row[0]);
425 if (!isl_seq_eq(bounds->row[0], face->eq[i], 1 + dim) &
1489 struct isl_mat *bounds = NULL; local
3098 struct isl_basic_set *bounds; local
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc 165 // Make sure the stack bounds are fully initialized.
188 const auto bounds = GetStackBounds(); local
189 return bounds.top - bounds.bottom;
389 const auto bounds = GetStackBounds(); local
390 return addr >= bounds.bottom && addr < bounds.top;
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_thread.cpp 194 // Make sure the stack bounds are fully initialized.
214 const auto bounds = GetStackBounds(); local
215 return bounds.top - bounds.bottom;
403 const auto bounds = GetStackBounds(); local
404 return addr >= bounds.bottom && addr < bounds.top;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-taint.cc 63 enum bounds enum in namespace:ana::__anon15220
103 bool get_taint (state_t s, tree type, enum bounds *out) const;
137 enum bounds has_bounds)
172 enum bounds m_has_bounds;
182 enum bounds has_bounds)
205 " in array lookup without bounds checking",
217 " in array lookup without upper-bounds checking",
232 " without bounds checking",
242 " in array lookup without upper-bounds checking",
255 enum bounds has_bounds
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_thread.cpp 173 // Make sure the stack bounds are fully initialized.
196 const auto bounds = GetStackBounds(); local
197 return bounds.top - bounds.bottom;
405 const auto bounds = GetStackBounds(); local
406 return addr >= bounds.bottom && addr < bounds.top;
  /src/usr.bin/msgs/
msgs.c 94 #define CMODE 0664 /* bounds file creation mode */
103 #define BOUNDS "bounds" /* message bounds file */
170 FILE *bounds; local
249 * determine current message bounds
251 snprintf(fname, sizeof (fname), "%s/%s", _PATH_MSGS, BOUNDS);
252 bounds = fopen(fname, "r");
254 if (bounds != NULL) {
255 if (fscanf(bounds, "%d %d\n", &firstmsg, &lastmsg) < 2
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-taint.cc 63 enum bounds enum in namespace:ana::__anon12598
76 bounds_to_str (enum bounds b)
130 bool get_taint (state_t s, tree type, enum bounds *out) const;
171 enum bounds has_bounds)
227 enum bounds m_has_bounds;
237 enum bounds has_bounds)
259 " in array lookup without bounds checking",
269 " in array lookup without upper-bounds checking",
280 " in array lookup without bounds checking");
289 " in array lookup without upper-bounds"
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-warn-restrict.cc 291 constrain its bounds so neither exceeds those of the object. */
377 /* Preserve the bounds of the range for an offset into
380 the bounds only when they are ascending when treated
397 /* Use the bounds of the type of the NOP_EXPR operand
564 /* Return error_mark_node if the signed offset exceeds the bounds
566 or REF when the offset exceeds the bounds of the BASE or REF object,
574 is in bounds. */
599 /* The bounds need not be ordered. Set HIB to use as the index
600 of the larger of the bounds and LOB as the opposite. */
627 within its bounds. Otherwise there is nothing to do. *
805 offset_int bounds[2] = { maxobjsize, maxobjsize }; local
    [all...]
cfgloop.h 259 class nb_iter_bound *bounds; variable in typeref:class:nb_iter_bound
  /src/sbin/savecore/
savecore.c 647 int bounds, ifd, nr, nw, ofd, tryksyms; local
653 * Get the current number and update the bounds file. Do the update
657 (void)snprintf(path, sizeof(path), "%s/bounds", dirname);
663 bounds = 0;
665 bounds = atoi(buf);
671 (void)fprintf(fp, "%d\n", bounds + 1);
677 dirname, bounds, compress ? ".gz" : "");
752 dirname, bounds, compress ? ".gz" : "");
  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 262 class nb_iter_bound *bounds; variable in typeref:class:nb_iter_bound
gimple-ssa-warn-restrict.cc 291 constrain its bounds so neither exceeds those of the object. */
379 /* Preserve the bounds of the range for an offset into
382 the bounds only when they are ascending when treated
400 /* Use the bounds of the type of the NOP_EXPR operand
567 /* Return error_mark_node if the signed offset exceeds the bounds
569 or REF when the offset exceeds the bounds of the BASE or REF object,
577 is in bounds. */
602 /* The bounds need not be ordered. Set HIB to use as the index
603 of the larger of the bounds and LOB as the opposite. */
630 within its bounds. Otherwise there is nothing to do. *
808 offset_int bounds[2] = { maxobjsize, maxobjsize }; local
    [all...]
tree-ssa-loop-niter.cc 61 /* Bounds on some value, BELOW <= X <= UP. */
63 struct bounds struct
148 except for cases of comparing with bounds. */
163 /* Case of comparing VAR with its below/up bounds. */
173 /* Case of comparing with the bounds of the type. */
504 /* Stores the bounds on the difference of the values of the expressions
509 bounds *bnds)
524 bounds are (X - Y, X - Y), otherwise they are (X - Y - M, X - Y)
525 Similarly, if X < Y, the bounds are either (X - Y, X - Y) or
558 bounds *bnds
4455 auto_vec<bound_wide_int> bounds; local
    [all...]
  /src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress.c 1804 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); local
1805 size_t const min = (size_t)1 << bounds.lowerBound;
1806 size_t const max = (size_t)1 << bounds.upperBound;
1821 ZSTD_bounds bounds = { 0, 0, 0 }; local
1824 bounds.lowerBound = ZSTD_WINDOWLOG_ABSOLUTEMIN;
1825 bounds.upperBound = ZSTD_WINDOWLOG_MAX;
1826 return bounds;
1828 bounds.lowerBound = (int)ZSTD_f_zstd1;
1829 bounds.upperBound = (int)ZSTD_f_zstd1_magicless;
1831 return bounds;
1864 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(dParam); local
    [all...]
  /src/external/mit/xorg/lib/libxcb/files/
xfixes.h 413 xcb_rectangle_t bounds; member in struct:xcb_xfixes_invert_region_request_t
1386 xcb_rectangle_t bounds,
1400 xcb_rectangle_t bounds,
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-types.cc 1122 tree bounds, type;
1124 bounds = build_range_type (gfc_charlen_type_node, gfc_index_one_node, len);
1125 type = build_array_type (eltype, bounds);
1354 (0, 0 ...)). This may be outside the bounds of the array.
1359 bounds of the array. For packed arrays, this is optimized further
1362 This system has one problem: all array bounds must be within 2^31
1447 /* Create expressions for the known bounds of the array. */
1674 lang-specific information (i.e. the bounds of the array) when checking
1825 1 and with proper bounds, instead of flat arrays. This makes for
1956 /* Build an array (descriptor) type with given bounds. *
1120 tree bounds, type; local
    [all...]

Completed in 79 milliseconds

1 2