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

/external/elfutils/0.153/libdwfl/
H A Dimage-header.c57 # define LE16(x) (x) macro
59 # define LE16(x) bswap_16 (x) macro
100 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1)
102 && LE16 (*(uint16_t *) (header + H_VERSION)) >= MIN_VERSION)
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h547 #define LE16(x) BYTE_CAST(((uint16)x) >> 0), BYTE_CAST(((uint16)x) >> 8) macro
578 #define TE16 LE16

Completed in 205 milliseconds