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

References

projects/openmp/runtime/src/kmp.h
 1179                        : "=a"(p->eax), "=b"(p->ebx), "=c"(p->ecx), "=d"(p->edx)
projects/openmp/runtime/src/kmp_affinity.cpp
 1094     int maxThreadsPerPkg = (buf.ebx >> 16) & 0xff;
 1206     threadInfo[nApics].apicId = (buf.ebx >> 24) & 0xff;
 1207     threadInfo[nApics].maxThreadsPerPkg = (buf.ebx >> 16) & 0xff;
 1501   if (buf.ebx == 0) {
 1531     if (buf.ebx == 0) {
 1545       __kmp_nThreadsPerCore = buf.ebx & 0xffff;
 1554       nCoresPerPkg = buf.ebx & 0xffff;
 1568       nPackages = buf.ebx & 0xffff;
 1649       if (buf.ebx == 0) {
projects/openmp/runtime/src/kmp_utility.cpp
  168     for (t = buf.ebx, i = 0; i < 4; t >>= 8, ++i) {
  265       p->rtm = (buf.ebx >> 11) & 1;