Home
last modified time | relevance | path

Searched defs:LE64 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/elfutils/lib/
H A Dsystem.h70 # define LE64(n) (n) macro
77 # define LE64(n) bswap_64 (n) macro
/aosp_15_r20/external/trusty/lk/lib/libc/include/
Dendian.h46 #define LE64(val) SWAP_64(val) macro
53 #define LE64(val) (val) macro
/aosp_15_r20/external/coreboot/tests/include/tests/lib/
H A Dcbfs_util.h21 #define LE64(val64) EMPTY_WRAP( \ macro
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/include/mocks/
H A Dcbfs_util.h21 #define LE64(val64) EMPTY_WRAP( \ macro
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp563 typedef ELFType<support::little, true> LE64; in yaml2elf() typedef