Searched refs:__constant_be64_to_cpu (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/byteorder/
H A Dbig_endian.h45 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
H A Dlittle_endian.h45 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x)) macro

Completed in 97 milliseconds