|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/openmp/runtime/src/kmp_affinity.cpp 106 KMP_SNPRINTF(scan, end - scan + 1, "{<empty>}");
126 KMP_SNPRINTF(scan, end - scan + 1, "%s", ",");
133 KMP_SNPRINTF(scan, end - scan + 1, "%d-%d", static_cast<int>(start),
137 KMP_SNPRINTF(scan, end - scan + 1, "%d", static_cast<int>(start));
140 KMP_SNPRINTF(scan, end - scan + 1, ",%d", static_cast<int>(previous));
projects/openmp/runtime/src/kmp_runtime.cpp 334 KMP_SNPRINTF(buffer, sizeof(buffer), "OMP storage map: %p %p%8lu %s\n", p1,
402 KMP_SNPRINTF(buffer, sizeof(buffer), "OMP warning: %s\n", format);
projects/openmp/runtime/src/kmp_utility.cpp 365 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", cpu_width,
380 snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", width, id);