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

/external/stressapptest/src/
H A Dsat.h161 int address_mode_; // 32 or 64 bit binary. member in class:Sat
H A Dos.cc76 address_mode_ = sizeof(pvoid) * 8;
430 if ((length >= 1400LL * kMegabyte) && (address_mode_ == 32)) {
552 if ((length >= 1499LL * kMegabyte) && (address_mode_ == 32)) {
H A Dos.h269 int address_mode_; // Are we running 32 or 64 bit? member in class:OsLayer
H A Dsat.cc175 if (address_mode_ == 32) {
541 kVersion, address_mode_);
657 address_mode_ = sizeof(pvoid) * 8;

Completed in 293 milliseconds