Lines Matching defs:specified
932 // granularity specified by the user is too coarse, then the
1083 kmp_hw_t specified[KMP_HW_LAST];
1086 KMP_FOREACH_HW_TYPE(i) { specified[i] = KMP_HW_UNKNOWN; }
1108 // specified either directly or through an equivalent type
1109 if (specified[equivalent_type] != KMP_HW_UNKNOWN) {
1112 __kmp_hw_get_catalog_string(specified[equivalent_type]));
1115 specified[equivalent_type] = type;
1131 // Determine which core attributes are specified
3581 // Check that there aren't too many procs specified.
3701 // Auto-assign the thread id field if it wasn't specified.
3705 // Apparently the thread id field was specified for some entries and not
3739 // Auto-assign the thread id field if it wasn't specified.
3744 // Apparently the thread id field was specified for some entries and
3755 // If thread ids were specified, it is an error if they are not unique.
3768 // If the thread ids were not specified and we see entries that
4188 // A stride is specified. Skip over the ':" and read the 3rd int.
4904 // If the user has specified that a paricular topology discovery method is to be
5035 // If OMP_PLACES=cores:<attribute> specified, then attempt
5056 // If core attributes did not work, or none were specified,
5058 // checking for validity of each id at granularity level specified.