Searched refs:__inline (Results 1 - 25 of 84) sorted by relevance

1234

/external/clang/test/CodeGen/
H A D2004-01-08-ExternInlineRedefine.c4 extern __inline long int
H A Dinline.c43 extern __inline int ei() { return 123; }
45 __inline int foo() {
52 __inline void unreferenced1() {}
53 extern __inline void unreferenced2() {}
55 __inline __attribute((__gnu_inline__)) void gnu_inline() {}
58 extern __inline __attribute__((gnu_inline)) void gnu_ei_inline() {}
63 __inline int test1() { return 4; }
64 __inline int test2() { return 5; }
65 __inline int test2();
72 extern __inline voi
[all...]
/external/stlport/stlport/
H A Dctype.h71 __inline int (isalpha)(int c) { return _isctype(c, _ALPHA); }
72 __inline int (isupper)(int c) { return _isctype(c, _UPPER); }
73 __inline int (islower)(int c) { return _isctype(c, _LOWER); }
74 __inline int (isdigit)(int c) { return _isctype(c, _DIGIT); }
75 __inline int (isxdigit)(int c) { return _isctype(c, _HEX); }
76 __inline int (isspace)(int c) { return _isctype(c, _SPACE); }
77 __inline int (ispunct)(int c) { return _isctype(c, _PUNCT); }
78 __inline int (isalnum)(int c) { return _isctype(c, _ALPHA|_DIGIT); }
79 __inline int (isprint)(int c) { return _isctype(c, _BLANK|_PUNCT|_ALPHA|_DIGIT); }
80 __inline in
[all...]
/external/e2fsprogs/include/nonunix/
H A Dgrp.h5 __inline __gid_t getgid(void){return 0;}
6 __inline struct group * getgrnam(char* g){return 0;}
H A Dpwd.h5 __inline __uid_t getuid(void){return 0;}
6 __inline int geteuid(void){return 1;}
7 __inline struct passwd* getpwnam (char* g){return 0;}
H A Dunistd.h39 __inline void sync(void){};
/external/clang/lib/Headers/
H A Davxintrin.h40 static __inline __m256d __attribute__((__always_inline__, __nodebug__))
46 static __inline __m256 __attribute__((__always_inline__, __nodebug__))
52 static __inline __m256d __attribute__((__always_inline__, __nodebug__))
58 static __inline __m256 __attribute__((__always_inline__, __nodebug__))
64 static __inline __m256d __attribute__((__always_inline__, __nodebug__))
70 static __inline __m256 __attribute__((__always_inline__, __nodebug__))
76 static __inline __m256d __attribute__((__always_inline__, __nodebug__))
82 static __inline __m256 __attribute__((__always_inline__, __nodebug__))
88 static __inline __m256d __attribute__((__always_inline__, __nodebug__))
94 static __inline __m25
[all...]
/external/expat/lib/
H A Dinternal.h62 #define inline __inline
/external/libvpx/nestegg/halloc/src/
H A Dmacros.h29 #define static_inline static __inline
/external/kernel-headers/original/linux/
H A Dcompiler-gcc.h28 #define __inline __inline __attribute__((always_inline)) macro
/external/ipsec-tools/src/racoon/
H A Dgnuc.h17 #define inline __inline
/external/libpcap/
H A Dpcap-stdinc.h64 #define inline __inline
/external/libvpx/vp8/encoder/
H A Dtreewriter.h45 static __inline unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p)
56 static __inline void vp8_treed_write
75 static __inline void vp8_write_token
86 static __inline int vp8_treed_cost(
106 static __inline int vp8_cost_token
/external/kernel-headers/original/asm-x86/
H A Dapic_32.h51 static __inline fastcall void native_apic_write(unsigned long reg,
57 static __inline fastcall void native_apic_write_atomic(unsigned long reg,
63 static __inline fastcall unsigned long native_apic_read(unsigned long reg)
/external/tremolo/Tremolo/
H A Dos.h49 # define STIN static __inline
/external/oprofile/module/x86/
H A Dapic_compat.h68 static __inline void apic_write(unsigned long reg, unsigned long v)
73 static __inline unsigned long apic_read(unsigned long reg)
/external/clang/test/Sema/
H A Dfunction.c66 extern __inline
/external/webrtc/src/
H A Dtypedefs.h20 #define WEBRTC_INLINE extern __inline
/external/oprofile/libdb/
H A Dodb.h156 static __inline void odb_commit_reservation(odb_data_t * data)
220 static __inline unsigned int
/external/libvpx/vp8/common/
H A Dloopfilter_filters.c18 static __inline signed char vp8_signed_char_clamp(int t)
27 static __inline signed char vp8_filter_mask(signed char limit, signed char flimit,
43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1)
51 static __inline void vp8_filter(signed char mask, signed char hev, uc *op1, uc *op0, uc *oq0, uc *oq1)
160 static __inline void vp8_mbfilter(signed char mask, signed char hev,
281 static __inline signed char vp8_simple_filter_mask(signed char limit, signed char flimit, uc p1, uc p0, uc q0, uc q1)
291 static __inline void vp8_simple_filter(signed char mask, uc *op1, uc *op0, uc *oq0, uc *oq1)
/external/mesa3d/src/mesa/main/
H A Dcompiler.h145 # define INLINE __inline
147 # define INLINE __inline
149 # define INLINE __inline
153 # define INLINE __inline
156 # define __inline inline macro
/external/srtp/
H A Dconfig.h_win32vc7166 /* Define to `__inline__' or `__inline' if that's what the C compiler
171 #define inline __inline
/external/clang/test/Parser/
H A Dattributes.c5 __inline void __attribute__((__always_inline__, __nodebug__))
/external/icu4c/common/unicode/
H A Dppalmos.h253 # define U_INLINE __inline
/external/qemu/distrib/sdl-1.2.12/include/
H A Dbegin_code.h125 #define __inline__ __inline

Completed in 504 milliseconds

1234