Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dimage-header.c36 # define LE16(x) (x) macro
38 # define LE16(x) bswap_16 (x) macro
79 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1) in __libdw_image_header()
81 && 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