OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysconf
(Results
126 - 150
of
271
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/libcore/luni/src/main/java/java/lang/
Runtime.java
614
return (int) Libcore.os.
sysconf
(_SC_NPROCESSORS_CONF);
/ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
144
_M_page_size =
sysconf
(_SC_PAGESIZE);
/ndk/sources/host-tools/make-3.81/glob/
glob.c
246
# define
sysconf
(id) __sysconf (id)
macro
641
size_t buflen =
sysconf
(_SC_LOGIN_NAME_MAX) + 1;
644
/* `
sysconf
' does not support _SC_LOGIN_NAME_MAX. Try
657
size_t pwbuflen =
sysconf
(_SC_GETPW_R_SIZE_MAX);
663
/* `
sysconf
' does not support _SC_GETPW_R_SIZE_MAX.
742
size_t buflen =
sysconf
(_SC_GETPW_R_SIZE_MAX);
748
/* `
sysconf
' does not support _SC_GETPW_R_SIZE_MAX. Try a
[
all
...]
/external/chromium/base/
process_util_linux.cc
393
int page_size_kb =
sysconf
(_SC_PAGE_SIZE) / 1024;
436
static const int kHertz =
sysconf
(_SC_CLK_TCK);
/external/linux-tools-perf/util/
evlist.c
178
unsigned int page_size =
sysconf
(_SC_PAGE_SIZE);
377
unsigned int page_size =
sysconf
(_SC_PAGE_SIZE);
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c
489
pagesize =
sysconf
(_SC_PAGESIZE);
493
pagesize =
sysconf
(_SC_PAGE_SIZE);
/external/v8/src/
platform-cygwin.cc
38
#include <unistd.h> //
sysconf
148
return
sysconf
(_SC_PAGESIZE);
155
const size_t msize = RoundUp(requested,
sysconf
(_SC_PAGESIZE));
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp
43
cpuCoreCount =
sysconf
(_SC_NPROCESSORS_ONLN);
46
cpuCoreCount =
sysconf
(_SC_NPROC_ONLN);
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
135
public long
sysconf
(int name) { return os.
sysconf
(name); }
method in class:ForwardingOs
Os.java
129
public long
sysconf
(int name);
method in interface:Os
/bionic/libc/kernel/arch-x86/asm/
voyager.h
402
__u8
sysconf
;
member in struct:voyager_psi_regs
/development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h
402
__u8
sysconf
;
member in struct:voyager_psi_regs
/external/bison/lib/
timevar.c
82
# define TICKS_PER_SECOND
sysconf
(_SC_CLK_TCK) /* POSIX 1003.1-1996 */
115
/* libc is very likely to have snuck a call to
sysconf
() into one of
/external/dnsmasq/src/
util.c
312
tps =
sysconf
(_SC_CLK_TCK);
/external/e2fsprogs/resize/
main.c
366
sysval =
sysconf
(_SC_PAGESIZE);
/external/elfutils/libebl/
eblgstrtab.c
117
ps =
sysconf
(_SC_PAGESIZE) - 2 * sizeof (void *);
eblwstrtab.c
117
ps =
sysconf
(_SC_PAGESIZE) - 2 * sizeof (void *);
/ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h
388
# define getpagesize()
sysconf
(_SC_PAGESIZE)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h
385
__u8
sysconf
;
member in struct:voyager_psi_regs
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h
385
__u8
sysconf
;
member in struct:voyager_psi_regs
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
385
__u8
sysconf
;
member in struct:voyager_psi_regs
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h
385
__u8
sysconf
;
member in struct:voyager_psi_regs
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
385
__u8
sysconf
;
member in struct:voyager_psi_regs
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
voyager.h
402
__u8
sysconf
;
member in struct:voyager_psi_regs
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
voyager.h
402
__u8
sysconf
;
member in struct:voyager_psi_regs
Completed in 1801 milliseconds
1
2
3
4
5
6
7
8
9
10
11