/src/sys/arch/atari/dev/ |
grfabs.c | 111 grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth) 114 d = get_best_display_mode(dim, depth, NULL); 116 return ((d->grfabs_funcs->alloc_view)(d, dim, depth)); 121 grf_get_best_mode(dimen_t *dim, u_char depth) 123 return (get_best_display_mode(dim, depth, NULL)); 183 get_best_display_mode(dimen_t *dim, int depth, dmode_t *curr_mode) 195 dx = abs(dm->size.width - dim->width); 196 dy = abs(dm->size.height - dim->height); 217 dx = abs(curr_mode->size.width - dim->width); 218 dy = abs(curr_mode->size.height - dim->height) [all...] |
grfabs_reg.h | 198 view_t *grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth); 199 dmode_t *grf_get_best_mode(dimen_t *dim, u_char depth);
|
grfabs_tt.c | 280 tt_alloc_view(dmode_t *mode, dimen_t *dim, u_char depth)
|
grfabs_et.c | 305 et_alloc_view(dmode_t *mode, dimen_t *dim, u_char depth)
|
grfabs_fal.c | 508 falcon_alloc_view(dmode_t *mode, dimen_t *dim, u_char depth)
|
/src/sys/arch/amiga/dev/ |
grfabs.c | 118 dimen_t dim; local in function:get_best_display_mode 123 dim.width = width; 124 dim.height = height; 125 d = m->get_best_mode(&dim, depth); 202 grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth) 205 d = get_best_display_mode(dim->width, dim->height, depth); 207 return(d->alloc_view(d, dim, depth));
|
grfabs_reg.h | 225 typedef view_t *alloc_view_func (dmode_t *mode, dimen_t *dim, u_char depth); 290 view_t * grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth);
|
grfabs_ccreg.h | 292 view_t *cc_alloc_view(dmode_t * mode, dimen_t * dim, u_char depth);
|
grfabs_cc.c | 434 cc_alloc_view(dmode_t *mode, dimen_t *dim, u_char depth) 438 bmap_t *bm = cc_monitor->alloc_bitmap(dim->width, dim->height, 446 INIT_BOX(&box, 0, 0, dim->width, dim->height);
|
/src/tests/usr.bin/xlint/lint1/ |
msg_247.c | 321 unnecessary_cast_from_array_to_pointer(int dim) 326 if (dim == 1) 329 if (dim == -1) 332 if (dim == 2) 341 if (dim == -2)
|
/src/usr.bin/xlint/lint1/ |
cgram.y | 242 %printer { fprintf(yyo, "%d", $$.dim); } <y_array_size> 1483 $$ = add_array($1, $3.has_dim, $3.dim); 1503 $$ = add_array($1, $3.has_dim, $3.dim); 1640 $$ = add_array($1, $3.has_dim, $3.dim); 1663 $$ = add_array($1, $3.has_dim, $3.dim); 1685 $$.dim = 0; 1690 $$.dim = 0; /* just as a placeholder */ 1699 $$.dim = $3 == NULL ? 0 : to_int_constant($3, false); 1706 $$.dim = 0; 1710 $$.dim = $1 == NULL ? 0 : to_int_constant($1, false) [all...] |
init.c | 728 size_t dim = in->in_max_subscript; local in function:initialization_rbrace 729 if (dim == 0 && in->in_err) 730 dim = 1; 732 update_type_of_array_of_unknown_size(in->in_sym, dim);
|
decl.c | 1271 block_derive_array(type_t *stp, bool has_dim, int dim) 1275 tp->u.dimension = dim; 1291 if (dim < 0) 1293 error(20, dim); 1294 else if (dim == 0 && has_dim) 1297 else if (dim == 0 && !has_dim) 1305 add_array(sym_t *decl, bool has_dim, int dim) 1317 *tpp = block_derive_array(dcs->d_type, has_dim, dim);
|
lint1.h | 325 int dim; member in struct:__anondcf084d01508
|
tree.c | 4816 int dim = arr->tn_type->u.dimension + (taking_address ? 1 : 0); local in function:check_array_index 4821 else if (dim > 0 && (uint64_t)con >= (uint64_t)dim) 4823 warning(168, (uintmax_t)con, dim - 1);
|
/src/share/terminfo/ |
terminfo | 382 ansi+sgrbold|ANSI graphic renditions; assuming terminal has bold; not dim, 387 ansi+sgrdim|ANSI graphic renditions; assuming terminal has dim; not bold, 388 dim=\E[2m, 799 bold=\Eya, dch1=\Ea, dim=\EyB, 853 cuu=\E[%p1%dA, cuu1=\EA, dch1=\Ea, dim=\E[2m, dl=\E[%p1%dM, 882 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 901 dim=\Em, dl1=\EM, ed=\EJ, el=\EK, home=\EH, ht=^I, il1=\EL, 1008 dim=\E[2m, dl=\E[%p1%dM, dl1=\E[M, ech=\E[%p1%dX, ed=\E[J, 1192 dch=\E[%p1%dP, dch1=\E[P, dim=\E[2m, dl=\E[%p1%dM, 1233 # dim, rendering those as green, cyan and gray respectively [all...] |
/src/sys/lib/libsa/ |
dosfs.c | 622 u_int dim; member in struct:cp_xdnm::__anonc34c81eb0508 636 for (p = (u_char *)xde + ix[n].off, x = ix[n].dim; x;
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_evergreen_cs.c | 789 unsigned dim, llevel, mslice, width, height, depth, i; local in function:evergreen_cs_track_validate_texture 801 dim = G_030000_DIM(texdw[0]); 826 switch (dim) { 844 __func__, __LINE__, dim); 876 if (dim == SQ_TEX_DIM_3D) { 936 if (dim == SQ_TEX_DIM_3D) {
|
radeon_r600_cs.c | 1480 u32 dim, nfaces, llevel, blevel, w0, h0, d0; local in function:r600_check_texture_resource 1509 dim = G_038000_DIM(word0); 1526 switch (dim) { 1549 dev_warn(p->dev, "this kernel doesn't support %d texture dim\n", G_038000_DIM(word0));
|