OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fastcall
(Results
51 - 75
of
245
) sorted by null
1
2
3
4
5
6
7
8
9
10
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
linkage.h
61
#ifndef
FASTCALL
62
#define
FASTCALL
(x) x
63
#define
fastcall
macro
/prebuilts/ndk/9/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/
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));
Completed in 1255 milliseconds
1
2
3
4
5
6
7
8
9
10