reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_utility.cpp
  341           width = 0;
  343             width = (width * 10) + *pattern++ - '0';
  343             width = (width * 10) + *pattern++ - '0';
  345           if (width < 0 || width > 1024)
  345           if (width < 0 || width > 1024)
  346             width = 1;
  348           cpu_width = width;
  380           snp_result = KMP_SNPRINTF(pos, end - pos + 1, "%0*d", width, id);