| /src/common/lib/libc/gen/ |
| rpst.c | 377 uint64_t max_x, struct rpst_iterator *it) 381 KASSERT(min_x <= max_x); 395 it->it_max_x = max_x; 407 rpst_maxidx(const struct rpst_node *n, uint64_t max_x, uint64_t mask) 410 if (rpst_node_on_edge_p(n, max_x, mask)) { 411 return (max_x & mask) != 0; 436 const uint64_t max_x = it->it_max_x; local 447 maxidx = rpst_maxidx(n, max_x, mask); 452 KASSERT(maxidx == rpst_maxidx(n, max_x, mask)); 461 if (min_x <= n->n_x && n->n_x <= max_x) { 615 uint64_t max_x = 0; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| dce110_compressor.h | 80 void get_max_support_fbc_buffersize(unsigned int *max_x, unsigned int *max_y);
|
| amdgpu_dce110_compressor.c | 426 unsigned int max_x = FBC_MAX_X, max_y = FBC_MAX_Y; local 428 get_max_support_fbc_buffersize(&max_x, &max_y); 435 size.preferred_size = size.min_size = align_to_chunks_number_per_line(max_x) * max_y * 4; /* (For FBC when LPT not supported). */ 451 void get_max_support_fbc_buffersize(unsigned int *max_x, unsigned int *max_y) 453 *max_x = FBC_MAX_X; 458 * *max_x = FBC_MAX_X_SG;
|
| /src/usr.bin/aiomixer/ |
| draw.c | 381 int max_x; local 383 max_x = getmaxx(stdscr); 385 if (aio->last_max_x != max_x) { 386 aio->last_max_x = max_x; 387 wresize(aio->header, 1, max_x); 388 wresize(aio->classbar, 2, max_x); 392 wresize(class->widgetpad, class->height, max_x); 396 control->height, max_x);
|
| /src/external/lgpl3/mpfr/dist/tune/ |
| bidimensional_sample.c | 43 /* x-window: [min_x, max_x] or [2^min_x, 2^max_x] */ 44 /* or [-2^(max_x), -2^(min_x)] U [2^min_x, 2^max_x] */ 47 double max_x; member in struct:speed_params2D 144 /* nb_points_x points are equally distributed between min_x and max_x */ 146 /* nb_points_x points are sampled from 2^(min_x) to 2^(max_x). At */ 149 /* nb_points_x/2 points are sampled from -2^(max_x) to -2^(min_x) */ 151 /* nb_points_x/2 points are sampled from 2^(min_x) to 2^(max_x) */ 157 (param.max_x - param.min_x)/(double)param.nb_points_x [all...] |
| /src/games/cgram/ |
| cgram.c | 337 int max_x = imin(COLS - 1, len - offset_x); local 341 for (int x = 0; x < max_x; x++) {
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_fb.c | 188 u32 cpp, max_x, max_y; local 220 max_x = par->fb_x + cur_fb->width; 230 dst_x2 = min_t(s32, dst_x2, max_x);
|
| /src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
| vbox_mode.c | 782 static int vbox_fill_modes(struct drm_connector *connector, u32 max_x, 796 return drm_helper_probe_single_connector_modes(connector, max_x, max_y);
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| xinput.h | 1744 int32_t max_x; member in struct:xcb_input_device_abs_calib_state_t 1836 int32_t max_x; member in struct:xcb_input_device_state_data_t::__anon23906 1944 int32_t max_x; member in struct:xcb_input_device_abs_calib_ctl_t 2035 int32_t max_x; member in struct:xcb_input_device_ctl_data_t::__anon23911
|
| xinput.c | 6182 /* xcb_input_device_state_data_t.abs_calib.max_x */ 6183 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.max_x; 6394 /* xcb_input_device_state_data_t.abs_calib.max_x */ 6395 _aux->abs_calib.max_x = *(int32_t *)xcb_tmp; 6911 /* xcb_input_device_ctl_data_t.abs_calib.max_x */ 6912 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->abs_calib.max_x; 7100 /* xcb_input_device_ctl_data_t.abs_calib.max_x */ 7101 _aux->abs_calib.max_x = *(int32_t *)xcb_tmp;
|
| /src/sys/dev/pci/ |
| machfb.c | 124 int max_x; member in struct:mach64_softc 701 sc->max_x = sc->virt_x - 1;
|
| /src/sys/dev/stbi/ |
| stb_image.c | 4333 int max_x, max_y; member in struct:stbi_gif_struct 4444 if (g->cur_x >= g->max_x) { 4587 g->max_x = g->start_x + w * 4;
|