Searched refs:dst_pos (Results 1 – 3 of 3) sorted by relevance
79 int dst_pos = (int) (dst - odst); local103 chpos[dst_pos] = src_pos;
493 uint16_t *dst_pos = (uint16_t *)void_dst; in GetU16() local494 uint16_t *dst_end = dst_pos + count; in GetU16()496 while (dst_pos < dst_end) in GetU16()498 *dst_pos = ReadSwapInt16 (src_pos); in GetU16()499 ++dst_pos; in GetU16()556 uint32_t *dst_pos = (uint32_t *)void_dst; in GetU32() local557 uint32_t *dst_end = dst_pos + count; in GetU32()559 while (dst_pos < dst_end) in GetU32()561 *dst_pos = ReadSwapInt32 (src_pos); in GetU32()562 ++dst_pos; in GetU32()[all …]
1914 int lim_idx, src_pos, dst_pos; in check_dst_limits() local1925 dst_pos = check_dst_limits_calc_pos (mctx, limits->elems[lim_idx], in check_dst_limits()1936 if (src_pos == dst_pos) in check_dst_limits()