Searched refs:get_u32_le (Results 1 – 1 of 1) sorted by relevance
243 uint32_t get_u32_le(const uint8_t* bytes) { in get_u32_le() function249 uint64_t lo = static_cast<uint64_t>(get_u32_le(bytes)); in get_u64_le()250 uint64_t hi = static_cast<uint64_t>(get_u32_le(bytes + 4)); in get_u64_le()313 return (buf != NULL) ? get_u32_le(buf) : 0; in GetU32At()