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

References

projects/openmp/runtime/src/kmp_utility.cpp
   42     temp = log_per_phy;
   43     while ((temp & 1) == 0) {
   44       temp >>= 1;
   48     temp = log_per_phy;
   49     while ((temp & 0x80000000) == 0) {
   50       temp <<= 1;