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

1 2

  /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
  /bionic/libc/kernel/arch-x86/asm/
linkage_32.h 22 #define FASTCALL(x) x __attribute__((regparm(3)))
24 #define fastcall __attribute__((regparm(3))) macro
  /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/4/platforms/android-5/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilts/ndk/8/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/8/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
  /external/kernel-headers/original/asm-x86/
linkage_32.h 5 #define FASTCALL(x) x __attribute__((regparm(3)))
6 #define fastcall __attribute__((regparm(3))) macro
  /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);
le32-regparm.c 3 #define FASTCALL __attribute__((regparm(2)))
12 void FASTCALL f1(int i, int j, int k);
31 extern void FASTCALL reduced(char b, double c, foo* d, double e, int f);
  /bionic/libc/kernel/common/linux/
linkage.h 62 #ifndef FASTCALL
64 #define FASTCALL(x) x
65 #define fastcall macro
  /development/ndk/platforms/android-3/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /external/kernel-headers/original/linux/
linkage.h 58 #ifndef FASTCALL
59 #define FASTCALL(x) x
60 #define fastcall macro
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro

Completed in 595 milliseconds

1 2