Searched refs:__pure (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/arch/blackfin/include/asm/ |
D | processor.h | 109 static inline uint32_t __pure bfin_revid(void) in bfin_revid() 127 static inline uint16_t __pure bfin_cpuid(void) in bfin_cpuid() 132 static inline uint32_t __pure bfin_dspid(void) in bfin_dspid() 139 static inline uint32_t __pure bfin_compiled_revid(void) in bfin_compiled_revid()
|
/linux-2.6.39/lib/ |
D | crc32.c | 103 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len); 111 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) in crc32_le() 123 u32 __pure crc32_le(u32 crc, unsigned char const *p, size_t len) in crc32_le() 158 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len); 166 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) in crc32_be() 180 u32 __pure crc32_be(u32 crc, unsigned char const *p, size_t len) in crc32_be()
|
/linux-2.6.39/arch/arm/nwfpe/ |
D | fpopcode.h | 372 static inline floatx80 __pure getExtendedConstant(const unsigned int nIndex) in getExtendedConstant() 379 static inline float64 __pure getDoubleConstant(const unsigned int nIndex) in getDoubleConstant() 385 static inline float32 __pure getSingleConstant(const unsigned int nIndex) in getSingleConstant()
|
/linux-2.6.39/arch/x86/include/asm/ |
D | i387.h | 66 static __always_inline __pure bool use_xsaveopt(void) in use_xsaveopt() 71 static __always_inline __pure bool use_xsave(void) in use_xsave() 76 static __always_inline __pure bool use_fxsr(void) in use_fxsr()
|
D | cpufeature.h | 320 static __always_inline __pure bool __static_cpu_has(u16 bit) in __static_cpu_has()
|
/linux-2.6.39/include/linux/ |
D | compiler-gcc.h | 79 #define __pure __attribute__((pure)) macro
|
/linux-2.6.39/arch/x86/crypto/ |
D | crc32c-intel.c | 60 static u32 __pure crc32c_intel_le_hw(u32 crc, unsigned char const *p, size_t len) in crc32c_intel_le_hw()
|
/linux-2.6.39/drivers/spi/ |
D | spi_gpio.c | 91 static inline const struct spi_gpio_platform_data * __pure
|
/linux-2.6.39/drivers/platform/x86/ |
D | thinkpad_acpi.c | 493 static inline bool __pure __init tpacpi_is_lenovo(void) in tpacpi_is_lenovo() 498 static inline bool __pure __init tpacpi_is_ibm(void) in tpacpi_is_ibm() 8609 static bool __pure __init tpacpi_is_fw_digit(const char c) in tpacpi_is_fw_digit() 8615 static bool __pure __init tpacpi_is_valid_fw_id(const char* const s, in tpacpi_is_valid_fw_id()
|
/linux-2.6.39/net/ipv4/netfilter/ |
D | arp_tables.c | 243 static inline __pure
|
D | ip_tables.c | 290 static inline __pure
|
/linux-2.6.39/net/ipv6/netfilter/ |
D | ip6_tables.c | 320 static inline __pure struct ip6t_entry *
|
/linux-2.6.39/net/bridge/netfilter/ |
D | ebtables.c | 178 static inline __pure
|
/linux-2.6.39/net/packet/ |
D | af_packet.c | 225 static inline __pure struct page *pgv_to_page(void *addr) in pgv_to_page()
|