HomeSort by relevance Sort by last modified time
    Searched full:ppoll (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/valgrind/main/memcheck/tests/linux/
syscalls-2007.c 54 ppoll (pfd, 2, &ts, &mask);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
poll.h 67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
poll.h 67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
poll.h 67 extern int ppoll (struct pollfd *__fds, nfds_t __nfds,
  /external/tcpdump/
print-ntp.c 111 TCHECK(bp->ppoll);
112 printf(", poll %us", bp->ppoll);
ntp.h 81 u_char ppoll; /* poll value */ member in struct:ntpdata
  /libcore/luni/src/main/java/libcore/io/
Os.java 92 /* TODO: if we used the non-standard ppoll(2) behind the scenes, we could take a long timeout. */
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 36 #include <common/ppoll.h> /* for ppoll */
899 err = ppoll(&p, 1, NULL, &sigs);
  /external/valgrind/main/
config.h 153 /* Define to 1 if you have the `ppoll' function. */
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
winbatch.php 189 'pRecvFile', 'pPutString', 'pPutLine', 'pPutChar', 'pPutByte', 'pPutBinary', 'PPollUnconfig', 'PPollConfig', 'PPoll', 'pPeekChar',
    [all...]
  /external/strace/linux/arm/
syscallent.h 369 { 5, TD, sys_ppoll, "ppoll" }, /* 336 */
  /external/strace/linux/i386/
syscallent.h 342 { 5, TD, sys_ppoll, "ppoll" }, /* 309 */
  /external/strace/linux/sh/
syscallent.h 344 { 5, TD, sys_ppoll, "ppoll" }, /* 309 */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/syscalls/
amd64-linux.xml 288 <syscall name="ppoll" number="271"/>
i386-linux.xml 323 <syscall name="ppoll" number="309"/>
mips-n32-linux.xml 281 <syscall name="ppoll" number="6265"/>
mips-n64-linux.xml 275 <syscall name="ppoll" number="5261"/>
mips-o32-linux.xml 310 <syscall name="ppoll" number="4302"/>
ppc-linux.xml 295 <syscall name="ppoll" number="281"/>
ppc64-linux.xml 286 <syscall name="ppoll" number="281"/>
sparc-linux.xml 313 <syscall name="ppoll" number="298"/>
sparc64-linux.xml 295 <syscall name="ppoll" number="298"/>
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/syscalls/
amd64-linux.xml 288 <syscall name="ppoll" number="271"/>
i386-linux.xml 323 <syscall name="ppoll" number="309"/>
mips-n32-linux.xml 281 <syscall name="ppoll" number="6265"/>

Completed in 1096 milliseconds

1 2 3 4