Home
last modified time | relevance | path

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

12

/Linux-v4.19/lib/
Dcrc32.c57 static inline u32 __pure
146 static inline u32 __pure crc32_le_generic(u32 crc, unsigned char const *p,
186 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len)
190 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len)
195 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len)
200 u32 __pure __crc32c_le(u32 crc, unsigned char const *p, size_t len)
291 static inline u32 __pure crc32_be_generic(u32 crc, unsigned char const *p,
332 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
337 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len)
Dcrc64.c43 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be()
Dglob.c40 bool __pure glob_match(char const *pat, char const *str) in glob_match()
Dglobtest.c19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
/Linux-v4.19/include/linux/
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);
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);
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()
Dglob.h8 bool __pure glob_match(char const *pat, char const *str);
Dcrc64.h10 u64 __pure crc64_be(u64 crc, const void *p, size_t len);
Dcompiler_types.h199 #define __pure __attribute__((pure)) macro
/Linux-v4.19/arch/mips/include/asm/
Dcpu-type.h15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type()
216 static inline int __pure current_cpu_type(void) in current_cpu_type()
223 static inline int __pure boot_cpu_type(void) in boot_cpu_type()
/Linux-v4.19/tools/include/linux/
Dcompiler-gcc.h24 #ifndef __pure
25 #define __pure __attribute__((pure)) macro
/Linux-v4.19/drivers/firmware/efi/libstub/
Defistub.h28 extern int __pure nokaslr(void);
29 extern int __pure is_quiet(void);
Defi-stub-helper.c38 int __pure nokaslr(void) in nokaslr()
42 int __pure is_quiet(void) in is_quiet()
/Linux-v4.19/arch/arm/nwfpe/
Dfpopcode.h372 static inline floatx80 __pure getExtendedConstant(const unsigned int nIndex) in getExtendedConstant()
379 static inline float64 __pure getDoubleConstant(const unsigned int nIndex) in getDoubleConstant()
385 static inline float32 __pure getSingleConstant(const unsigned int nIndex) in getSingleConstant()
/Linux-v4.19/arch/arm/include/asm/
Dsystem_info.h26 extern int __pure cpu_architecture(void);
/Linux-v4.19/kernel/locking/
Dqspinlock.c111 static inline __pure u32 encode_tail(int cpu, int idx) in encode_tail()
124 static inline __pure struct mcs_spinlock *decode_tail(u32 tail) in decode_tail()
/Linux-v4.19/arch/x86/include/asm/fpu/
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()
/Linux-v4.19/tools/perf/util/
Dutil.h46 int __pure cacheline_size(void);
Dsort.h156 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains()
/Linux-v4.19/drivers/spi/
Dspi-gpio.c88 static inline struct spi_gpio *__pure
99 static inline struct spi_gpio_platform_data *__pure
/Linux-v4.19/arch/x86/include/asm/
Defi.h211 __pure const struct efi_config *__efi_early(void);
Dcpufeature.h162 static __always_inline __pure bool _static_cpu_has(u16 bit) in _static_cpu_has()
/Linux-v4.19/arch/x86/crypto/
Dcrc32c-intel_glue.c74 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) in crc32c_intel_le_hw()
/Linux-v4.19/arch/s390/crypto/
Dcrc32-vx.c49 static u32 __pure ___fname(u32 crc, \

12