/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));
|
/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/usr.bin/xlint/lint1/ |
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);
|
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/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));
|