Home
last modified time | relevance | path

Searched refs:address_mode_ (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dos.cc80 address_mode_ = sizeof(pvoid) * 8; in OsLayer()
525 if ((length >= 1400LL * kMegabyte) && (address_mode_ == 32)) { in AllocateTestMem()
660 if ((length >= 1499LL * kMegabyte) && (address_mode_ == 32)) { in AllocateTestMem()
H A Dsat.h169 int address_mode_; // 32 or 64 bit binary. variable
H A Dos.h396 int address_mode_; // Are we running 32 or 64 bit? variable
H A Dsat.cc195 if (address_mode_ == 32) { in CheckEnvironment()
555 kVersion, address_mode_); in PrintVersion()
688 address_mode_ = sizeof(pvoid) * 8; in Sat()