Home
last modified time | relevance | path

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

/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);
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);
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()
Dcompiler_attributes.h270 #define __pure __attribute__((__pure__)) macro
Dcpumask.h209 unsigned int __pure cpumask_next(int n, const struct cpumask *srcp);
226 int __pure cpumask_next_and(int n, const struct cpumask *, const struct cpumask *);
227 int __pure cpumask_any_but(const struct cpumask *mask, unsigned int cpu);
Dbitmap.h140 bool __pure __bitmap_or_equal(const unsigned long *src1,
Defi.h798 bool __pure __efi_soft_reserve_enabled(void);
800 static inline bool __pure efi_soft_reserve_enabled(void) in efi_soft_reserve_enabled()