/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_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...] |
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...] |
/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/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/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/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/sys/ |
videoio.h | 87 /* Cropping bounds */ 95 /* Composing bounds */ 2094 struct v4l2_rect bounds; member in struct:v4l2_cropcap
|