/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect_size.h | 48 # define FASTCALL __attribute__((fastcall)) macro 50 # define FASTCALL macro 53 extern _X_INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum); 54 extern _X_INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum); 55 extern _X_INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum); 56 extern _X_INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum); 57 extern _X_INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum); 58 extern _X_INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum); 59 extern _X_INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum); 60 extern _X_INTERNAL PURE FASTCALL GLint __glMaterialfv_size(GLenum); [all …]
|
D | indirect_size.c | 40 # define FASTCALL __attribute__((fastcall)) macro 42 # define FASTCALL macro 51 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \ 56 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \ 61 _X_INTERNAL PURE FASTCALL GLint 84 _X_INTERNAL PURE FASTCALL GLint 102 _X_INTERNAL PURE FASTCALL GLint 123 _X_INTERNAL PURE FASTCALL GLint 138 _X_INTERNAL PURE FASTCALL GLint 156 _X_INTERNAL PURE FASTCALL GLint [all …]
|
/external/kernel-headers/original/linux/ |
D | 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 *), unsi… 141 void FASTCALL(wake_up_bit(void *, int)); [all …]
|
D | 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));
|
D | 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 *));
|
D | 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));
|
D | 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, unsig… 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));
|
D | 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));
|
D | linkage.h | 58 #ifndef FASTCALL 59 #define FASTCALL(x) x macro
|
D | 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 *));
|
D | 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));
|
D | rcupdate.h | 280 extern void FASTCALL(call_rcu(struct rcu_head *head, 282 extern void FASTCALL(call_rcu_bh(struct rcu_head *head,
|
D | mutex-debug.h | 21 extern void FASTCALL(mutex_destroy(struct mutex *lock));
|
D | sched.h | 236 extern signed long FASTCALL(schedule_timeout(signed long timeout)); 1184 extern int FASTCALL(wake_up_state(struct task_struct * tsk, unsigned int state)); 1185 extern int FASTCALL(wake_up_process(struct task_struct * tsk)); 1186 extern void FASTCALL(wake_up_new_task(struct task_struct * tsk, 1193 extern void FASTCALL(sched_fork(struct task_struct * p, int clone_flags)); 1194 extern void FASTCALL(sched_exit(struct task_struct * p)); 1271 extern void FASTCALL(__mmdrop(struct mm_struct *)); 1479 extern FASTCALL(void recalc_sigpending_tsk(struct task_struct *t));
|
D | slab.h | 218 extern int FASTCALL(kmem_cache_reap(int)); 219 extern int FASTCALL(kmem_ptr_validate(kmem_cache_t *cachep, void *ptr));
|
D | mm.h | 313 extern void FASTCALL(__page_cache_release(struct page *)); 774 int FASTCALL(set_page_dirty(struct page *page)); 805 extern pte_t *FASTCALL(get_locked_pte(struct mm_struct *mm, unsigned long addr, spinlock_t **ptl));
|
/external/expat/lib/ |
D | internal.h | 33 #define FASTCALL __attribute__((regparm(3))) macro 47 #ifndef FASTCALL 48 #define FASTCALL macro
|
D | xmltok.h | 280 int FASTCALL XmlUtf8Encode(int charNumber, char *buf); 281 int FASTCALL XmlUtf16Encode(int charNumber, unsigned short *buf);
|
D | xmltok.c | 225 static int FASTCALL checkCharRefNumber(int); 922 static int FASTCALL 959 static int FASTCALL 1173 static int FASTCALL 1192 int FASTCALL 1229 int FASTCALL 1461 static int FASTCALL
|
D | xmlparse.c | 388 static void FASTCALL normalizePublicId(XML_Char *s); 403 static void FASTCALL 405 static void FASTCALL hashTableClear(HASH_TABLE *); 406 static void FASTCALL hashTableDestroy(HASH_TABLE *); 407 static void FASTCALL 409 static NAMED * FASTCALL hashTableIterNext(HASH_TABLE_ITER *); 411 static void FASTCALL 413 static void FASTCALL poolClear(STRING_POOL *); 414 static void FASTCALL poolDestroy(STRING_POOL *); 421 static XML_Bool FASTCALL poolGrow(STRING_POOL *pool); [all …]
|
/external/clang/test/CodeGen/ |
D | regparm.c | 3 #define FASTCALL __attribute__((regparm(2))) macro 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);
|
/external/kernel-headers/original/asm-x86/ |
D | highmem.h | 66 extern void * FASTCALL(kmap_high(struct page *page)); 67 extern void FASTCALL(kunmap_high(struct page *page));
|
D | linkage_32.h | 5 #define FASTCALL(x) x __attribute__((regparm(3))) macro
|
D | hw_irq_32.h | 50 void FASTCALL(send_IPI_self(int vector));
|
D | system_32.h | 13 extern struct task_struct * FASTCALL(__switch_to(struct task_struct *prev, struct task_struct *next…
|