Searched refs:LE32 (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | image-header.c | 86 if (magic1 == LE16 (MAGIC1) && magic2 == LE32 (MAGIC2) in __libdw_image_header() 98 offset = LE32 (offset); in __libdw_image_header() 99 length = LE32 (length); in __libdw_image_header()
|
D | link_map.c | 88 if (type == LE32 (PROBE_TYPE) in do_check32() 89 && val == LE32 (PROBE_VAL32)) in do_check32() 281 addrs[i] = LE32 (read_4ubyte_unaligned_noncvt (addr + i * 4)); in read_addrs() 669 ? BE32 (u->a32) : LE32 (u->a32)); in consider_executable()
|
D | ChangeLog | 2008 * link_map.c (BE32, BE64, LE32, LE64): Delete the definitions, move 2186 * image-header.c (LE32): Macro removed (now in lib/system.h).
|
/third_party/elfutils/lib/ |
D | system.h | 68 # define LE32(n) (n) macro 75 # define LE32(n) bswap_32 (n) macro
|
D | ChangeLog | 322 * system.h (LE32, BE32): New macros, using <endian.h> and <byteswap.h>. 323 * md5.c (SWAP): Use LE32.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 686 def LE32 : BSWAP<32, "le32", BPF_TO_LE, [(set GPR:$dst, (srl (bswap GPR:$src), (i64 32)))]>;
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 21977 video-format: Fix 10LE32 formats packing function
|