Home
last modified time | relevance | path

Searched defs:dimension (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/sys/arch/atari/dev/
H A Dgrfabs_reg.h42 struct dimension { struct
46 typedef struct dimension dimen_t; argument
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_reg.h42 struct dimension { struct
46 typedef struct dimension dimen_t; argument
H A Damidisplaycc.c1135 dimen_t dimension; in amidisplaycc_initgfxview() local
1255 dimen_t dimension; in amidisplaycc_alloc_screen() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c2652 int dimension, codimension, pointer, allocatable, target; in gfc_variable_attr() local
2835 int dimension, codimension, pointer, allocatable, target, coarray_comp; in caf_variable_attr() local
H A Dresolve.c7694 int i, pointer, allocatable, dimension, is_abstract; in resolve_allocate_expr() local
12687 bool pointer, allocatable, dimension; in resolve_fl_var_and_proc() local
H A Dsymbol.c422 *dimension = "DIMENSION", *in_equivalence = "EQUIVALENCE", in gfc_check_conflict() local
H A Dtrans-array.c5954 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false, in gfc_array_allocate() local
H A Dgfortran.h784 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1, member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc2640 int dimension, codimension, pointer, allocatable, target, optional; in gfc_variable_attr() local
2843 int dimension, codimension, pointer, allocatable, target, coarray_comp; in caf_variable_attr() local
H A Dresolve.cc7816 int i, pointer, allocatable, dimension, is_abstract; in resolve_allocate_expr() local
12895 bool pointer, allocatable, dimension; in resolve_fl_var_and_proc() local
H A Dsymbol.cc422 *dimension = "DIMENSION", *in_equivalence = "EQUIVALENCE", in gfc_check_conflict() local
H A Dtrans-array.cc6064 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false, in gfc_array_allocate() local
H A Dgfortran.h856 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1, member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgraphite-sese-to-poly.cc127 extract_affine_name (int dimension, __isl_take isl_space *space) in extract_affine_name()
H A Dgraphite-isl-ast-to-gimple.cc1360 int dimension = isl_space_dim (schedule_space, isl_dim_out); in ast_build_before_for() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgraphite-isl-ast-to-gimple.c1372 int dimension = isl_space_dim (schedule_space, isl_dim_out); in ast_build_before_for() local
H A Dgraphite-sese-to-poly.c136 extract_affine_name (int dimension, __isl_take isl_space *space) in extract_affine_name()
H A Dtree-core.h1561 unsigned int dimension; member
H A Dhsa-gen.c3873 query_hsa_grid_dim (hsa_op_reg *dest, int opcode, hsa_op_immed *dimension, in query_hsa_grid_dim()
/netbsd-src/usr.bin/xlint/lint1/
H A Dlint1.h145 int dimension; /* if ARRAY */ global() member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h2776 TypeSourceInfo *queried, uint64_t value, Expr *dimension, in ArrayTypeTraitExpr()