Searched refs:dst_byte (Results 1 – 1 of 1) sorted by relevance
145 char* dst_byte = static_cast<char*>(dst); in RelaxedCopyFromAtomic() local148 std::memcpy(dst_byte, &word, sizeof(word)); in RelaxedCopyFromAtomic()149 dst_byte += sizeof(word); in RelaxedCopyFromAtomic()155 std::memcpy(dst_byte, &word, size); in RelaxedCopyFromAtomic()