Home
last modified time | relevance | path

Searched refs:__inline__ (Results 1 – 25 of 76) sorted by relevance

1234

/third_party/ntfs-3g/ntfsprogs/
Dlist.h59 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/
Dbegin_code.h110 #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/
DTestInline.cmake23 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/
Dbitmap.h54 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()
Dntfstime.h68 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()
Dmft.h50 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()
Dattrlist.h43 static __inline__ void ntfs_attrlist_mark_dirty(ntfs_inode *ni) in ntfs_attrlist_mark_dirty()
Ddebug.h36 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/
Dextern-inline.c1 extern __inline__ int f(int);
3 extern __inline__ int
11 extern __inline__ int
Dreserved.c21 static int (__inline__);
/third_party/protobuf/objectivec/
DGPBBootstrap.h78 #define GPB_INLINE static __inline__ __attribute__((always_inline))
80 #define GPB_INLINE static __inline__
/third_party/alsa-lib/include/
Duse-case.h502 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()
Dpcm_extplug.h193 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()
Dasoundlib.h37 #define __inline__ inline macro
/third_party/ffmpeg/libavfilter/
Dvf_yadif_cuda.cu22 __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/
Drefcount.h62 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/
Drefcount.h62 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/
Dftcalc.h79 static __inline__ FT_Int32
115 static __inline__ FT_Int32
184 static __inline__ FT_Int32
/third_party/musl/ndk_musl_include/fortify/
Dfortify.h76 #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/
Dfortify.h76 #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/
Dftcalc.h79 static __inline__ FT_Int32
115 static __inline__ FT_Int32
184 static __inline__ FT_Int32
/third_party/freetype/include/freetype/internal/
Dftcalc.h79 static __inline__ FT_Int32
115 static __inline__ FT_Int32
184 static __inline__ FT_Int32
/third_party/gstreamer/gstreamer/gst/
Dgstmacros.h34 # define GST_INLINE_FUNC extern __inline__
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dtypes-compat.h27 #define __inline__ inline macro
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dtypes-compat.h27 #define __inline__ inline macro

1234