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