Home
last modified time | relevance | path

Searched refs:__be32_to_cpu (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/byteorder/
H A Dbig_endian.h54 #define __be32_to_cpu(x) ((__force __u32) (__be32) (x)) macro
H A Dlittle_endian.h54 #define __be32_to_cpu(x) __swab32((__force __u32) (__be32) (x)) macro
/aosp12/bionic/libc/kernel/uapi/scsi/fc/
H A Dfc_els.h146 #define FC_TLV_DESC_SZ_FROM_LENGTH(tlv) (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ)