Home
last modified time | relevance | path

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