Home
last modified time | relevance | path

Searched refs:SetBytes (Results 1 – 1 of 1) sorted by relevance

/art/libartbase/base/
Dendian_utils.h66 inline void SetBytes(uint8_t* buf, T val) { in SetBytes() function
75 SetBytes<uint16_t>(buf, htobe16(val)); in Set2BE()
79 SetBytes<uint32_t>(buf, htobe32(val)); in Set4BE()
83 SetBytes<uint64_t>(buf, htobe64(val)); in Set8BE()