Home
last modified time | relevance | path

Searched refs:src_size (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux.cpp71 const uint32_t src_size = reg_value.GetAsMemoryData( in WriteRegisterRaw() local
73 if (error.Success() && src_size && (src_size < dest_size)) { in WriteRegisterRaw()
75 memcpy(dst + (reg_info->byte_offset & 0x1), src, src_size); in WriteRegisterRaw()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DDataExtractor.cpp398 const size_t src_size = sizeof(uint16_t) * count; in GetU16() local
400 static_cast<const uint16_t *>(GetData(offset_ptr, src_size)); in GetU16()
412 memcpy(void_dst, src, src_size); in GetU16()
447 const size_t src_size = sizeof(uint32_t) * count; in GetU32() local
449 static_cast<const uint32_t *>(GetData(offset_ptr, src_size)); in GetU32()
461 memcpy(void_dst, src, src_size); in GetU32()
495 const size_t src_size = sizeof(uint64_t) * count; in GetU64() local
497 static_cast<const uint64_t *>(GetData(offset_ptr, src_size)); in GetU64()
509 memcpy(void_dst, src, src_size); in GetU64()
/openbsd-src/sys/dev/
H A Dsoftraid_concat.c74 sd->sd_vol.sv_chunks[i]->src_size; in sr_concat_create()
127 chunksize = sd->sd_vol.sv_chunks[chunk]->src_size << in sr_concat_rw()
H A Dsoftraidvar.h495 int64_t src_size; /* in blocks */ member
H A Dsoftraid_crypto.c700 key_disk->src_size = 0; in sr_crypto_create_key_disk()
879 key_disk->src_size = 0; in sr_crypto_read_key_disk()
H A Dsoftraid.c566 scm->scmi.scm_size = chunk->src_size; in sr_meta_init()
1338 hotspare->src_size = bc->sbc_metadata->ssdi.ssd_size; in sr_boot_assembly()
1591 ch_entry->src_size = size; in sr_meta_native_probe()
2879 hotspare->src_size = size; in sr_hotspare()
3010 if (hotspare->src_size >= chunk->src_size && in sr_hotspare_rebuild()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DDataExtractor.h996 constexpr size_t src_size = sizeof(T); in Get() local
999 const T *src = static_cast<const T *>(GetData(offset_ptr, src_size)); in Get()
1003 memcpy(&val, src, src_size); in Get()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.h64 const uint64_t src_offset, const uint64_t src_size,
H A DPlatformAndroid.cpp235 const uint64_t src_size, in DownloadModuleSlice() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h134 const void *src, uint32_t src_size,
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp373 SIZE_T src_size = internal_strlen(src); in INTERCEPTOR() local
375 CHECK_UNPOISONED_STRING(src + src_size, 0); in INTERCEPTOR()
378 CopyShadowAndOrigin(dest + dest_size, src, src_size + 1, &stack); in INTERCEPTOR()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1615 const uint64_t src_size, in DownloadModuleSlice() argument
1639 while (total_bytes_read < src_size) { in DownloadModuleSlice()
1641 src_size - total_bytes_read); in DownloadModuleSlice()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h948 const uint64_t src_size,
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3543 const uint32_t src_size = src_name_to_die.GetSize(); in CopyUniqueClassMethodTypes() local
3549 if (src_size != dst_size) in CopyUniqueClassMethodTypes()
3555 for (idx = 0; idx < src_size; ++idx) { in CopyUniqueClassMethodTypes()
3595 for (idx = 0; idx < src_size; ++idx) { in CopyUniqueClassMethodTypes()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c1235 int src_size, in calculate_init_and_vp() argument
1280 if (*vp_size + *vp_offset > src_size) in calculate_init_and_vp()
1281 *vp_size = src_size - *vp_offset; in calculate_init_and_vp()
1289 *vp_offset = src_size - *vp_offset - *vp_size; in calculate_init_and_vp()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7195 SIZE_T src_size = internal_wcslen(src);
7197 COMMON_INTERCEPTOR_READ_RANGE(ctx, src, (src_size + 1) * sizeof(wchar_t));
7200 (src_size + 1) * sizeof(wchar_t));
7207 SIZE_T src_size = internal_wcsnlen(src, n);
7210 Min(src_size + 1, n) * sizeof(wchar_t));
7213 (src_size + 1) * sizeof(wchar_t));