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

1 2

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head917d.c 48 u32 bounds = 0; local in function:head917d_base
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_head907d.c 77 u32 bounds = 0; local in function:head907d_ovly
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 in function:head907d_base
110 case 8: bounds |= 0x00000500; break;
111 case 4: bounds |= 0x00000300; break
    [all...]
nouveau_dispnv50_head507d.c 63 u32 bounds = 0; local in function:head507d_ovly
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 in function:head507d_base
95 case 8: bounds |= 0x00000500; break;
96 case 4: bounds |= 0x00000300; break;
97 case 2: bounds |= 0x00000100; break
    [all...]
  /src/sbin/routed/rtquery/
Makefile 14 CWARNFLAGS.clang+= -Wno-array-bounds
  /src/usr.bin/tftp/
Makefile 12 ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 8:? -Wno-array-bounds :}
  /src/sys/modules/dtrace/netbsd32_syscall/
Makefile 19 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-error=array-bounds :}
  /src/sys/modules/dtrace/syscall/
Makefile 19 CPPFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 10:? -Wno-error=array-bounds :}
  /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 in function:main
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/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
board.h 63 int bounds(size_t y, size_t x) const; // True if in bounds
algor.cc 171 if (!b.bounds(by, bx))
  /src/sys/arch/vax/boot/xxboot/
Makefile 44 COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=array-bounds :}
  /src/sys/arch/vax/boot/xxboot_ustarfs/
Makefile 40 COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=array-bounds :}
  /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 in function:__asan::AsanThread::stack_size
189 return bounds.top - bounds.bottom;
389 const auto bounds = GetStackBounds(); local in function:__asan::AsanThread::AddrIsInStack
390 return addr >= bounds.bottom && addr < bounds.top;
  /src/usr.bin/make/unit-tests/
directive-export.mk 14 # it accessed out-of-bounds memory via Var_Export -> ExportVar -> MayExport.
parse.mk 29 # 2022-02-05, there was an out-of-bounds read in Parse_IsVar when looking for
varname-empty.mk 57 # '=', some whitespace was nulled out, leading to out-of-bounds write.
opt-file.mk 45 # there was an out-of-bounds write in ParseGetLine, where line_end pointed at
moderrs.mk 76 # out of bounds => empty
79 # Word index out of bounds.
varmod-defined.mk 109 # out-of-bounds read when parsing the indirect ':U' modifier.
varmod-to-separator.mk 152 # Since 2020-11-01, these out-of-bounds values are rejected.
167 # Since 2020-11-01, these out-of-bounds values are rejected.
  /src/sbin/savecore/
savecore.c 647 int bounds, ifd, nr, nw, ofd, tryksyms; local in function:save_core
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/sys/dev/pci/
xmm7360.c 561 struct mux_bounds bounds[MUX_MAX_PACKETS]; member in struct:mux_frame
1167 frame->bounds[frame->n_packets].offset = frame->n_bytes;
1168 frame->bounds[frame->n_packets].length = data_len + 16;
1227 xmm7360_mux_frame_append_data(frame, &frame->bounds[0], sizeof(struct mux_bounds)*frame->n_packets);
1280 struct mux_bounds *bounds; local in function:xmm7360_net_mux_handle_frame
1299 bounds = (void*)&data[first->next + sizeof(struct mux_next_header) + 4];
1302 if (!bounds[i].length)
1306 &data[bounds[i].offset], bounds[i].length);
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 83 # and the operand was out of bounds, then _isp_unimp() creates
  /src/sys/modules/i915drmkms/
Makefile 66 COPTS.intel_display_power.c+= ${${ACTIVE_CC} == "gcc":? -Wno-array-bounds :}

Completed in 22 milliseconds

1 2