Searched refs:src_pos (Results 1 – 2 of 2) sorted by relevance
72 int src_pos = src - osrc; in cvt_text() local91 chpos[dst_pos] = src_pos; in cvt_text()100 chpos[dst_pos] = src_pos; in cvt_text()
405 const uint16_t *src_pos = src; in GetU16() local407 *dst_pos = ReadSwapInt16(src_pos); in GetU16()409 ++src_pos; in GetU16()454 const uint32_t *src_pos = src; in GetU32() local456 *dst_pos = ReadSwapInt32(src_pos); in GetU32()458 ++src_pos; in GetU32()502 const uint64_t *src_pos = src; in GetU64() local504 *dst_pos = ReadSwapInt64(src_pos); in GetU64()506 ++src_pos; in GetU64()885 const uint8_t *src_pos = src; in Skip_LEB128() local[all …]