OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SC_AVPHYS_PAGES
(Results
51 - 56
of
56
) sorted by null
1
2
3
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
confname.h
258
_SC_AVPHYS_PAGES
,
259
#define
_SC_AVPHYS_PAGES
_SC_AVPHYS_PAGES
/bionic/libc/bionic/
sysconf.cpp
341
case
_SC_AVPHYS_PAGES
: return __sysconf_avphys_pages();
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
464
#if defined(
_SC_AVPHYS_PAGES
)
465
initConstant(env, c, "
_SC_AVPHYS_PAGES
",
_SC_AVPHYS_PAGES
);
/external/stressapptest/src/
os.cc
341
int64 avpages = sysconf(
_SC_AVPHYS_PAGES
);
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
404
public static final int
_SC_AVPHYS_PAGES
= placeholder();
[
all
...]
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 63 milliseconds
1
2
3