Searched refs:LE32 (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/0.153/libdwfl/
H A Dimage-header.c101 && *(uint32_t *) (header + H_MAGIC2) == LE32 (MAGIC2)
107 uint32_t offset = LE32 (*(uint32_t *) (header + H_PAYLOAD_OFFSET));
108 uint32_t length = LE32 (*(uint32_t *) (header + H_PAYLOAD_LENGTH));
H A Dlink_map.c65 # define LE32(x) bswap_32 (x) macro
68 # define LE32(x) (x) macro
116 if (u->a32[i].a_type == LE32 (PROBE_TYPE)
117 && u->a32[i].a_un.a_val == LE32 (PROBE_VAL32))
312 addrs[i] = LE32 (in->a32[i]);
581 ? BE32 (u->a32) : LE32 (u->a32));
/external/elfutils/0.153/lib/
H A Dsystem.h59 # define LE32(n) (n) macro
63 # define LE32(n) bswap_32 (n) macro
H A Dmd5.c39 #define SWAP(n) LE32 (n)
/external/speex/libspeex/
H A Djitter.c74 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) macro
380 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp))
535 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GE32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp+desired_span))
545 if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GT32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp))
798 if (jitter->packets[i].data && LE32(jitter->pointer_timestamp, jitter->packets[i].timestamp))
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h549 #define LE32(x) BYTE_CAST(((uint32)x) >> 0), BYTE_CAST(((uint32)x) >> 8), \ macro
579 #define TE32 LE32
/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp481 typedef ELFType<support::little, 4, false> LE32; typedef
490 return ELFState<LE32>::writeELF(Out, Doc);

Completed in 8404 milliseconds