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

  /bionic/libc/arch-mips/syscalls/
readahead.S 4 .globl readahead
6 .ent readahead
8 readahead: label
22 .end readahead
  /bionic/libc/arch-arm/syscalls/
readahead.S 6 ENTRY(readahead) function
18 END(readahead)
  /bionic/libc/arch-x86/syscalls/
readahead.S 6 ENTRY(readahead) function
30 END(readahead)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 230 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 465 readahead = self.peek(1)
466 if not readahead:
468 n = (readahead.find(b"\n") + 1) or len(readahead)
    [all...]
zipfile.py 574 readahead = self.peek(2)
575 if readahead == '':
586 match = self.PATTERN.search(readahead)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 465 readahead = self.peek(1)
466 if not readahead:
468 n = (readahead.find(b"\n") + 1) or len(readahead)
    [all...]
zipfile.py 574 readahead = self.peek(2)
575 if readahead == '':
586 match = self.PATTERN.search(readahead)
    [all...]
  /bionic/libc/arch-arm/
syscalls.mk 18 syscall_src += arch-arm/syscalls/readahead.S
  /bionic/libc/arch-mips/
syscalls.mk 19 syscall_src += arch-mips/syscalls/readahead.S
  /bionic/libc/arch-x86/
syscalls.mk 19 syscall_src += arch-x86/syscalls/readahead.S

Completed in 1215 milliseconds