Home
last modified time | relevance | path

Searched defs:LE32 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/elfutils/lib/
H A Dsystem.h69 # define LE32(n) (n) macro
76 # define LE32(n) bswap_32 (n) macro
/aosp_15_r20/external/trusty/lk/lib/libc/include/
Dendian.h47 #define LE32(val) SWAP_32(val) macro
54 #define LE32(val) (val) macro
/aosp_15_r20/external/coreboot/tests/include/tests/lib/
H A Dcbfs_util.h17 #define LE32(val32) EMPTY_WRAP(\ macro
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/include/mocks/
H A Dcbfs_util.h17 #define LE32(val32) EMPTY_WRAP(\ macro
/aosp_15_r20/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp565 typedef ELFType<support::little, false> LE32; in yaml2elf() typedef
/aosp_15_r20/external/speex/libspeexdsp/
H A Djitter.c72 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) macro