| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux.cpp | 71 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 D | DataExtractor.cpp | 398 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 D | softraid_concat.c | 74 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 D | softraidvar.h | 495 int64_t src_size; /* in blocks */ member
|
| H A D | softraid_crypto.c | 700 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 D | softraid.c | 566 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 D | DataExtractor.h | 996 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 D | PlatformAndroid.h | 64 const uint64_t src_offset, const uint64_t src_size,
|
| H A D | PlatformAndroid.cpp | 235 const uint64_t src_size, in DownloadModuleSlice() argument
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| H A D | CommunicationKDP.h | 134 const void *src, uint32_t src_size,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 373 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 D | Platform.cpp | 1615 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 D | Platform.h | 948 const uint64_t src_size,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 3543 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 D | dc_resource.c | 1235 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 D | sanitizer_common_interceptors.inc | 7195 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));
|