Searched defs:LE32 (Results 1 – 6 of 6) sorted by relevance
69 # define LE32(n) (n) macro76 # define LE32(n) bswap_32 (n) macro
47 #define LE32(val) SWAP_32(val) macro54 #define LE32(val) (val) macro
17 #define LE32(val32) EMPTY_WRAP(\ macro
565 typedef ELFType<support::little, false> LE32; in yaml2elf() typedef
72 #define LE32(a,b) (((spx_int32_t)((a)-(b)))<=0) macro