Searched refs:__pure (Results 1 – 9 of 9) sorted by relevance
/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 | 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 | 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 | compiler_attributes.h | 270 #define __pure __attribute__((__pure__)) macro
|
D | cpumask.h | 209 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);
|
D | bitmap.h | 140 bool __pure __bitmap_or_equal(const unsigned long *src1,
|
D | efi.h | 798 bool __pure __efi_soft_reserve_enabled(void); 800 static inline bool __pure efi_soft_reserve_enabled(void) in efi_soft_reserve_enabled()
|