HomeSort by relevance Sort by last modified time
    Searched refs:FASTCALL (Results 1 - 25 of 55) 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/kernel-headers/original/linux/
completion.h 45 extern void FASTCALL(wait_for_completion(struct completion *));
46 extern int FASTCALL(wait_for_completion_interruptible(struct completion *x));
47 extern unsigned long FASTCALL(wait_for_completion_timeout(struct completion *x,
49 extern unsigned long FASTCALL(wait_for_completion_interruptible_timeout(
52 extern void FASTCALL(complete(struct completion *));
53 extern void FASTCALL(complete_all(struct completion *));
file.h 67 extern void FASTCALL(__fput(struct file *));
68 extern void FASTCALL(fput(struct file *));
76 extern struct file * FASTCALL(fget(unsigned int fd));
77 extern struct file * FASTCALL(fget_light(unsigned int fd, int *fput_needed));
78 extern void FASTCALL(set_close_on_exec(unsigned int fd, int flag));
81 extern void FASTCALL(put_unused_fd(unsigned int fd));
109 extern void FASTCALL(fd_install(unsigned int fd, struct file * file));
114 void FASTCALL(put_files_struct(struct files_struct *fs));
mutex-debug.h 21 extern void FASTCALL(mutex_destroy(struct mutex *lock));
wait.h 111 extern void FASTCALL(add_wait_queue(wait_queue_head_t *q, wait_queue_t * wait));
112 extern void FASTCALL(add_wait_queue_exclusive(wait_queue_head_t *q, wait_queue_t * wait));
113 extern void FASTCALL(remove_wait_queue(wait_queue_head_t *q, wait_queue_t * wait));
135 void FASTCALL(__wake_up(wait_queue_head_t *q, unsigned int mode, int nr, void *key));
136 extern void FASTCALL(__wake_up_locked(wait_queue_head_t *q, unsigned int mode));
137 extern void FASTCALL(__wake_up_sync(wait_queue_head_t *q, unsigned int mode, int nr));
138 void FASTCALL(__wake_up_bit(wait_queue_head_t *, void *, int));
139 int FASTCALL(__wait_on_bit(wait_queue_head_t *, struct wait_bit_queue *, int (*)(void *), unsigned));
140 int FASTCALL(__wait_on_bit_lock(wait_queue_head_t *, struct wait_bit_queue *, int (*)(void *), unsigned));
141 void FASTCALL(wake_up_bit(void *, int))
    [all...]
workqueue.h 64 extern int FASTCALL(queue_work(struct workqueue_struct *wq, struct work_struct *work));
65 extern int FASTCALL(queue_delayed_work(struct workqueue_struct *wq, struct work_struct *work, unsigned long delay));
68 extern void FASTCALL(flush_workqueue(struct workqueue_struct *wq));
70 extern int FASTCALL(schedule_work(struct work_struct *work));
71 extern int FASTCALL(schedule_delayed_work(struct work_struct *work, unsigned long delay));
linkage.h 58 #ifndef FASTCALL
59 #define FASTCALL(x) x
60 #define fastcall 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);
  /bionic/libc/kernel/arch-x86/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /development/ndk/platforms/android-9/arch-x86/include/asm/
linkage_32.h 16 #define FASTCALL(x) x __attribute__((regparm(3)))
17 #define fastcall __attribute__((regparm(3))) macro
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r4/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
  /prebuilt/ndk/android-ndk-r6/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
  /prebuilt/ndk/android-ndk-r7/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
  /prebuilt/ndk/android-ndk-r7/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
  /external/kernel-headers/original/asm-x86/
linkage_32.h 5 #define FASTCALL(x) x __attribute__((regparm(3)))
6 #define fastcall __attribute__((regparm(3))) macro
  /bionic/libc/kernel/common/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /development/ndk/platforms/android-3/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro

Completed in 588 milliseconds

1 2 3