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

12 3

  /prebuilt/ndk/android-ndk-r6/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-r6/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r7/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-r7/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r7/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-r7/platforms/android-4/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r7/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-r7/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-r7/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-r7/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-r7/platforms/android-9/arch-arm/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
linkage.h 61 #ifndef FASTCALL
62 #define FASTCALL(x) x
63 #define fastcall macro
  /external/kernel-headers/original/linux/
gfp.h 106 FASTCALL(__alloc_pages(gfp_t, unsigned int, struct zonelist *));
142 extern unsigned long FASTCALL(__get_free_pages(gfp_t gfp_mask, unsigned int order));
143 extern unsigned long FASTCALL(get_zeroed_page(gfp_t gfp_mask));
151 extern void FASTCALL(__free_pages(struct page *page, unsigned int order));
152 extern void FASTCALL(free_pages(unsigned long addr, unsigned int order));
153 extern void FASTCALL(free_hot_page(struct page *page));
154 extern void FASTCALL(free_cold_page(struct page *page));
pagemap.h 132 extern void FASTCALL(__lock_page(struct page *page));
133 extern void FASTCALL(unlock_page(struct page *page));
146 extern void FASTCALL(wait_on_page_bit(struct page *page, int bit_nr));
rcupdate.h 280 extern void FASTCALL(call_rcu(struct rcu_head *head,
282 extern void FASTCALL(call_rcu_bh(struct rcu_head *head,
interrupt.h 239 extern void FASTCALL(raise_softirq_irqoff(unsigned int nr));
240 extern void FASTCALL(raise_softirq(unsigned int nr));
307 extern void FASTCALL(__tasklet_schedule(struct tasklet_struct *t));
315 extern void FASTCALL(__tasklet_hi_schedule(struct tasklet_struct *t));
swap.h 174 extern void FASTCALL(lru_cache_add(struct page *));
175 extern void FASTCALL(lru_cache_add_active(struct page *));
176 extern void FASTCALL(activate_page(struct page *));
177 extern void FASTCALL(mark_page_accessed(struct page *));
sched.h 236 extern signed long FASTCALL(schedule_timeout(signed long timeout));
    [all...]
slab.h 218 extern int FASTCALL(kmem_cache_reap(int));
219 extern int FASTCALL(kmem_ptr_validate(kmem_cache_t *cachep, void *ptr));
  /external/kernel-headers/original/asm-x86/
highmem.h 66 extern void * FASTCALL(kmap_high(struct page *page));
67 extern void FASTCALL(kunmap_high(struct page *page));
hw_irq_32.h 32 fastcall void reschedule_interrupt(void);
33 fastcall void invalidate_interrupt(void);
34 fastcall void call_function_interrupt(void);
38 fastcall void apic_timer_interrupt(void);
39 fastcall void error_interrupt(void);
40 fastcall void spurious_interrupt(void);
41 fastcall void thermal_interrupt(void);
50 void FASTCALL(send_IPI_self(int vector));
system_32.h 13 extern struct task_struct * FASTCALL(__switch_to(struct task_struct *prev, struct task_struct *next));
  /external/expat/lib/
xmltok.h 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf);
281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);

Completed in 1533 milliseconds

12 3