/external/libjpeg-turbo/simd/loongson/ |
D | loongson-mmintrin.h | 45 extern __inline __m64 FUNCTION_ATTRIBS 51 extern __inline __m64 FUNCTION_ATTRIBS 76 extern __inline __m64 FUNCTION_ATTRIBS 97 extern __inline __m64 FUNCTION_ATTRIBS 123 extern __inline __m64 FUNCTION_ATTRIBS 141 extern __inline __m64 FUNCTION_ATTRIBS 157 extern __inline __m64 FUNCTION_ATTRIBS 163 extern __inline __m64 FUNCTION_ATTRIBS 171 extern __inline __m64 FUNCTION_ATTRIBS 177 extern __inline __m64 FUNCTION_ATTRIBS [all …]
|
/external/clang/lib/Headers/ |
D | avxintrin.h | 68 static __inline __m256d __DEFAULT_FN_ATTRS 86 static __inline __m256 __DEFAULT_FN_ATTRS 104 static __inline __m256d __DEFAULT_FN_ATTRS 122 static __inline __m256 __DEFAULT_FN_ATTRS 141 static __inline __m256d __DEFAULT_FN_ATTRS 160 static __inline __m256 __DEFAULT_FN_ATTRS 178 static __inline __m256d __DEFAULT_FN_ATTRS 196 static __inline __m256 __DEFAULT_FN_ATTRS 215 static __inline __m256d __DEFAULT_FN_ATTRS 234 static __inline __m256 __DEFAULT_FN_ATTRS [all …]
|
D | htmxlintrin.h | 54 extern __inline long 63 extern __inline long 80 extern __inline long 89 extern __inline void 96 extern __inline void 103 extern __inline void 110 extern __inline void 117 extern __inline long 125 extern __inline long 135 extern __inline long [all …]
|
D | adxintrin.h | 35 static __inline unsigned char __attribute__((__always_inline__, __nodebug__, __target__("adx"))) 43 static __inline unsigned char __attribute__((__always_inline__, __nodebug__, __target__("adx"))) 52 static __inline unsigned char __DEFAULT_FN_ATTRS 60 static __inline unsigned char __DEFAULT_FN_ATTRS 68 static __inline unsigned char __DEFAULT_FN_ATTRS 76 static __inline unsigned char __DEFAULT_FN_ATTRS
|
/external/clang/test/CodeGen/ |
D | inline.c | 67 __inline void __cdecl _Exit(int status) { _exit(status); } in _Exit() 69 extern __inline int ei() { return 123; } in ei() 71 __inline int foo() { in foo() 78 __inline void unreferenced1() {} in unreferenced1() 79 extern __inline void unreferenced2() {} in unreferenced2() 81 __inline __attribute((__gnu_inline__)) void gnu_inline() {} in gnu_inline() 84 extern __inline __attribute__((gnu_inline)) void gnu_ei_inline() {} in gnu_ei_inline() 89 __inline int test1() { return 4; } in test1() 90 __inline int test2() { return 5; } in test2() 91 __inline int test2(); [all …]
|
/external/fastrpc/inc/ |
D | sbuf_parser.h | 98 static __inline void sbuf_parser_init(struct sbuf* buf, const char *data, int dataLen) { in sbuf_parser_init() 103 static __inline char *sbuf_cur(struct sbuf* buf) { in sbuf_cur() 108 static __inline int sbuf_peek(struct sbuf* buf, char* c) { in sbuf_peek() 117 static __inline int sbuf_end(struct sbuf* buf) { in sbuf_end() 122 static __inline int sbuf_chars(struct sbuf *buf, const char *chars) { in sbuf_chars() 138 static __inline int sbuf_notchars(struct sbuf *buf, const char *chars) { in sbuf_notchars() 154 static __inline int sbuf_char(struct sbuf *buf, const char t) { in sbuf_char() 160 static __inline int sbuf_notchar(struct sbuf *buf, const char t) { in sbuf_notchar() 168 static __inline int sbuf_any(struct sbuf* buf) { in sbuf_any() 182 static __inline int sbuf_range(struct sbuf *buf, const char *chars) { in sbuf_range() [all …]
|
D | AEEQList.h | 56 static __inline void QNode_InsPrev(QNode *me, QNode *pn) in QNode_InsPrev() 67 static __inline void QNode_InsNext(QNode *me, QNode *pn) in QNode_InsNext() 79 static __inline void QNode_Dequeue(QNode *me) in QNode_Dequeue() 88 static __inline void QNode_CtorZ(QNode *me) in QNode_CtorZ() 93 static __inline int QNode_IsQueuedZ(QNode *me) in QNode_IsQueuedZ() 98 static __inline void QNode_DequeueZ(QNode *me) in QNode_DequeueZ() 111 static __inline void QList_Zero(QList *me) in QList_Zero() 117 static __inline void QList_Ctor(QList *me) in QList_Ctor() 123 static __inline int QList_IsEmpty(QList *me) in QList_IsEmpty() 128 static __inline int QList_IsNull(QList *me) in QList_IsNull() [all …]
|
D | sbuf.h | 82 static __inline void sbuf_init(struct sbuf* buf, int offset, void* data, int dataLen) { in sbuf_init() 89 static __inline void sbuf_advance(struct sbuf* buf, int len) { in sbuf_advance() 97 static __inline int sbuf_needed(struct sbuf* buf) { in sbuf_needed() 104 static __inline int sbuf_left(struct sbuf* buf) { in sbuf_left() 109 static __inline void* sbuf_head(struct sbuf* buf) { in sbuf_head() 114 static __inline int sbuf_valid(struct sbuf* buf) { in sbuf_valid() 120 static __inline void sbuf_align(struct sbuf* buf, uint32_t align) { in sbuf_align() 131 static __inline void sbuf_write(struct sbuf* buf, void *psrc, int srcLen) { in sbuf_write() 157 static __inline void sbuf_read(struct sbuf* buf, void *pdst, int dstLen) { in sbuf_read()
|
D | AEEstd.h | 203 static __inline unsigned short std_swaps(unsigned short us) in std_swaps() 213 static __inline unsigned long std_swapl(unsigned long ul) in std_swapl() 230 static __inline unsigned short std_letohs(unsigned short us) in std_letohs() 235 static __inline unsigned short std_htoles(unsigned short us) in std_htoles() 240 static __inline unsigned long std_letohl(unsigned long ul) in std_letohl() 245 static __inline unsigned long std_htolel(unsigned long ul) in std_htolel() 250 static __inline unsigned short std_ntohs(unsigned short us) in std_ntohs() 255 static __inline unsigned short std_htons(unsigned short us) in std_htons() 260 static __inline unsigned long std_ntohl(unsigned long ul) in std_ntohl() 265 static __inline unsigned long std_htonl(unsigned long ul) in std_htonl()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | spl_inl_armv7.h | 27 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, int32_t b) { in WEBRTC_SPL_MUL_16_32_RSFT16() 33 static __inline int32_t WEBRTC_SPL_MUL_16_16(int16_t a, int16_t b) { in WEBRTC_SPL_MUL_16_16() 40 static __inline int32_t WebRtc_MulAccumW16(int16_t a, int16_t b, int32_t c) { in WebRtc_MulAccumW16() 46 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() 54 static __inline int32_t WebRtcSpl_AddSatW32(int32_t l_var1, int32_t l_var2) { in WebRtcSpl_AddSatW32() 62 static __inline int32_t WebRtcSpl_SubSatW32(int32_t l_var1, int32_t l_var2) { in WebRtcSpl_SubSatW32() 70 static __inline int16_t WebRtcSpl_SubSatW16(int16_t var1, int16_t var2) { in WebRtcSpl_SubSatW16() 78 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { in WebRtcSpl_GetSizeInBits() 86 static __inline int16_t WebRtcSpl_NormW32(int32_t a) { in WebRtcSpl_NormW32() 101 static __inline int16_t WebRtcSpl_NormU32(uint32_t a) { in WebRtcSpl_NormU32() [all …]
|
D | spl_inl_mips.h | 18 static __inline int32_t WEBRTC_SPL_MUL_16_16(int32_t a, in WEBRTC_SPL_MUL_16_16() 41 static __inline int32_t WEBRTC_SPL_MUL_16_32_RSFT16(int16_t a, in WEBRTC_SPL_MUL_16_32_RSFT16() 70 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { in WebRtcSpl_SatW32ToW16() 81 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() 92 static __inline int32_t WebRtcSpl_AddSatW32(int32_t l_var1, int32_t l_var2) { in WebRtcSpl_AddSatW32() 104 static __inline int16_t WebRtcSpl_SubSatW16(int16_t var1, int16_t var2) { in WebRtcSpl_SubSatW16() 116 static __inline int32_t WebRtcSpl_SubSatW32(int32_t l_var1, int32_t l_var2) { in WebRtcSpl_SubSatW32() 129 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { in WebRtcSpl_GetSizeInBits() 143 static __inline int16_t WebRtcSpl_NormW32(int32_t a) { in WebRtcSpl_NormW32() 166 static __inline int16_t WebRtcSpl_NormU32(uint32_t a) { in WebRtcSpl_NormU32() [all …]
|
D | spl_inl.h | 27 static __inline int16_t WebRtcSpl_SatW32ToW16(int32_t value32) { in WebRtcSpl_SatW32ToW16() 38 static __inline int32_t WebRtcSpl_AddSatW32(int32_t l_var1, int32_t l_var2) { in WebRtcSpl_AddSatW32() 57 static __inline int32_t WebRtcSpl_SubSatW32(int32_t l_var1, int32_t l_var2) { in WebRtcSpl_SubSatW32() 76 static __inline int16_t WebRtcSpl_AddSatW16(int16_t a, int16_t b) { in WebRtcSpl_AddSatW16() 80 static __inline int16_t WebRtcSpl_SubSatW16(int16_t var1, int16_t var2) { in WebRtcSpl_SubSatW16() 86 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { in WebRtcSpl_GetSizeInBits() 103 static __inline int16_t WebRtcSpl_NormW32(int32_t a) { in WebRtcSpl_NormW32() 126 static __inline int16_t WebRtcSpl_NormU32(uint32_t a) { in WebRtcSpl_NormU32() 144 static __inline int16_t WebRtcSpl_NormW16(int16_t a) { in WebRtcSpl_NormW16() 166 static __inline int32_t WebRtc_MulAccumW16(int16_t a, int16_t b, int32_t c) { in WebRtc_MulAccumW16()
|
/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 41 static __inline UWORD32 CLZ(UWORD32 u4_word) in CLZ() 49 static __inline UWORD32 CLZNZ(UWORD32 u4_word) in CLZNZ() 55 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() 61 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() 67 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() 73 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() 79 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() 84 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() 90 static __inline UWORD32 ITT_BIG_ENDIAN(UWORD32 x) in ITT_BIG_ENDIAN()
|
D | impeg2_platform_macros.h | 30 static __inline UWORD32 CLZ(UWORD32 u4_word) in CLZ() 37 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() 43 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() 49 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() 55 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() 61 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() 66 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16()
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 43 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() 49 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() 55 static __inline WORD32 CLIP_U10(WORD32 x) in CLIP_U10() 61 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() 67 static __inline WORD32 CLIP_U11(WORD32 x) in CLIP_U11() 73 static __inline WORD32 CLIP_S11(WORD32 x) in CLIP_S11() 79 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() 85 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() 91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() 96 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() [all …]
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 43 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() 49 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() 55 static __inline WORD32 CLIP_U10(WORD32 x) in CLIP_U10() 61 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() 67 static __inline WORD32 CLIP_U11(WORD32 x) in CLIP_U11() 73 static __inline WORD32 CLIP_S11(WORD32 x) in CLIP_S11() 79 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() 85 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() 91 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() 96 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() [all …]
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | atm_windows.h | 31 static __inline gpr_atm gpr_atm_acq_load(const gpr_atm* p) { in gpr_atm_acq_load() 37 static __inline gpr_atm gpr_atm_no_barrier_load(const gpr_atm* p) { in gpr_atm_no_barrier_load() 42 static __inline void gpr_atm_rel_store(gpr_atm* p, gpr_atm value) { in gpr_atm_rel_store() 47 static __inline void gpr_atm_no_barrier_store(gpr_atm* p, gpr_atm value) { in gpr_atm_no_barrier_store() 52 static __inline int gpr_atm_no_barrier_cas(gpr_atm* p, gpr_atm o, gpr_atm n) { in gpr_atm_no_barrier_cas() 64 static __inline int gpr_atm_acq_cas(gpr_atm* p, gpr_atm o, gpr_atm n) { in gpr_atm_acq_cas() 74 static __inline int gpr_atm_rel_cas(gpr_atm* p, gpr_atm o, gpr_atm n) { in gpr_atm_rel_cas() 84 static __inline int gpr_atm_full_cas(gpr_atm* p, gpr_atm o, gpr_atm n) { in gpr_atm_full_cas() 94 static __inline gpr_atm gpr_atm_no_barrier_fetch_add(gpr_atm* p, in gpr_atm_no_barrier_fetch_add() 104 static __inline gpr_atm gpr_atm_full_fetch_add(gpr_atm* p, gpr_atm delta) { in gpr_atm_full_fetch_add() [all …]
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 85 static __inline uint16_t 93 static __inline uint32_t 101 static __inline uint64_t 109 static __inline uint16_t 117 static __inline uint32_t 125 static __inline uint64_t 133 static __inline void 142 static __inline void 153 static __inline void 162 static __inline void [all …]
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 38 static __inline WORD32 CLIP_U8(WORD32 x) in CLIP_U8() 44 static __inline WORD32 CLIP_S8(WORD32 x) in CLIP_S8() 50 static __inline WORD32 CLIP_U10(WORD32 x) in CLIP_U10() 56 static __inline WORD32 CLIP_S10(WORD32 x) in CLIP_S10() 62 static __inline WORD32 CLIP_U12(WORD32 x) in CLIP_U12() 68 static __inline WORD32 CLIP_S12(WORD32 x) in CLIP_S12() 74 static __inline WORD32 CLIP_U14(WORD32 x) in CLIP_U14() 80 static __inline WORD32 CLIP_S14(WORD32 x) in CLIP_S14() 86 static __inline WORD32 CLIP_U16(WORD32 x) in CLIP_U16() 91 static __inline WORD32 CLIP_S16(WORD32 x) in CLIP_S16() [all …]
|
/external/libaom/libaom/aom_ports/ |
D | emmintrin_compat.h | 19 extern __inline __m128 25 extern __inline __m128i 31 extern __inline __m128d 37 extern __inline __m128i 43 extern __inline __m128 49 extern __inline __m128d
|
/external/libvpx/libvpx/vpx_ports/ |
D | emmintrin_compat.h | 18 extern __inline __m128 24 extern __inline __m128i 30 extern __inline __m128d 36 extern __inline __m128i 42 extern __inline __m128 48 extern __inline __m128d
|
/external/e2fsprogs/include/mingw/ |
D | unistd.h | 6 __inline __uid_t getuid(void){return 0;} in getuid() 7 __inline int geteuid(void){return 1;} in geteuid() 9 __inline __gid_t getgid(void){return 0;} in getgid() 10 __inline __gid_t getegid(void){return 0;} in getegid() 13 __inline void sync(void){}; in sync()
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeTILEGX-encoder.c | 1256 static __inline unsigned int 1263 static __inline unsigned int 1270 static __inline unsigned int 1277 static __inline unsigned int 1284 static __inline unsigned int 1290 static __inline unsigned int 1297 static __inline unsigned int 1304 static __inline unsigned int 1310 static __inline unsigned int 1317 static __inline unsigned int [all …]
|
/external/angle/third_party/glslang/src/glslang/Include/ |
D | BaseTypes.h | 307 __inline const char* GetStorageQualifierString(TStorageQualifier q) { return ""; } in GetStorageQualifierString() 308 __inline const char* GetPrecisionQualifierString(TPrecisionQualifier p) { return ""; } in GetPrecisionQualifierString() 311 __inline const char* GetStorageQualifierString(TStorageQualifier q) in GetStorageQualifierString() 345 __inline const char* GetBuiltInVariableString(TBuiltInVariable v) in GetBuiltInVariableString() 481 __inline const char* GetPrecisionQualifierString(TPrecisionQualifier p) in GetPrecisionQualifierString() 493 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt() 506 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt() 519 __inline bool isTypeInt(TBasicType type) in isTypeInt() 524 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() 536 __inline int getTypeRank(TBasicType type) in getTypeRank()
|
/external/deqp-deps/glslang/glslang/Include/ |
D | BaseTypes.h | 310 __inline const char* GetStorageQualifierString(TStorageQualifier q) { return ""; } in GetStorageQualifierString() 311 __inline const char* GetPrecisionQualifierString(TPrecisionQualifier p) { return ""; } in GetPrecisionQualifierString() 314 __inline const char* GetStorageQualifierString(TStorageQualifier q) in GetStorageQualifierString() 348 __inline const char* GetBuiltInVariableString(TBuiltInVariable v) in GetBuiltInVariableString() 487 __inline const char* GetPrecisionQualifierString(TPrecisionQualifier p) in GetPrecisionQualifierString() 499 __inline bool isTypeSignedInt(TBasicType type) in isTypeSignedInt() 512 __inline bool isTypeUnsignedInt(TBasicType type) in isTypeUnsignedInt() 525 __inline bool isTypeInt(TBasicType type) in isTypeInt() 530 __inline bool isTypeFloat(TBasicType type) in isTypeFloat() 542 __inline int getTypeRank(TBasicType type) in getTypeRank()
|