Home
last modified time | relevance | path

Searched refs:dst_size (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h118 uint32_t dst_size,
130 uint32_t dst_size,
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsbitmap.c279 unsigned int i, dst_size = dst->size; local
286 if (a->size < dst_size)
296 if (dst != a && i != dst_size)
297 for (; i < dst_size; i++)
/openbsd/gnu/gcc/gcc/
H A Dsbitmap.c298 unsigned int i, dst_size = dst->size; in sbitmap_difference() local
305 gcc_assert (a->size >= dst_size); in sbitmap_difference()
314 if (dst != a && i != dst_size) in sbitmap_difference()
315 for (; i < dst_size; i++) in sbitmap_difference()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3544 const uint32_t dst_size = dst_name_to_die.GetSize(); in CopyUniqueClassMethodTypes() local
3549 if (src_size != dst_size) in CopyUniqueClassMethodTypes()
3607 for (idx = 0; idx < dst_size; ++idx) { in CopyUniqueClassMethodTypes()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7196 SIZE_T dst_size = internal_wcslen(dst);
7198 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
7199 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
7208 SIZE_T dst_size = internal_wcslen(dst);
7211 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
7212 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,