Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Utility/
DDataExtractor.cpp403 uint16_t *dst_pos = static_cast<uint16_t *>(void_dst); in GetU16() local
404 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() local
453 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 …]
/openbsd/src/usr.bin/less/
Dcvt.c73 int dst_pos = dst - odst; in cvt_text() local
91 chpos[dst_pos] = src_pos; in cvt_text()
100 chpos[dst_pos] = src_pos; in cvt_text()