Searched refs:__pure (Results 1 – 7 of 7) 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 | 242 #define __pure __attribute__((__pure__)) macro
|
D | bitmap.h | 123 extern bool __pure __bitmap_or_equal(const unsigned long *src1,
|