Searched refs:dims (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_gsupport.cpp657 struct kmp_dim *dims = \
661 dims[i].lo = 0; \
662 dims[i].up = counts[i] - 1; \
663 dims[i].st = 1; \
665 __kmpc_doacross_init(&loc, gtid, (int)ncounts, dims); \
694 __kmp_free(dims); \
704 struct kmp_dim *dims = \
708 dims[i].lo = 0; \
709 dims[i].up = counts[i] - 1; \
710 dims[
[all...]
H A Dkmp_csupport.cpp3866 @param dims info on loops bounds.
3873 const struct kmp_dim *dims) {
3884 ("__kmpc_doacross_init() enter: called T#%d, num dims %d, active %d\n",
3886 KMP_DEBUG_ASSERT(dims != NULL);
3908 pr_buf->th_doacross_info[2] = dims[0].lo;
3909 pr_buf->th_doacross_info[3] = dims[0].up;
3910 pr_buf->th_doacross_info[4] = dims[0].st;
3914 range_length; // To keep ranges of all dimensions but the first dims[0]
3915 if (dims[j].st == 1) { // most common case
3917 range_length = dims[
3872 __kmpc_doacross_init(ident_t *loc, int gtid, int num_dims, const struct kmp_dim *dims) argument
[all...]
H A Dkmp.h3803 const struct kmp_dim *dims);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsrconv.c791 int dims = 1; /* Only output one dimension at a time. */ local
793 dar.dims = dims;
794 dar.variable = nints (dims);
795 dar.subtype = nints (dims);
796 dar.spare = nints (dims);
797 dar.max_variable = nints (dims);
798 dar.maxspare = nints (dims);
799 dar.max = nints (dims);
800 dar.min_variable = nints (dims);
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-lang.c770 java_array_type (struct type *type, int dims) argument
774 while (dims-- > 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp609 // identifying the file as an allocation dump. Member variables dims and
621 uint32_t dims[3]; // Dimensions member in struct:RenderScriptRuntime::AllocationDetails::FileHeader
1936 AllocationDetails::Dimension dims; local
1937 dims.dim_1 = static_cast<uint32_t>(results[0]);
1938 dims.dim_2 = static_cast<uint32_t>(results[1]);
1939 dims.dim_3 = static_cast<uint32_t>(results[2]);
1940 alloc->dimension = dims;
1946 "%s - dims (%" PRIu32 ", %" PRIu32 ", %" PRIu32
1948 __FUNCTION__, dims.dim_1, dims
[all...]

Completed in 216 milliseconds