Home
last modified time | relevance | path

Searched refs:__pure (Results 1 – 25 of 51) sorted by relevance

123

/OK3568_Linux_fs/kernel/lib/
H A Dcrc32.c57 static inline u32 __pure
146 static inline u32 __pure crc32_le_generic(u32 crc, unsigned char const *p,
186 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len)
190 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len)
195 u32 __pure __weak crc32_le(u32 crc, unsigned char const *p, size_t len)
200 u32 __pure __weak __crc32c_le(u32 crc, unsigned char const *p, size_t len)
209 u32 __pure crc32_le_base(u32, unsigned char const *, size_t) __alias(crc32_le);
210 u32 __pure __crc32c_le_base(u32, unsigned char const *, size_t) __alias(__crc32c_le);
294 static inline u32 __pure crc32_be_generic(u32 crc, unsigned char const *p,
335 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
[all …]
H A Dcrc64.c44 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be()
H A Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match()
H A Dglobtest.c19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcrc32.h11 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len);
12 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len);
39 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len);
H A Dstringhash.h66 extern unsigned int __pure full_name_hash(const void *salt, const char *, unsigned int);
77 extern u64 __pure hashlen_string(const void *salt, const char *name);
H A Dbcm963xx_nvram.h54 static inline u64 __pure bcm963xx_nvram_nand_part_offset( in bcm963xx_nvram_nand_part_offset()
64 static inline u64 __pure bcm963xx_nvram_nand_part_size( in bcm963xx_nvram_nand_part_size()
H A Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
H A Dcrc64.h10 u64 __pure crc64_be(u64 crc, const void *p, size_t len);
H A Dcompiler_attributes.h263 #define __pure __attribute__((__pure__)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dcpu-type.h15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type()
209 static inline int __pure current_cpu_type(void) in current_cpu_type()
216 static inline int __pure boot_cpu_type(void) in boot_cpu_type()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dcompiler-gcc.h26 #ifndef __pure
27 #define __pure __attribute__((pure)) macro
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dasync-thread.h44 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work);
45 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct __btrfs_workqueue *wq);
H A Ddev-replace.h20 int __pure btrfs_dev_replace_is_ongoing(struct btrfs_dev_replace *dev_replace);
H A Dasync-thread.c56 struct btrfs_fs_info * __pure btrfs_workqueue_owner(const struct __btrfs_workqueue *wq) in btrfs_workqueue_owner()
61 struct btrfs_fs_info * __pure btrfs_work_owner(const struct btrfs_work *work) in btrfs_work_owner()
H A Dspace-info.h126 u64 __pure btrfs_space_info_used(struct btrfs_space_info *s_info,
/OK3568_Linux_fs/kernel/arch/arm/nwfpe/
H A Dfpopcode.h360 static inline floatx80 __pure getExtendedConstant(const unsigned int nIndex) in getExtendedConstant()
367 static inline float64 __pure getDoubleConstant(const unsigned int nIndex) in getDoubleConstant()
373 static inline float32 __pure getSingleConstant(const unsigned int nIndex) in getSingleConstant()
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dqspinlock.c115 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail()
125 static inline __pure struct mcs_spinlock *decode_tail(u32 tail) in decode_tail()
133 static inline __pure
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dinternal.h62 static __always_inline __pure bool use_xsaveopt(void) in use_xsaveopt()
67 static __always_inline __pure bool use_xsave(void) in use_xsave()
72 static __always_inline __pure bool use_fxsr(void) in use_fxsr()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcacheline.h7 int __pure cacheline_size(void);
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsystem_info.h26 extern int __pure cpu_architecture(void);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dcompiler.h40 #define __pure __attribute__((pure)) macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/
H A Dcompiler.h40 #define __pure __attribute__((pure)) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h118 #define __pure __attribute__((pure)) macro
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcrc32c-intel_glue.c59 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) in crc32c_intel_le_hw()

123