Searched refs:__attribute_const__ (Results 1 – 5 of 5) sorted by relevance
14 static __inline__ __attribute_const__ __u16 ___arch__swab16(__u16 x) in ___arch__swab16()25 static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32()39 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 x) in ___arch__swab64()
260 static inline __attribute_const__ ofnode dev_ofnode(const struct udevice *dev) in dev_ofnode()280 static inline __attribute_const__ int dev_of_offset(const struct udevice *dev) in dev_of_offset()289 static inline __attribute_const__ bool dev_has_ofnode(const struct udevice *dev) in dev_has_ofnode()
47 __attribute_const__ void *ofnode_to_fdt(ofnode node);57 __attribute_const__ int ofnode_to_offset(ofnode node);93 static inline __attribute_const__ int ofnode_to_offset(ofnode node) in ofnode_to_offset()
189 static inline __attribute_const__
103 #define __attribute_const__ __attribute__((__const__)) macro
Completed in 10 milliseconds