/Linux-v5.4/lib/ |
D | crc32.c | 57 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 …]
|
D | crc64.c | 43 u64 __pure crc64_be(u64 crc, const void *p, size_t len) in crc64_be()
|
D | glob.c | 40 bool __pure glob_match(char const *pat, char const *str) in glob_match()
|
D | globtest.c | 19 static bool __pure __init test(char const *pat, char const *str, bool expected) in test()
|
/Linux-v5.4/include/linux/ |
D | crc32.h | 11 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);
|
D | stringhash.h | 66 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);
|
D | bcm963xx_nvram.h | 54 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()
|
D | glob.h | 8 bool __pure glob_match(char const *pat, char const *str);
|
D | crc64.h | 10 u64 __pure crc64_be(u64 crc, const void *p, size_t len);
|
D | compiler_attributes.h | 242 #define __pure __attribute__((__pure__)) macro
|
/Linux-v5.4/drivers/firmware/efi/libstub/ |
D | efistub.h | 28 extern int __pure nokaslr(void); 29 extern int __pure is_quiet(void); 30 extern int __pure novamap(void);
|
D | efi-stub-helper.c | 36 int __pure nokaslr(void) in nokaslr() 40 int __pure is_quiet(void) in is_quiet() 44 int __pure novamap(void) in novamap()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | cpu-type.h | 15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type() 203 static inline int __pure current_cpu_type(void) in current_cpu_type() 210 static inline int __pure boot_cpu_type(void) in boot_cpu_type()
|
/Linux-v5.4/tools/include/linux/ |
D | compiler-gcc.h | 26 #ifndef __pure 27 #define __pure __attribute__((pure)) macro
|
/Linux-v5.4/arch/arm/nwfpe/ |
D | fpopcode.h | 360 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()
|
/Linux-v5.4/kernel/locking/ |
D | qspinlock.c | 114 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() 132 static inline __pure
|
/Linux-v5.4/tools/perf/util/ |
D | cacheline.h | 7 int __pure cacheline_size(void);
|
D | sort.h | 158 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains()
|
/Linux-v5.4/arch/arm/include/asm/ |
D | system_info.h | 26 extern int __pure cpu_architecture(void);
|
/Linux-v5.4/arch/x86/include/asm/fpu/ |
D | internal.h | 61 static __always_inline __pure bool use_xsaveopt(void) in use_xsaveopt() 66 static __always_inline __pure bool use_xsave(void) in use_xsave() 71 static __always_inline __pure bool use_fxsr(void) in use_fxsr()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | efi.h | 211 __pure const struct efi_config *__efi_early(void);
|
/Linux-v5.4/arch/x86/crypto/ |
D | crc32c-intel_glue.c | 62 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) in crc32c_intel_le_hw()
|
/Linux-v5.4/Documentation/translations/it_IT/process/ |
D | programming-language.rst | 36 Il kernel definisce alcune pseudo parole chiave (per esempio ``__pure``)
|
/Linux-v5.4/Documentation/process/ |
D | programming-language.rst | 31 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
|
/Linux-v5.4/drivers/dma/ |
D | bcm-sba-raid.c | 171 static inline u64 __pure sba_cmd_enc(u64 cmd, u32 val, u32 shift, u32 mask) in sba_cmd_enc() 178 static inline u32 __pure sba_cmd_load_c_mdata(u32 b0) in sba_cmd_load_c_mdata() 183 static inline u32 __pure sba_cmd_write_c_mdata(u32 b0) in sba_cmd_write_c_mdata() 188 static inline u32 __pure sba_cmd_xor_c_mdata(u32 b1, u32 b0) in sba_cmd_xor_c_mdata() 194 static inline u32 __pure sba_cmd_pq_c_mdata(u32 d, u32 b1, u32 b0) in sba_cmd_pq_c_mdata()
|