Home
last modified time | relevance | path

Searched refs:user_size (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointAlgorithms.cpp85 WatchpointAlgorithms::PowerOf2Watchpoints(addr_t user_addr, size_t user_size, in PowerOf2Watchpoints() argument
94 user_addr, user_size, min_byte_size, max_byte_size, in PowerOf2Watchpoints()
98 if (user_size == 0) in PowerOf2Watchpoints()
101 size_t aligned_size = std::max(user_size, min_byte_size); in PowerOf2Watchpoints()
112 aligned_start + aligned_size >= user_addr + user_size) in PowerOf2Watchpoints()
132 aligned_start + aligned_size >= user_addr + user_size) in PowerOf2Watchpoints()
148 const addr_t user_end_address = user_addr + user_size; in PowerOf2Watchpoints()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp314 static MemInfoBlock CreateNewMIB(uptr p, MemprofChunk *m, u64 user_size) { in CreateNewMIB()
316 return CreateNewMIBWithHistogram(p, m, user_size); in CreateNewMIB()
318 return CreateNewMIBWithoutHistogram(p, m, user_size); in CreateNewMIB()
323 u64 user_size) { in CreateNewMIBWithHistogram()
325 u64 c = GetShadowCountHistogram(p, user_size); in CreateNewMIBWithHistogram()
328 RoundUpTo(user_size, HISTOGRAM_GRANULARITY) / HISTOGRAM_GRANULARITY; in CreateNewMIBWithHistogram()
337 MemInfoBlock newMIB(user_size, c, m->timestamp_ms, curtime, m->cpu_id, in CreateNewMIBWithHistogram()
343 u64 user_size) { in CreateNewMIBWithoutHistogram()
344 u64 c = GetShadowCount(p, user_size); in CreateNewMIBWithoutHistogram()
346 MemInfoBlock newMIB(user_size, c, m->timestamp_ms, curtime, m->cpu_id, in CreateNewMIBWithoutHistogram()
H A Dmemprof_allocator.h43 uptr user_size) const { in OnMapSecondary()
/freebsd/share/examples/scsi_target/
H A Dscsi_target.c108 off_t user_size; in main() local
113 user_size = 0; in main()
175 user_size = strtoll(optarg, (char **)NULL, /*base*/10); in main()
176 user_size <<= shift; in main()
177 if (user_size < 0) in main()
234 if (user_size == 0) { in main()
252 volume_size = user_size / sector_size; in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp118 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size, in ReportAllocationSizeTooBig() argument
123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
H A Dsanitizer_allocator_report.h33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
H A Dsanitizer_allocator.h68 uptr user_size) const {} in OnMapSecondary()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointAlgorithms.h98 size_t user_size,
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.h58 uptr user_size) const { in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.h237 uptr user_size; member
246 user_size(user_size_), in ErrorAllocationSizeTooBig()
H A Dasan_report.cpp310 void ReportAllocationSizeTooBig(uptr user_size, uptr total_size, uptr max_size, in ReportAllocationSizeTooBig() argument
313 ErrorAllocationSizeTooBig error(GetCurrentTidOrInvalid(), stack, user_size, in ReportAllocationSizeTooBig()
H A Dasan_allocator.cpp291 uptr user_size) const { in OnMapSecondary()
292 uptr user_end = RoundDownTo(user_begin + user_size, ASAN_SHADOW_GRANULARITY); in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp34 uptr user_size) const { in OnMapSecondary()
/freebsd/sys/dev/usb/net/
H A Dmbim.h521 uint32_t user_size; member
H A Dif_umb.c2500 sc->sc_info.usernamelen, &c->user_offs, &c->user_size)) in umb_send_connect()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp36 uptr user_size) const {} in OnMapSecondary()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.cpp31 uptr user_size) const {}; in OnMapSecondary()