HomeSort by relevance Sort by last modified time
    Searched refs:ftime (Results 26 - 50 of 84) sorted by null

12 3 4

  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
timeb.h 42 extern int ftime(struct timeb* timebuf);
  /external/qemu/distrib/sdl-1.2.15/src/timer/wince/
SDL_systimer.c 46 FILETIME ftime; member in union:__anon25012
48 } ftime; local
52 SystemTimeToFileTime(&stime,&ftime.ftime);
53 ftime.itime/=10000; // Convert 100ns intervals to 1ms intervals
55 ftime.itime -= (ftime.itime % 1000);
56 return(ftime.itime);

Completed in 256 milliseconds

12 3 4