HomeSort by relevance Sort by last modified time
    Searched defs:portable_flags (Results 1 - 2 of 2) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 227 int portable_flags; local
230 portable_flags = va_arg(ap, int);
233 ret = WRAP(inotify_init1)(portable_flags);
265 int portable_flags; local
269 portable_flags = va_arg(ap, int);
272 ret = WRAP(pipe2)(pipefd_ptr, portable_flags);
signal.c 1027 int portable_flags = 0; local
    [all...]

Completed in 26 milliseconds