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

Definitions

projects/openmp/runtime/src/kmp_os.h
  217   static const signed_t max_value = 0x7fffffff;
  227   static const unsigned_t max_value = 0xffffffff;
  245   static const signed_t max_value = 0x7fffffffffffffffLL;
  255   static const unsigned_t max_value = 0xffffffffffffffffLL;