Home
last modified time | relevance | path

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

123456

/third_party/mingw-w64/mingw-w64-crt/math/
Dcephes_emath.h246 static __inline__ int __eisneg(const short unsigned int *x);
247 static __inline__ int __eisinf(const short unsigned int *x);
248 static __inline__ int __eisnan(const short unsigned int *x);
249 static __inline__ int __eiszero(const short unsigned int *a);
250 static __inline__ void __emovz(register const short unsigned int * __restrict__ a,
252 static __inline__ void __eclear(register short unsigned int *x);
253 static __inline__ void __ecleaz(register short unsigned int *xi);
254 static __inline__ void __ecleazs(register short unsigned int *xi);
255 static __inline__ int __eiisinf(const short unsigned int *x);
256 static __inline__ int __eiisnan(const short unsigned int *x);
[all …]
Dcephes_mconf.h195 static __inline__ double polevl(double x, const uD *p, int n) in polevl()
214 static __inline__ double p1evl(double x, const uD *p, int n) in p1evl()
284 static __inline__ long double polevll(long double x, const uLD *p, int n) in polevll()
304 static __inline__ long double p1evll(long double x, const uLD *p, int n) in p1evll()
373 static __inline__ float polevlf(float x, const float* coef, int N) in polevlf()
401 static __inline__ float p1evlf(float x, const float *coef, int N) in p1evlf()
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusimpl.h43 __inline__ Image* Image::FromFile(const WCHAR *filename, in FromFile()
49 __inline__ Image* Image::FromStream(IStream *stream, in FromStream()
55 __inline__ Image::Image(const WCHAR *filename, BOOL useEmbeddedColorManagement): in Image()
67 __inline__ Image::Image(IStream *stream, BOOL useEmbeddedColorManagement): in Image()
79 __inline__ Status Image::FindFirstItem(ImageItemData *item) in FindFirstItem()
86 __inline__ Status Image::FindNextItem(ImageItemData *item) in FindNextItem()
93 __inline__ Status Image::GetAllPropertyItems(UINT totalBufferSize, in GetAllPropertyItems()
100 __inline__ Status Image::GetBounds(RectF *srcRect, Unit *srcUnit) in GetBounds()
106 __inline__ Status Image::GetEncoderParameterList(const CLSID *clsidEncoder, in GetEncoderParameterList()
113 __inline__ UINT Image::GetEncoderParameterListSize(const CLSID *clsidEncoder) in GetEncoderParameterListSize()
[all …]
Dgdipluspixelformats.h95 static __inline__ UINT GetPixelFormatSize(PixelFormat pixfmt) in GetPixelFormatSize()
100 static __inline__ BOOL IsAlphaPixelFormat(PixelFormat pixfmt) in IsAlphaPixelFormat()
105 static __inline__ BOOL IsCanonicalPixelFormat(PixelFormat pixfmt) in IsCanonicalPixelFormat()
110 static __inline__ BOOL IsExtendedPixelFormat(PixelFormat pixfmt) in IsExtendedPixelFormat()
115 static __inline__ BOOL IsIndexedPixelFormat(PixelFormat pixfmt) in IsIndexedPixelFormat()
Dgdiplusimagecodec.h29 static __inline__ GpStatus GetImageDecoders(UINT numDecoders, UINT size, in GetImageDecoders()
39 static __inline__ GpStatus GetImageDecodersSize(UINT *numDecoders, UINT *size) in GetImageDecodersSize()
48 static __inline__ GpStatus GetImageEncoders(UINT numEncoders, UINT size, in GetImageEncoders()
58 static __inline__ GpStatus GetImageEncodersSize(UINT *numEncoders, UINT *size) in GetImageEncodersSize()
/third_party/uboot/u-boot-2020.01/arch/x86/include/asm/
Dbitops.h39 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit()
56 static __inline__ void __set_bit(int nr, volatile void * addr) in __set_bit()
76 static __inline__ void clear_bit(int nr, volatile void * addr) in clear_bit()
95 static __inline__ void __change_bit(int nr, volatile void * addr) in __change_bit()
112 static __inline__ void change_bit(int nr, volatile void * addr) in change_bit()
128 static __inline__ int test_and_set_bit(int nr, volatile void * addr) in test_and_set_bit()
148 static __inline__ int __test_and_set_bit(int nr, volatile void * addr) in __test_and_set_bit()
167 static __inline__ int test_and_clear_bit(int nr, volatile void * addr) in test_and_clear_bit()
187 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit()
199 static __inline__ int __test_and_change_bit(int nr, volatile void * addr) in __test_and_change_bit()
[all …]
/third_party/uboot/u-boot-2020.01/arch/mips/include/asm/
Dbitops.h64 static __inline__ void
88 static __inline__ void __set_bit(int nr, volatile void * addr) in __set_bit()
106 static __inline__ void
130 static __inline__ void
154 static __inline__ void __change_bit(int nr, volatile void * addr) in __change_bit()
169 static __inline__ int
199 static __inline__ int __test_and_set_bit(int nr, volatile void * addr) in __test_and_set_bit()
220 static __inline__ int
251 static __inline__ int __test_and_clear_bit(int nr, volatile void * addr) in __test_and_clear_bit()
272 static __inline__ int
[all …]
Dposix_types.h56 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET()
64 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR()
72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
84 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
Dbyteorder.h14 static __inline__ __attribute_const__ __u16 ___arch__swab16(__u16 x) in ___arch__swab16()
25 static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32()
39 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 x) in ___arch__swab64()
/third_party/mingw-w64/mingw-w64-crt/math/x86/
Dfastmath.h19 static __inline__ double __fast_sqrt (double x) in __fast_sqrt()
26 static __inline__ long double __fast_sqrtl (long double x) in __fast_sqrtl()
33 static __inline__ float __fast_sqrtf (float x) in __fast_sqrtf()
41 static __inline__ double __fast_log (double x) in __fast_log()
52 static __inline__ long double __fast_logl (long double x) in __fast_logl()
64 static __inline__ float __fast_logf (float x) in __fast_logf()
75 static __inline__ double __fast_log1p (double x) in __fast_log1p()
90 static __inline__ long double __fast_log1pl (long double x) in __fast_log1pl()
105 static __inline__ float __fast_log1pf (float x) in __fast_log1pf()
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/
Dbitops.h31 static __inline__ void set_bit(int nr, volatile void * addr) in set_bit()
48 static __inline__ void clear_bit(int nr, volatile void *addr) in clear_bit()
65 static __inline__ void change_bit(int nr, volatile void *addr) in change_bit()
82 static __inline__ int test_and_set_bit(int nr, volatile void *addr) in test_and_set_bit()
101 static __inline__ int test_and_clear_bit(int nr, volatile void *addr) in test_and_clear_bit()
120 static __inline__ int test_and_change_bit(int nr, volatile void *addr) in test_and_change_bit()
140 static __inline__ int test_bit(int nr, __const__ volatile void *addr) in test_bit()
149 static __inline__ int __ilog2(unsigned int x) in __ilog2()
157 static __inline__ int ffz(unsigned int x) in ffz()
170 static __inline__ int fls(unsigned int x) in fls()
[all …]
Dbyteorder.h8 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) in ld_le16()
16 static __inline__ void st_le16(volatile unsigned short *addr, const unsigned val) in st_le16()
21 static __inline__ unsigned ld_le32(const volatile unsigned *addr) in ld_le32()
29 static __inline__ void st_le32(volatile unsigned *addr, const unsigned val) in st_le32()
42 static __inline__ __attribute__((const)) __u16 ___arch__swab16(__u16 value) in ___arch__swab16()
52 static __inline__ __attribute__((const)) __u32 ___arch__swab32(__u32 value) in ___arch__swab32()
Datomic.h22 static __inline__ int atomic_add_return(int a, atomic_t *v) in atomic_add_return()
38 static __inline__ int atomic_sub_return(int a, atomic_t *v) in atomic_sub_return()
54 static __inline__ int atomic_inc_return(atomic_t *v) in atomic_inc_return()
70 static __inline__ int atomic_dec_return(atomic_t *v) in atomic_dec_return()
Dposix_types.h58 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET()
66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET()
86 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO()
/third_party/e2fsprogs/lib/ext2fs/
Dkernel-list.h25 #define __inline__ macro
34 static __inline__ void __list_add(struct list_head * new, in __list_add()
47 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
55 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
67 static __inline__ void __list_del(struct list_head * prev, in __list_del()
74 static __inline__ void list_del(struct list_head *entry) in list_del()
79 static __inline__ int list_empty(struct list_head *head) in list_empty()
87 static __inline__ void list_splice(struct list_head *list, struct list_head *head) in list_splice()
/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/uboot/u-boot-2020.01/include/linux/byteorder/
Dswab.h99 static __inline__ __attribute__((const)) __u16 __fswab16(__u16 x) in __fswab16()
103 static __inline__ __u16 __swab16p(const __u16 *x) in __swab16p()
107 static __inline__ void __swab16s(__u16 *addr) in __swab16s()
112 static __inline__ __attribute__((const)) __u32 __fswab32(__u32 x) in __fswab32()
116 static __inline__ __u32 __swab32p(const __u32 *x) in __swab32p()
120 static __inline__ void __swab32s(__u32 *addr) in __swab32s()
125 static __inline__ __attribute__((const)) __u64 __fswab64(__u64 x) in __fswab64()
135 static __inline__ __u64 __swab64p(const __u64 *x) in __swab64p()
139 static __inline__ void __swab64s(__u64 *addr) in __swab64s()
/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/uboot/u-boot-2020.01/arch/m68k/include/asm/
Dbyteorder.h32 static __inline__ unsigned ld_le16(const volatile unsigned short *addr) in ld_le16()
37 static __inline__ void st_le16(volatile unsigned short *addr, in st_le16()
43 static __inline__ unsigned ld_le32(const volatile unsigned *addr) in ld_le32()
48 static __inline__ void st_le32(volatile unsigned *addr, const unsigned val) in st_le32()
62 static __inline__ __attribute__ ((const))
68 static __inline__ __attribute__ ((const))
Dposix_types.h58 static __inline__ void __FD_SET(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_SET()
66 static __inline__ void __FD_CLR(unsigned long fd, __kernel_fd_set *fdsetp) in __FD_CLR()
74 static __inline__ int __FD_ISSET(unsigned long fd, __kernel_fd_set *p) in __FD_ISSET()
86 static __inline__ void __FD_ZERO(__kernel_fd_set *p) in __FD_ZERO()
/third_party/uboot/u-boot-2020.01/include/
Dmpc86xx.h54 static __inline__ unsigned long get_hid0 (void) in get_hid0()
61 static __inline__ unsigned long get_hid1 (void) in get_hid1()
68 static __inline__ void set_hid0 (unsigned long hid0) in set_hid0()
73 static __inline__ void set_hid1 (unsigned long hid1) in set_hid1()
79 static __inline__ unsigned long get_l2cr (void) in get_l2cr()
/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()
/third_party/uboot/u-boot-2020.01/arch/sh/include/asm/
Dposix_types.h53 static __inline__ void __FD_SET(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_SET()
61 static __inline__ void __FD_CLR(unsigned long __fd, __kernel_fd_set *__fdsetp) in __FD_CLR()
70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET()
82 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()

123456