Searched refs:dimension (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_mesh.h66 int dimension; /* apparent dimension of mesh around node */ member in struct:_mesh_node
/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c62 int dimension; /* dimension of the torus */ member in struct:mesh_info
191 int dimension; /* mesh dimension */ member in struct:_mesh
721 for (i = 1; (t = &mesh_info[i])->dimension != -1; i++) {
726 s->node->dimension = t->dimension;
847 if (!node->matrix || !node->dimension)
850 for (c = 1; c <= 2*node->dimension; c++) {
1132 * reorder the links out of a switch in sign/dimension orde
1145 int dimension = mesh->dimension; local
1218 unsigned int dimension = mesh->dimension; local
1292 int dimension = mesh->dimension; local
1580 int dimension; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp653 empirical_type<Dimension> dimension; member in struct:RenderScriptRuntime::AllocationDetails
673 return !valid_ptrs || !dimension.isValid() || !size.isValid() ||
1894 // allocation Then sets dimension and element_ptr members in Allocation with
1940 alloc->dimension = dims;
2101 if (!alloc->address.isValid() || !alloc->dimension.isValid() ||
2108 uint32_t dim_x = alloc->dimension.get()->dim_1;
2109 uint32_t dim_y = alloc->dimension.get()->dim_2;
2110 uint32_t dim_z = alloc->dimension.get()->dim_3;
2646 alloc->element.type_kind.isValid() && alloc->dimension.isValid() &&
2675 head.dims[0] = static_cast<uint32_t>(alloc->dimension
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h2722 /// The array dimension being queried, or -1 if not used.
2739 Expr *dimension, SourceLocation rparen, QualType ty)
2743 (dimension && dimension->isInstantiationDependent())),
2745 ATT(att), Value(value), Dimension(dimension),
2737 ArrayTypeTraitExpr(SourceLocation loc, ArrayTypeTrait att, TypeSourceInfo *queried, uint64_t value, Expr *dimension, SourceLocation rparen, QualType ty) argument
/freebsd-12-stable/contrib/gcc/
H A Dlambda-code.c128 /* Lattice dimension. */
129 int dimension; member in struct:__anon1519
139 #define LATTICE_DIMENSION(T) ((T)->dimension)
223 /* Create a new linear expression with dimension DIM, and total number
/freebsd-12-stable/sys/dev/md/
H A Dmd.c336 dimension(off_t size) function
1357 sc->indir = dimension(sc->mediasize / sc->sectorsize);
/freebsd-12-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2031 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
2862 % use that dimension as the width of the column, and the \leftskip
2911 %% If so, set to same dimension as multitablelinespace.
/freebsd-12-stable/contrib/amd/doc/
H A Dtexinfo.tex2758 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
3972 % use that dimension as the width of the column, and the \leftskip
4021 % If so, set to same dimension as multitablelinespace.

Completed in 340 milliseconds