Home
last modified time | relevance | path

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

12

/Linux-v5.4/lib/
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 …]
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-v5.4/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_attributes.h242 #define __pure __attribute__((__pure__)) macro
/Linux-v5.4/drivers/firmware/efi/libstub/
Defistub.h28 extern int __pure nokaslr(void);
29 extern int __pure is_quiet(void);
30 extern int __pure novamap(void);
Defi-stub-helper.c36 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/
Dcpu-type.h15 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/
Dcompiler-gcc.h26 #ifndef __pure
27 #define __pure __attribute__((pure)) macro
/Linux-v5.4/arch/arm/nwfpe/
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()
/Linux-v5.4/kernel/locking/
Dqspinlock.c114 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/
Dcacheline.h7 int __pure cacheline_size(void);
Dsort.h158 static __pure inline bool hist_entry__has_callchains(struct hist_entry *he) in hist_entry__has_callchains()
/Linux-v5.4/arch/arm/include/asm/
Dsystem_info.h26 extern int __pure cpu_architecture(void);
/Linux-v5.4/arch/x86/include/asm/fpu/
Dinternal.h61 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/
Defi.h211 __pure const struct efi_config *__efi_early(void);
/Linux-v5.4/arch/x86/crypto/
Dcrc32c-intel_glue.c62 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/
Dprogramming-language.rst36 Il kernel definisce alcune pseudo parole chiave (per esempio ``__pure``)
/Linux-v5.4/Documentation/process/
Dprogramming-language.rst31 The kernel defines pseudo-keywords (e.g. ``__pure``) instead of using
/Linux-v5.4/drivers/dma/
Dbcm-sba-raid.c171 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()

12