Searched refs:dst_pos (Results 1 – 2 of 2) sorted by relevance
403 uint16_t *dst_pos = static_cast<uint16_t *>(void_dst); in GetU16() local404 uint16_t *dst_end = dst_pos + count; in GetU16()406 while (dst_pos < dst_end) { in GetU16()407 *dst_pos = ReadSwapInt16(src_pos); in GetU16()408 ++dst_pos; in GetU16()452 uint32_t *dst_pos = static_cast<uint32_t *>(void_dst); in GetU32() local453 uint32_t *dst_end = dst_pos + count; in GetU32()455 while (dst_pos < dst_end) { in GetU32()456 *dst_pos = ReadSwapInt32(src_pos); in GetU32()457 ++dst_pos; in GetU32()[all …]
73 int dst_pos = dst - odst; in cvt_text() local91 chpos[dst_pos] = src_pos; in cvt_text()100 chpos[dst_pos] = src_pos; in cvt_text()