HomeSort by relevance Sort by last modified time
    Searched refs:LE16 (Results 1 - 2 of 2) sorted by null

  /external/elfutils/libdwfl/
image-header.c 40 # define LE16(x) (x)
42 # define LE16(x) bswap_16 (x)
83 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1)
85 && LE16 (*(uint16_t *) (header + H_VERSION)) >= MIN_VERSION)
  /external/webrtc/webrtc/base/
testutils.h 549 #define LE16(x) BYTE_CAST(((uint16_t)x) >> 0), BYTE_CAST(((uint16_t)x) >> 8)
584 #define TE16 LE16

Completed in 214 milliseconds