Searched defs:__inline__ (Results 1 - 11 of 11) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A Dbegin_code.h159 #ifndef __inline__
160 #define __inline__ __inline macro
165 #ifndef __inline__
166 #define __inline__ inline macro
175 * @def __inline__
176 * If inlining isn't supported, remove "__inline__", turning static
181 #define __inline__ macro
/external/kernel-headers/original/linux/
H A Dcompiler-gcc.h27 #define __inline__ __inline__ __attribute__((always_inline)) macro
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-list.h28 #define __inline__ macro
37 static __inline__ void __list_add(struct list_head * new,
50 static __inline__ void list_add(struct list_head *new, struct list_head *head)
58 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head)
70 static __inline__ void __list_del(struct list_head * prev,
77 static __inline__ void list_del(struct list_head *entry)
82 static __inline__ int list_empty(struct list_head *head)
90 static __inline__ void list_splice(struct list_head *list, struct list_head *head)
/external/yaffs2/yaffs2/
H A Ddevextras.h28 #define __inline__ __inline macro
75 static __inline__ void __list_add(struct list_head *new,
93 static __inline__ void list_add(struct list_head *new, struct list_head *head)
106 static __inline__ void list_add_tail(struct list_head *new,
119 static __inline__ void __list_del(struct list_head *prev,
132 static __inline__ void list_del(struct list_head *entry)
141 static __inline__ void list_del_init(struct list_head *entry)
151 static __inline__ int list_empty(struct list_head *head)
161 static __inline__ void list_splice(struct list_head *list,
/external/libpcap/
H A Dpcap-dos.c1468 #define __inline__ macro
/external/bzip2/
H A Dbzlib_private.h53 #define __inline__ /* */ macro
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c419 #define __inline__ /* */ macro
1442 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
2053 __inline__
2368 __inline__
2604 __inline__
3475 __inline__
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c442 #define __inline__ /* */ macro
1466 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
2077 __inline__
2392 __inline__
2628 __inline__
3499 __inline__
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c435 #define __inline__ /* */ macro
1457 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
2068 __inline__
2383 __inline__
2619 __inline__
3490 __inline__
H A Dvarinfo6.c473 #define __inline__ /* */ macro
/external/valgrind/main/perf/
H A Dbz2.c435 #define __inline__ /* */ macro
1457 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab )
2068 __inline__
2383 __inline__
2619 __inline__
3490 __inline__

Completed in 550 milliseconds