OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:address_mode_
(Results
1 - 4
of
4
) sorted by null
/external/stressapptest/src/
os.h
269
int
address_mode_
; // Are we running 32 or 64 bit?
member in class:OsLayer
sat.h
161
int
address_mode_
; // 32 or 64 bit binary.
member in class:Sat
os.cc
76
address_mode_
= sizeof(pvoid) * 8;
430
if ((length >= 1400LL * kMegabyte) && (
address_mode_
== 32)) {
552
if ((length >= 1499LL * kMegabyte) && (
address_mode_
== 32)) {
sat.cc
175
if (
address_mode_
== 32) {
541
kVersion,
address_mode_
);
657
address_mode_
= sizeof(pvoid) * 8;
[
all
...]
Completed in 61 milliseconds