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

Declarations

projects/openmp/runtime/src/kmp_str.h
  113 int __kmp_str_to_int(char const *str, char sentinel);

References

projects/openmp/runtime/src/kmp_affinity.cpp
 2862       num = __kmp_str_to_int(scan, *next);
 2898         num = __kmp_str_to_int(scan, *next);
 2929     start = __kmp_str_to_int(scan, *next);
 2951     end = __kmp_str_to_int(scan, *next);
 2971       stride = __kmp_str_to_int(scan, *next);
 3056     start = __kmp_str_to_int(*scan, *next);
 3088     count = __kmp_str_to_int(*scan, *next);
 3138     stride = __kmp_str_to_int(*scan, *next);
 3191     int num = __kmp_str_to_int(*scan, *next);
 3260     count = __kmp_str_to_int(scan, *next);
 3291       stride = __kmp_str_to_int(scan, *next);
projects/openmp/runtime/src/kmp_settings.cpp
 1127       num = __kmp_str_to_int(buf, *scan);
 1539           (kmp_uint32)__kmp_str_to_int(value, ',');
 1545             (kmp_uint32)__kmp_str_to_int(comma + 1, 0);
 1853       num = __kmp_str_to_int(scan, *next);
 1878         num = __kmp_str_to_int(scan, *next);
 1902     start = __kmp_str_to_int(scan, *next);
 1927     end = __kmp_str_to_int(scan, *next);
 1950       stride = __kmp_str_to_int(scan, *next);
 2198         n = __kmp_str_to_int(buf, *next);
 2245       n = __kmp_str_to_int(buf, *next);
 2556     start = __kmp_str_to_int(*scan, *next);
 2583     count = __kmp_str_to_int(*scan, *next);
 2624     stride = __kmp_str_to_int(*scan, *next);
 2666     int proc = __kmp_str_to_int(*scan, *next);
 2711     count = __kmp_str_to_int(scan, *next);
 2752     stride = __kmp_str_to_int(scan, *next);
 2864   count = __kmp_str_to_int(scan, *next);
 3091     num = __kmp_str_to_int(buf, *next);
 3188         num = __kmp_str_to_int(buf, *next);
 3299     num = __kmp_str_to_int(buf, *next);
 3710       chunk = __kmp_str_to_int(delim + 1, *ptr);
 4232       num = __kmp_str_to_int(buf, *next);
 4331       num = __kmp_str_to_int(buf, *next);