/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointAlgorithms.cpp | 85 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 D | memprof_allocator.cpp | 314 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 D | memprof_allocator.h | 43 uptr user_size) const { in OnMapSecondary()
|
/freebsd/share/examples/scsi_target/ |
H A D | scsi_target.c | 108 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 D | sanitizer_allocator_report.cpp | 118 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 D | sanitizer_allocator_report.h | 33 void NORETURN ReportAllocationSizeTooBig(uptr user_size, uptr max_size,
|
H A D | sanitizer_allocator.h | 68 uptr user_size) const {} in OnMapSecondary()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | WatchpointAlgorithms.h | 98 size_t user_size,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_allocator.h | 58 uptr user_size) const { in OnMapSecondary()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_errors.h | 237 uptr user_size; member 246 user_size(user_size_), in ErrorAllocationSizeTooBig()
|
H A D | asan_report.cpp | 310 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 D | asan_allocator.cpp | 291 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 D | dfsan_allocator.cpp | 34 uptr user_size) const { in OnMapSecondary()
|
/freebsd/sys/dev/usb/net/ |
H A D | mbim.h | 521 uint32_t user_size; member
|
H A D | if_umb.c | 2500 sc->sc_info.usernamelen, &c->user_offs, &c->user_size)) in umb_send_connect()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_allocator.cpp | 36 uptr user_size) const {} in OnMapSecondary()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_mman.cpp | 31 uptr user_size) const {}; in OnMapSecondary()
|