HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_BUF (Results 1 - 24 of 24) sorted by null

  /bionic/libc/kernel/uapi/linux/
limits.h 29 #define PIPE_BUF 4096
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
syslimits.h 59 #define PIPE_BUF 512 ///< Maximum bytes for atomic pipe writes.
  /external/iproute2/include/uapi/linux/
limits.h 14 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
  /external/kernel-headers/original/uapi/linux/
limits.h 14 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
limits.h 13 #define PIPE_BUF 4096 /* # bytes in atomic write to a pipe */
  /bionic/libc/bionic/
pathconf.cpp 98 return PIPE_BUF;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
limits.h 113 #define PIPE_BUF _POSIX_PIPE_BUF
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 421 * must be the same size. Only writes of a size <= PIPE_BUF
423 * Therefore, if size is greater than PIPE_BUF, we will break
424 * the writes into PIPE_BUF chunks. We will also increase the
435 if (size > PIPE_BUF && num_writers > 1) {
442 PIPE_BUF - 1) / PIPE_BUF,
445 "writes to %d", PIPE_BUF, num_writes);
447 tst_resm(TINFO, "adjusting i/o size to %d", PIPE_BUF);
449 size = PIPE_BUF;
541 * is <= PIPE_BUF
    [all...]
  /external/ltp/testcases/kernel/syscalls/pipe/
pipe11.c 216 if (szcharbuf == PIPE_BUF) {
  /bionic/tests/headers/posix/
limits_h.c 99 MACRO(PIPE_BUF);
  /system/netd/server/
IptablesRestoreController.cpp 292 char buffer[PIPE_BUF];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
selectmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
selectmodule.c     [all...]
  /external/python/cpython2/Modules/
selectmodule.c     [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 291 PIPE_BUF = 4096
  /external/python/cpython3/Modules/
selectmodule.c     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 291 PIPE_BUF = 4096
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 291 PIPE_BUF = 4096
  /external/python/cpython2/Lib/plat-atheos/
IN.py 143 PIPE_BUF = 4096
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 435 PIPE_BUF = 10240
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 112 PIPE_BUF = 5120
STROPTS.py 109 PIPE_BUF = 5120
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 492 milliseconds