Searched refs:conv32le (Results 1 – 3 of 3) sorted by relevance
93 # define conv32le(num) LE_32(num) macro155 # ifndef conv32le156 # define conv32le(num) bswap32(num) macro174 # ifndef conv32le175 # define conv32le(num) ((uint32_t)(num)) macro215 return conv32le(num); in read32le()244 #define write32le(buf, num) write32ne((buf), conv32le(num))
153 check->buffer.u32[0] = conv32le(check->state.crc32); in lzma_check_finish()
567 "%08" PRIx32, conv32le(buf.u32[0])); in parse_check_value()