HomeSort by relevance Sort by last modified time
    Searched refs:iosize (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setvbuf.c 46 size_t iosize; local
85 flags |= __swhatbuf(fp, &iosize, &ttyflag);
88 size = iosize;
99 if (size != iosize) {
100 size = iosize;
128 * SHOULD WE ALLOW MULTIPLES HERE (i.e., ok iff (size % iosize) == 0)?
130 if (size != iosize)
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
setvbuf.c 65 size_t iosize; local
111 flags |= __swhatbuf(fp, &iosize, &ttyflag);
114 size = iosize;
125 if (size != iosize) {
126 size = iosize;
147 * SHOULD WE ALLOW MULTIPLES HERE (i.e., ok iff (size % iosize) == 0)?
149 if (size != iosize)
  /external/autotest/client/site_tests/kernel_fs_Inplace/
kernel_fs_Inplace.py 26 def run_once(self, dir=None, iosize=4096, num_iter=100000,
36 args = ' %d' % iosize
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 130 int init_iocb(int n, int iosize)
143 if (posix_memalign(&buf, alignment, iosize))
153 memset(buf, 0, iosize);
155 io_prep_pread(iocb_free[i], -1, buf, iosize, 0);
248 int iosize = iocb->u.c.nbytes; local
254 if (res != iosize) {
271 io_prep_pwrite(iocb, fd, buf, iosize, offset);
279 printf("%d", iosize);
507 int iosize = MIN(length - offset, aio_blksize); local
514 iosize, offset)
    [all...]
  /development/ndk/platforms/android-13/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /external/svox/pico/compat/include/
TtsEngine.h 187 // @param[inout] iosize in: stores the size available to store the
195 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-18/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-18/arch-x86/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);
  /prebuilts/ndk/r10/platforms/android-19/arch-arm/usr/include/android/
tts.h 252 // @param[inout] iosize in: stores the size available to store the
263 size_t *iosize);

Completed in 1015 milliseconds

1 2 3 4