Lines Matching +defs:val +defs:bytes
30 #define BCMSWAP16(val) \ argument
35 #define BCMSWAP32(val) \ argument
42 #define BCMSWAP32BY16(val) \ argument
101 #define bcmswap16(val) ({ \ argument
106 #define bcmswap32(val) ({ \ argument
111 #define bcmswap32by16(val) ({ \ argument
125 #define htol16_ua_store(val, bytes) ({ \ argument
132 #define htol32_ua_store(val, bytes) ({ \ argument
141 #define hton16_ua_store(val, bytes) ({ \ argument
148 #define hton32_ua_store(val, bytes) ({ \ argument
157 #define ltoh16_ua(bytes) ({ \ argument
162 #define ltoh32_ua(bytes) ({ \ argument
167 #define ntoh16_ua(bytes) ({ \ argument
172 #define ntoh32_ua(bytes) ({ \ argument
181 bcmswap16(uint16 val) in bcmswap16()
187 bcmswap32(uint32 val) in bcmswap32()
193 bcmswap32by16(uint32 val) in bcmswap32by16()
216 htol16_ua_store(uint16 val, uint8 *bytes) in htol16_ua_store()
226 htol32_ua_store(uint32 val, uint8 *bytes) in htol32_ua_store()
238 hton16_ua_store(uint16 val, uint8 *bytes) in hton16_ua_store()
248 hton32_ua_store(uint32 val, uint8 *bytes) in hton32_ua_store()
260 ltoh16_ua(const void *bytes) in ltoh16_ua()
269 ltoh32_ua(const void *bytes) in ltoh32_ua()
278 ntoh16_ua(const void *bytes) in ntoh16_ua()
287 ntoh32_ua(const void *bytes) in ntoh32_ua()