Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dimage-header.c40 # define LE16(x) (x) macro
42 # define LE16(x) bswap_16 (x) macro
83 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1) in __libdw_image_header()
85 && LE16 (*(uint16_t *) (header + H_VERSION)) >= MIN_VERSION) in __libdw_image_header()
/external/webrtc/webrtc/base/
Dtestutils.h549 #define LE16(x) BYTE_CAST(((uint16_t)x) >> 0), BYTE_CAST(((uint16_t)x) >> 8) macro
584 #define TE16 LE16
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrInfo.td593 def LE16 : BSWAP<16, "le16", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 48)))]>;