Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dos.cc80 address_mode_ = sizeof(pvoid) * 8; in OsLayer()
523 if ((length >= 1400LL * kMegabyte) && (address_mode_ == 32)) { in AllocateTestMem()
658 if ((length >= 1499LL * kMegabyte) && (address_mode_ == 32)) { in AllocateTestMem()
Dsat.h169 int address_mode_; // 32 or 64 bit binary. variable
Dos.h391 int address_mode_; // Are we running 32 or 64 bit? variable
Dsat.cc195 if (address_mode_ == 32) { in CheckEnvironment()
555 kVersion, address_mode_); in PrintVersion()
688 address_mode_ = sizeof(pvoid) * 8; in Sat()