HomeSort by relevance Sort by last modified time
    Searched refs:sysconf (Results 201 - 225 of 271) sorted by null

1 2 3 4 5 6 7 891011

  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 221 int cpu = sysconf(_SC_NPROCESSORS_ONLN);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 31 Their values can be obtained at run time from `sysconf'. */
93 The current values can be obtained with `sysconf'.
552 the `_SC_*' symbols for the NAME argument to `sysconf';
564 extern long int sysconf (int __name) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 31 Their values can be obtained at run time from `sysconf'. */
93 The current values can be obtained with `sysconf'.
552 the `_SC_*' symbols for the NAME argument to `sysconf';
564 extern long int sysconf (int __name) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 31 Their values can be obtained at run time from `sysconf'. */
93 The current values can be obtained with `sysconf'.
552 the `_SC_*' symbols for the NAME argument to `sysconf';
564 extern long int sysconf (int __name) __THROW;
    [all...]
  /dalvik/vm/
Init.cpp     [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 176 // TODO: you can query the limit at runtime with sysconf(_SC_IOV_MAX).
359 mBufferSize = sysconf(_SC_GETPW_R_SIZE_MAX);
    [all...]
  /external/bison/darwin-lib/
unistd.h     [all...]
  /external/bison/lib/
unistd.in.h 664 In POSIX, this is same as sysconf (_SC_OPEN_MAX). */
826 # define _gl_getpagesize() sysconf (_SC_PAGESIZE)
    [all...]
  /external/bison/linux-lib/
unistd.h     [all...]
  /external/dnsmasq/src/
dnsmasq.c 85 long i, max_fd = sysconf(_SC_OPEN_MAX);
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 1016 sysval = sysconf(_SC_PAGESIZE);
mke2fs.c 1230 sysval = sysconf(_SC_PAGESIZE);
    [all...]
  /external/elfutils/libelf/
elf32_updatefile.c 414 + (elf->start_offset & ~(sysconf (_SC_PAGESIZE) - 1)));
  /external/ipsec-tools/src/racoon/
privsep.c 254 for (i = sysconf(_SC_OPEN_MAX); i > 0; i--) {
  /external/jpeg/
config.guess 373 long cpu = sysconf (_SC_CPU_VERSION);
  /external/linux-tools-perf/
builtin-top.c 1077 page_size = sysconf(_SC_PAGE_SIZE);
  /external/qemu/distrib/jpeg-6b/
config.guess 373 long cpu = sysconf (_SC_CPU_VERSION);
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 537 if(((sysconf(_SC_NPROCESSORS_ONLN) > 1) || COM_CheckParm("-mt")) &&
  /bionic/libc/
Android.mk 282 bionic/sysconf.cpp \
  /external/e2fsprogs/e2fsck/
unix.c     [all...]
  /external/elfutils/src/
ar.c 442 size_t ps = sysconf (_SC_PAGESIZE);
    [all...]
  /external/fdlibm/
configure 533 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
536 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
    [all...]
  /external/linux-tools-perf/util/
session.c 1023 page_size = sysconf(_SC_PAGESIZE);
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 665 long pagesize = sysconf(_SC_PAGE_SIZE);
    [all...]
  /external/stressapptest/src/
sat.cc     [all...]

Completed in 4828 milliseconds

1 2 3 4 5 6 7 891011