Searched defs:LE32 (Results 1 – 4 of 4) sorted by relevance
42 # define LE32(n) (n) macro49 # define LE32(n) bswap_32 (n) macro
31 #define LE32(x) ((__BYTE_ORDER != __BIG_ENDIAN) ? (x) : __bswap_constant_32(x)) macro
565 typedef ELFType<support::little, false> LE32; in yaml2elf() typedef
72 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) macro