OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dimension
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/arch/atari/dev/
grfabs_reg.h
42
struct
dimension
{
struct
46
typedef struct
dimension
dimen_t;
/src/sys/arch/amiga/dev/
amidisplaycc.c
1135
dimen_t
dimension
;
local in function:amidisplaycc_initgfxview
1139
dimension
.width = adp->gfxwidth;
1140
dimension
.height = adp->gfxheight;
1142
&
dimension
,
1255
dimen_t
dimension
;
local in function:amidisplaycc_alloc_screen
1284
dimension
.width = screenp->ncols * fontwidth;
1285
dimension
.height = screenp->nrows * fontheight;
1287
view = grf_alloc_view(NULL, &
dimension
, depth);
1311
scr->width =
dimension
.width;
1312
scr->height =
dimension
.height
[
all
...]
grfabs_reg.h
42
struct
dimension
{
struct
46
typedef struct
dimension
dimen_t;
/src/usr.bin/xlint/lint1/
init.c
194
tp->u.
dimension
= (int)size;
304
dr->dr_subscript < (size_t)tp->u.
dimension
);
509
dr->dr_subscript >= (size_t)tp->u.
dimension
)
531
error(173, tp->u.
dimension
);
803
if (!tp->t_incomplete_array && subscript >= (size_t)tp->u.
dimension
) {
805
error(168, (uintmax_t)subscript, tp->u.
dimension
- 1);
861
if (!tp->t_incomplete_array && (size_t)tp->u.
dimension
< len)
863
warning(187, (uintmax_t)len, (uintmax_t)tp->u.
dimension
);
decl.c
807
* Printing a message if the outermost
dimension
of an array is 0 must
820
elem *= tp->u.
dimension
;
940
if (t == ARRAY && tp->u.
dimension
== 0) {
941
/* null
dimension
*/
1168
if (sz == 0 && t == ARRAY && dsym->s_type->u.
dimension
== 0)
1275
tp->u.
dimension
= dim;
1292
/* negative array
dimension
(%d) */
2296
if (t == ARRAY && tp1->u.
dimension
!= tp2->u.
dimension
) {
2297
if (tp1->u.
dimension
!= 0 && tp2->u.dimension != 0
[
all
...]
emit1.c
116
outint(tp->u.
dimension
);
lint1.h
152
int
dimension
; /* if ARRAY */
member in union:lint1_type::__anondcf084d0080a
tree.c
709
sym->s_type->u.
dimension
= (int)strlen(funcsym->s_name) + 1;
836
tp->u.
dimension
= (int)(value_len + 1);
1368
elem *= tp->u.
dimension
;
1454
int max_array_index = ltp->u.
dimension
- 1;
4343
elem *= tp->u.
dimension
;
4738
/* variable array
dimension
is a C99/GCC extension */
4816
int dim = arr->tn_type->u.
dimension
+ (taking_address ? 1 : 0);
/src/usr.bin/xlint/common/
tyname.c
239
buf_add_int(buf, tp->u.
dimension
);
Completed in 38 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025