HomeSort by relevance Sort by last modified time
    Searched full:sysconf (Results 176 - 200 of 442) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/e2fsprogs/resize/
main.c 359 sysval = sysconf(_SC_PAGESIZE);
  /external/elfutils/libdw/
dwarf_begin_elf.c 249 size_t mem_default_size = sysconf (_SC_PAGESIZE) - 4 * sizeof (void *);
  /external/elfutils/libebl/
eblstrtab.c 114 ps = sysconf (_SC_PAGESIZE) - 2 * sizeof (void *);
eblwstrtab.c 117 ps = sysconf (_SC_PAGESIZE) - 2 * sizeof (void *);
  /external/linux-tools-perf/util/
trace-event-info.c 550 page_size = sysconf(_SC_PAGESIZE);
  /external/llvm/lib/Support/Unix/
Process.inc 55 long page_size = ::sysconf(_SC_PAGE_SIZE);
  /external/oprofile/daemon/
opd_perfmon.c 425 nr = sysconf(_SC_NPROCESSORS_ONLN);
  /libcore/luni/src/main/java/libcore/io/
Posix.java 166 public native long sysconf(int name); method in class:Posix
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h     [all...]
  /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/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h     [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/X11/
Xos_r.h     [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...]
  /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/dbus/dbus/
dbus-sysdeps-util-unix.c 757 buflen = sysconf (_SC_GETGR_R_SIZE_MAX);
759 /* sysconf actually returns a long, but everything else expects size_t,
  /external/tinyalsa/
pcm.c 236 int page_size = sysconf(_SC_PAGE_SIZE);
282 int page_size = sysconf(_SC_PAGE_SIZE);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.so 
libgomp.so.1 
libgomp.so.1.0.0 
  /external/bluetooth/glib/glib/
gslice.c 38 #include <unistd.h> /* sysconf() */
306 sys_page_size = sysconf (_SC_PAGESIZE); /* = sysconf (_SC_PAGE_SIZE); = getpagesize(); */
    [all...]
  /bionic/libc/docs/
CHANGES.TXT 41 - sysconf() didn't work for some arguments due to a small bug in the
  /bionic/libc/kernel/arch-x86/asm/
voyager.h 402 __u8 sysconf; member in struct:voyager_psi_regs

Completed in 2519 milliseconds

1 2 3 4 5 6 78 91011>>