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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h324 ITT_STUB(ITTAPI, int, av_saveA, (void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder), (ITT_FORMAT data, rank, dimensions, type, filePath, columnOrder), av_saveA, __itt_group_arrays, "%p, %d, %p, %d, \"%s\", %d")
325 ITT_STUB(ITTAPI, int, av_saveW, (void *data, int rank, const int *dimensions, int type, const wchar_t *filePath, int columnOrder), (ITT_FORMAT data, rank, dimensions, type, filePath, columnOrder), av_saveW, __itt_group_arrays, "%p, %d, %p, %d, \"%S\", %d")
327 ITT_STUB(ITTAPI, int, av_save, (void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder), (ITT_FORMAT data, rank, dimensions, type, filePath, columnOrder), av_save, __itt_group_arrays, "%p, %d, %p, %d, \"%s\", %d")
H A Dittnotify.h3467 * @param[in] dimensions - pointer to an array of integers, which specifies the array dimensions.
3468 * The size of dimensions must be equal to the rank
3476 int ITTAPI __itt_av_saveA(void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder);
3477 int ITTAPI __itt_av_saveW(void *data, int rank, const int *dimensions, int type, const wchar_t *filePath, int columnOrder);
3486 int ITTAPI __itt_av_save(void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder);
3493 ITT_STUB(ITTAPI, int, av_saveA, (void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder))
3494 ITT_STUB(ITTAPI, int, av_saveW, (void *data, int rank, const int *dimensions, int type, const wchar_t *filePath, int columnOrder))
3496 ITT_STUB(ITTAPI, int, av_save, (void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder))
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c1125 int num_dims; /* # dimensions */ member in struct:type_info
1132 symint_t dimensions [N_TQ]; /* dimensions for each array */
1142 0, /* # dimensions */
1156 { /* dimensions */
2181 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/
2182 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */
2184 : (t->sizes[i] * 8) / t->dimensions[i]);
2945 /* Reverse order of dimensions. */
2955 t.dimensions[
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c1065 int num_dims; /* # dimensions */
1071 symint_t dimensions [N_TQ]; /* dimensions for each array */
1081 0, /* # dimensions */
1094 { /* dimensions */
1995 (void) add_aux_sym_symint (t->dimensions[i] - 1); /* high bound*/
1996 (void) add_aux_sym_symint ((t->dimensions[i] == 0) /* stride */
1998 : (t->sizes[i] * 8) / t->dimensions[i]);
2564 /* Handle a .dim directive, used to give dimensions for an array. The
2566 there will not be more than 6 dimensions, an
1069 symint_t dimensions [N_TQ]; /* dimensions for each array */ member in struct:type_info
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dhsi_struct_def.h24475 uint16_t dimensions; member in struct:hwrm_nvm_get_variable_input
24477 * Number of dimensions for this nvm configuration variable. This value
24484 /* index for the 1st dimensions */
24486 /* index for the 2nd dimensions */
24488 /* index for the 3rd dimensions */
24490 /* index for the 4th dimensions */
24605 uint16_t dimensions; member in struct:hwrm_nvm_set_variable_input
24607 * Number of dimensions for this nvm configuration variable. This value
24614 /* index for the 1st dimensions */
24616 /* index for the 2nd dimensions */
24726 uint16_t dimensions; member in struct:hwrm_nvm_validate_option_input
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex2725 % Default dimensions may be reset by user.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex2624 % Default dimensions may be reset by user.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex3828 % Default dimensions may be reset by user.

Completed in 518 milliseconds