Searched refs:LE32 (Results 1 – 11 of 11) sorted by relevance
/external/llvm/test/Object/ |
D | yaml2obj-elf-bits-endian.test | 3 …UN: yaml2obj -format=elf %p/Inputs/ELF/LE32.yaml | llvm-readobj -file-headers - | FileCheck %s --c… 12 LE32: Class: 32-bit (0x1) 13 LE32-NEXT: DataEncoding: LittleEndian (0x1)
|
/external/elfutils/0.153/libdwfl/ |
D | image-header.c | 101 && *(uint32_t *) (header + H_MAGIC2) == LE32 (MAGIC2) in __libdw_image_header() 107 uint32_t offset = LE32 (*(uint32_t *) (header + H_PAYLOAD_OFFSET)); in __libdw_image_header() 108 uint32_t length = LE32 (*(uint32_t *) (header + H_PAYLOAD_LENGTH)); in __libdw_image_header()
|
D | link_map.c | 65 # define LE32(x) bswap_32 (x) macro 68 # define LE32(x) (x) macro 116 if (u->a32[i].a_type == LE32 (PROBE_TYPE) in auxv_format_probe() 117 && u->a32[i].a_un.a_val == LE32 (PROBE_VAL32)) in auxv_format_probe() 310 addrs[i] = LE32 (in->a32[i]); in report_r_debug() 578 ? BE32 (u->a32) : LE32 (u->a32)); in consider_executable()
|
D | ChangeLog | 31 * image-header.c (LE32): Macro removed (now in lib/system.h).
|
/external/elfutils/0.153/lib/ |
D | system.h | 59 # define LE32(n) (n) macro 63 # define LE32(n) bswap_32 (n) macro
|
D | ChangeLog | 18 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>. 19 * md5.c (SWAP): Use LE32.
|
D | md5.c | 39 #define SWAP(n) LE32 (n)
|
/external/llvm/test/CodeGen/Mips/ |
D | elf_eflags.ll | 19 …unknown-linux -mcpu=mips32 -relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-LE32 %s 37 ; CHECK-LE32: .abicalls 38 ; CHECK-LE32: .option pic0 39 ; CHECK-LE32: .set noreorder
|
/external/speex/libspeex/ |
D | jitter.c | 74 #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… in jitter_buffer_put() 535 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GE… in jitter_buffer_get() 545 …if (jitter->packets[i].data && LE32(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GT… in jitter_buffer_get() 798 … if (jitter->packets[i].data && LE32(jitter->pointer_timestamp, jitter->packets[i].timestamp)) in jitter_buffer_ctl()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 481 typedef ELFType<support::little, 4, false> LE32; in yaml2elf() typedef 490 return ELFState<LE32>::writeELF(Out, Doc); in yaml2elf()
|
/external/chromium_org/third_party/webrtc/base/ |
D | testutils.h | 549 #define LE32(x) BYTE_CAST(((uint32)x) >> 0), BYTE_CAST(((uint32)x) >> 8), \ macro 579 #define TE32 LE32
|