/third_party/ntfs-3g/ntfsprogs/ |
D | list.h | 59 static __inline__ void __ntfs_list_add(struct ntfs_list_head * new, in __ntfs_list_add() 76 static __inline__ void ntfs_list_add(struct ntfs_list_head *new, in ntfs_list_add() 90 static __inline__ void ntfs_list_add_tail(struct ntfs_list_head *new, in ntfs_list_add_tail() 106 static __inline__ void __ntfs_list_del(struct ntfs_list_head * prev, in __ntfs_list_del() 120 static __inline__ void ntfs_list_del(struct ntfs_list_head *entry) in ntfs_list_del() 129 static __inline__ void ntfs_list_del_init(struct ntfs_list_head *entry) in ntfs_list_del_init() 139 static __inline__ int ntfs_list_empty(struct ntfs_list_head *head) in ntfs_list_empty() 149 static __inline__ void ntfs_list_splice(struct ntfs_list_head *list, in ntfs_list_splice()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | begin_code.h | 110 #define SDL_INLINE __inline__ 116 #ifndef __inline__ 117 #define __inline__ __inline macro 121 #ifndef __inline__ 122 #define __inline__ inline macro 131 #define SDL_FORCE_INLINE __attribute__((always_inline)) static __inline__
|
/third_party/libsnd/cmake/ |
D | TestInline.cmake | 23 message (STATUS "Checking for __inline__...") 24 set (INLINE_KEYWORD "__inline__") 29 message (STATUS "Checking for __inline__... supported") 31 message (STATUS "Checking for __inline__...") 32 set (INLINE_KEYWORD "__inline__") 37 message (STATUS "Checking for __inline__... not supported") 49 set (INLINE_CODE "#define inline __inline__" CACHE INTERNAL "")
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | bitmap.h | 54 static __inline__ int ntfs_bitmap_set_bit(ntfs_attr *na, s64 bit) in ntfs_bitmap_set_bit() 68 static __inline__ int ntfs_bitmap_clear_bit(ntfs_attr *na, s64 bit) in ntfs_bitmap_clear_bit() 79 static __inline__ u32 ntfs_rol32(u32 word, unsigned int shift) in ntfs_rol32() 90 static __inline__ u32 ntfs_ror32(u32 word, unsigned int shift) in ntfs_ror32()
|
D | ntfstime.h | 68 static __inline__ struct timespec ntfs2timespec(ntfs_time ntfstime) in ntfs2timespec() 99 static __inline__ ntfs_time timespec2ntfs(struct timespec spec) in timespec2ntfs() 112 static __inline__ ntfs_time ntfs_current_time(void) in ntfs_current_time()
|
D | mft.h | 50 static __inline__ int ntfs_mft_record_read(const ntfs_volume *vol, in ntfs_mft_record_read() 85 static __inline__ int ntfs_mft_record_write(const ntfs_volume *vol, in ntfs_mft_record_write() 112 static __inline__ u32 ntfs_mft_record_get_data_size(const MFT_RECORD *m) in ntfs_mft_record_get_data_size()
|
D | attrlist.h | 43 static __inline__ void ntfs_attrlist_mark_dirty(ntfs_inode *ni) in ntfs_attrlist_mark_dirty()
|
D | debug.h | 36 static __inline__ void ntfs_debug_runlist_dump(const struct _runlist_element *rl __attribute__((unu… in ntfs_debug_runlist_dump()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | extern-inline.c | 1 extern __inline__ int f(int); 3 extern __inline__ int 11 extern __inline__ int
|
D | reserved.c | 21 static int (__inline__);
|
/third_party/protobuf/objectivec/ |
D | GPBBootstrap.h | 78 #define GPB_INLINE static __inline__ __attribute__((always_inline)) 80 #define GPB_INLINE static __inline__
|
/third_party/alsa-lib/include/ |
D | use-case.h | 502 static __inline__ int snd_use_case_card_list(const char **list[]) in snd_use_case_card_list() 513 static __inline__ int snd_use_case_verb_list(snd_use_case_mgr_t *uc_mgr, in snd_use_case_verb_list()
|
D | pcm_extplug.h | 193 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int … in snd_pcm_extplug_set_param() 201 static __inline__ int snd_pcm_extplug_set_slave_param(snd_pcm_extplug_t *extplug, int type, unsigne… in snd_pcm_extplug_set_slave_param()
|
D | asoundlib.h | 37 #define __inline__ inline macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_yadif_cuda.cu | 22 __inline__ __device__ T spatial_predictor(T a, T b, T c, T d, T e, T f, T g, in spatial_predictor() 51 __inline__ __device__ int max3(int a, int b, int c) in max3() 57 __inline__ __device__ int min3(int a, int b, int c) in min3() 64 __inline__ __device__ T temporal_predictor(T A, T B, T C, T D, T E, T F, in temporal_predictor() 97 __inline__ __device__ void yadif_single(T *dst, in yadif_single() 167 __inline__ __device__ void yadif_double(T *dst, in yadif_double()
|
/third_party/openssl/ohos_lite/include/internal/ |
D | refcount.h | 62 static __inline__ int CRYPTO_UP_REF(int *val, int *ret, void *lock) in CRYPTO_UP_REF() 68 static __inline__ int CRYPTO_DOWN_REF(int *val, int *ret, void *lock) in CRYPTO_DOWN_REF()
|
/third_party/openssl/include/internal/ |
D | refcount.h | 62 static __inline__ int CRYPTO_UP_REF(int *val, int *ret, ossl_unused void *lock) in CRYPTO_UP_REF() 68 static __inline__ int CRYPTO_DOWN_REF(int *val, int *ret, in CRYPTO_DOWN_REF()
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftcalc.h | 79 static __inline__ FT_Int32 115 static __inline__ FT_Int32 184 static __inline__ FT_Int32
|
/third_party/musl/ndk_musl_include/fortify/ |
D | fortify.h | 76 #define __DIAGNOSE_FORTIFY_INLINE static __inline__ __attribute__((no_stack_protector)) \ 79 #define __DIAGNOSE_FORTIFY_VARIADIC static __inline__
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fortify.h | 76 #define __DIAGNOSE_FORTIFY_INLINE static __inline__ __attribute__((no_stack_protector)) \ 79 #define __DIAGNOSE_FORTIFY_VARIADIC static __inline__
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftcalc.h | 79 static __inline__ FT_Int32 115 static __inline__ FT_Int32 184 static __inline__ FT_Int32
|
/third_party/freetype/include/freetype/internal/ |
D | ftcalc.h | 79 static __inline__ FT_Int32 115 static __inline__ FT_Int32 184 static __inline__ FT_Int32
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmacros.h | 34 # define GST_INLINE_FUNC extern __inline__
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | types-compat.h | 27 #define __inline__ inline macro
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | types-compat.h | 27 #define __inline__ inline macro
|