OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LE32
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libdwfl/
link_map.c
65
# define
LE32
(x) bswap_32 (x)
68
# define
LE32
(x) (x)
116
if (u->a32[i].a_type ==
LE32
(PROBE_TYPE)
117
&& u->a32[i].a_un.a_val ==
LE32
(PROBE_VAL32))
319
addrs[i] =
LE32
(in->a32[i]);
585
? BE32 (u->a32) :
LE32
(u->a32));
/external/speex/libspeex/
jitter.c
74
#define
LE32
(a,b) (((spx_int32_t)((a)-(b)))<=0)
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/llvm/tools/yaml2obj/
yaml2elf.cpp
385
typedef ELFType<support::little, 4, false>
LE32
;
394
return writeELF<
LE32
>(outs(), Doc);
/external/chromium_org/third_party/libjingle/source/talk/base/
testutils.h
539
#define
LE32
(x) BYTE_CAST(((uint32)x) >> 0), BYTE_CAST(((uint32)x) >> 8), \
569
#define TE32
LE32
Completed in 834 milliseconds