HomeSort by relevance Sort by last modified time
    Searched refs:FASTCALL (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/expat/lib/
internal.h 9 FASTCALL - Used for those internal functions that have a simple
30 #define FASTCALL __attribute__((stdcall, regparm(3)))
33 #define FASTCALL __attribute__((regparm(3)))
47 #ifndef FASTCALL
48 #define FASTCALL
  /external/clang/test/CodeGen/
regparm.c 3 #define FASTCALL __attribute__((regparm(2)))
14 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f);
17 void FASTCALL f1(int i, int j, int k);
  /development/ndk/platforms/android-9/arch-x86/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /development/ndk/platforms/android-3/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro

Completed in 360 milliseconds

1 2 3