/external/stlport/stlport/ |
D | ctype.h | 71 __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 int (isgraph)(int c) { return _isctype(c, _PUNCT|_ALPHA|_DIGIT); } [all …]
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 40 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 __m256 __attribute__((__always_inline__, __nodebug__)) [all …]
|
/external/clang/test/CodeGen/ |
D | inline.c | 54 extern __inline int ei() { return 123; } in ei() 56 __inline int foo() { in foo() 63 __inline void unreferenced1() {} in unreferenced1() 64 extern __inline void unreferenced2() {} in unreferenced2() 66 __inline __attribute((__gnu_inline__)) void gnu_inline() {} in gnu_inline() 69 extern __inline __attribute__((gnu_inline)) void gnu_ei_inline() {} in gnu_ei_inline() 74 __inline int test1() { return 4; } in test1() 75 __inline int test2() { return 5; } in test2() 76 __inline int test2(); 83 extern __inline void test3() __attribute__((gnu_inline)); [all …]
|
D | 2004-01-08-ExternInlineRedefine.c | 4 extern __inline long int
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | spl_inl_armv7.h | 18 static __inline WebRtc_Word32 WEBRTC_SPL_MUL_16_32_RSFT16(WebRtc_Word16 a, in WEBRTC_SPL_MUL_16_32_RSFT16() 25 static __inline WebRtc_Word32 WEBRTC_SPL_MUL_32_32_RSFT32(WebRtc_Word16 a, in WEBRTC_SPL_MUL_32_32_RSFT32() 34 static __inline WebRtc_Word32 WEBRTC_SPL_MUL_32_32_RSFT32BI(WebRtc_Word32 a, in WEBRTC_SPL_MUL_32_32_RSFT32BI() 41 static __inline WebRtc_Word32 WEBRTC_SPL_MUL_16_16(WebRtc_Word16 a, in WEBRTC_SPL_MUL_16_16() 48 static __inline int32_t WebRtc_MulAccumW16(int16_t a, in WebRtc_MulAccumW16() 56 static __inline WebRtc_Word16 WebRtcSpl_AddSatW16(WebRtc_Word16 a, in WebRtcSpl_AddSatW16() 65 static __inline WebRtc_Word32 WebRtcSpl_AddSatW32(WebRtc_Word32 l_var1, in WebRtcSpl_AddSatW32() 74 static __inline WebRtc_Word16 WebRtcSpl_SubSatW16(WebRtc_Word16 var1, in WebRtcSpl_SubSatW16() 83 static __inline WebRtc_Word32 WebRtcSpl_SubSatW32(WebRtc_Word32 l_var1, in WebRtcSpl_SubSatW32() 92 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) { in WebRtcSpl_GetSizeInBits() [all …]
|
D | spl_inl.h | 22 static __inline WebRtc_Word16 WebRtcSpl_SatW32ToW16(WebRtc_Word32 value32) { in WebRtcSpl_SatW32ToW16() 33 static __inline WebRtc_Word16 WebRtcSpl_AddSatW16(WebRtc_Word16 a, in WebRtcSpl_AddSatW16() 38 static __inline WebRtc_Word32 WebRtcSpl_AddSatW32(WebRtc_Word32 l_var1, in WebRtcSpl_AddSatW32() 59 static __inline WebRtc_Word16 WebRtcSpl_SubSatW16(WebRtc_Word16 var1, in WebRtcSpl_SubSatW16() 64 static __inline WebRtc_Word32 WebRtcSpl_SubSatW32(WebRtc_Word32 l_var1, in WebRtcSpl_SubSatW32() 81 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) { in WebRtcSpl_GetSizeInBits() 98 static __inline int WebRtcSpl_NormW32(WebRtc_Word32 a) { in WebRtcSpl_NormW32() 116 static __inline int WebRtcSpl_NormU32(WebRtc_UWord32 a) { in WebRtcSpl_NormU32() 134 static __inline int WebRtcSpl_NormW16(WebRtc_Word16 a) { in WebRtcSpl_NormW16() 151 static __inline int32_t WebRtc_MulAccumW16(int16_t a, in WebRtc_MulAccumW16()
|
/external/libvorbis/lib/ |
D | os.h | 35 # define STIN static __inline 128 static __inline int vorbis_ftoi(double f){ in vorbis_ftoi() 137 static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ in vorbis_fpu_setround() 140 static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ in vorbis_fpu_restore() 154 static __inline int vorbis_ftoi(double f){ in vorbis_ftoi() 158 static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ in vorbis_fpu_setround() 161 static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ in vorbis_fpu_restore()
|
/external/libvpx/vp8/encoder/ |
D | treewriter.h | 45 static __inline unsigned int vp8_cost_branch(const unsigned int ct[2], vp8_prob p) in vp8_cost_branch() 56 static __inline void vp8_treed_write in vp8_treed_write() 75 static __inline void vp8_write_token in vp8_write_token() 86 static __inline int vp8_treed_cost( in vp8_treed_cost() 106 static __inline int vp8_cost_token in vp8_cost_token()
|
/external/e2fsprogs/include/nonunix/ |
D | pwd.h | 5 __inline __uid_t getuid(void){return 0;} in getuid() 6 __inline int geteuid(void){return 1;} in geteuid() 7 __inline struct passwd* getpwnam (char* g){return 0;} in getpwnam()
|
D | grp.h | 5 __inline __gid_t getgid(void){return 0;} in getgid() 6 __inline struct group * getgrnam(char* g){return 0;} in getgrnam()
|
/external/libvpx/vp8/common/mips/ |
D | reconinter_mips.c | 24 __inline void vp8_copy_mem16x16_mips( in vp8_copy_mem16x16_mips() 59 __inline void vp8_copy_mem8x8_mips( in vp8_copy_mem8x8_mips() 89 __inline void vp8_copy_mem8x4_mips( in vp8_copy_mem8x4_mips()
|
/external/kernel-headers/original/asm-x86/ |
D | apic_32.h | 51 static __inline fastcall void native_apic_write(unsigned long reg, in native_apic_write() 57 static __inline fastcall void native_apic_write_atomic(unsigned long reg, in native_apic_write_atomic() 63 static __inline fastcall unsigned long native_apic_read(unsigned long reg) in native_apic_read()
|
/external/libvpx/vp8/common/ |
D | loopfilter_filters.c | 18 static __inline signed char vp8_signed_char_clamp(int t) in vp8_signed_char_clamp() 27 static __inline signed char vp8_filter_mask(signed char limit, signed char flimit, in vp8_filter_mask() 43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask() 51 static __inline void vp8_filter(signed char mask, signed char hev, uc *op1, uc *op0, uc *oq0, uc *o… in vp8_filter() 160 static __inline void vp8_mbfilter(signed char mask, signed char hev, in vp8_mbfilter() 281 static __inline signed char vp8_simple_filter_mask(signed char limit, signed char flimit, uc p1, uc… in vp8_simple_filter_mask() 291 static __inline void vp8_simple_filter(signed char mask, uc *op1, uc *op0, uc *oq0, uc *oq1) in vp8_simple_filter()
|
/external/kernel-headers/original/linux/ |
D | compiler-gcc.h | 28 #define __inline __inline __attribute__((always_inline)) macro
|
/external/mesa3d/src/mesa/main/ |
D | compiler.h | 145 # define INLINE __inline 147 # define INLINE __inline 149 # define INLINE __inline 153 # define INLINE __inline 156 # define __inline inline macro
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft.h | 18 static __inline __m128 _mm_castsi128_ps(__m128i a) { return *(__m128*)&a; } in _mm_castsi128_ps() 19 static __inline __m128i _mm_castps_si128(__m128 a) { return *(__m128i*)&a; } in _mm_castps_si128()
|
/external/oprofile/module/x86/ |
D | apic_compat.h | 68 static __inline void apic_write(unsigned long reg, unsigned long v) in apic_write() 73 static __inline unsigned long apic_read(unsigned long reg) in apic_read()
|
/external/e2fsprogs/lib/ext2fs/ |
D | nt_io.c | 369 __inline 516 __inline 532 __inline 548 __inline 559 __inline 575 __inline 589 __inline 943 __inline 956 __inline 971 __inline
|
/external/oprofile/libdb/ |
D | odb.h | 156 static __inline void odb_commit_reservation(odb_data_t * data) in odb_commit_reservation() 220 static __inline unsigned int
|
D | db_manage.c | 32 static __inline odb_descr_t * odb_to_descr(odb_data_t * data) in odb_to_descr() 38 static __inline odb_node_t * odb_to_node_base(odb_data_t * data) in odb_to_node_base() 44 static __inline odb_index_t * odb_to_hash_base(odb_data_t * data) in odb_to_hash_base()
|
/external/libpcap/ |
D | pcap-stdinc.h | 64 #define inline __inline
|
/external/libvpx/nestegg/halloc/src/ |
D | macros.h | 29 #define static_inline static __inline
|
/external/clang/test/CodeGen/Inputs/ |
D | stdio.h | 5 extern __inline __attribute__((gnu_inline,always_inline)) int
|
/external/expat/lib/ |
D | internal.h | 62 #define inline __inline
|
/external/ipsec-tools/src/racoon/ |
D | gnuc.h | 17 #define inline __inline
|