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

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 35 #if __NR_gettimeofday_portable == __NR_gettimeofday
209 #ifdef __NR_gettimeofday_portable
210 case __NR_gettimeofday_portable: native_number = __NR_gettimeofday; break;
614 * eg syscall(__NR_gettimeofday_portable, struct timeval *tv, struct timezone *tz) =>
  /development/ndk/sources/android/libportable/common/include/asm/
unistd-portable.h 82 #define __NR_gettimeofday_portable (__NR_SYSCALL_BASE_portable+ 78)

Completed in 22 milliseconds