Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDcvt.c79 int dst_pos = (int) (dst - odst); local
103 chpos[dst_pos] = src_pos;
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDataExtractor.cpp493 uint16_t *dst_pos = (uint16_t *)void_dst; in GetU16() local
494 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() local
557 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 …]
/NextBSD/contrib/libgnuregex/
HDregexec.c1914 int lim_idx, src_pos, dst_pos; in check_dst_limits() local
1925 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()