Home
last modified time | relevance | path

Searched defs:size_in_bytes (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp173 static inline size_t AugmentArgSize(size_t size_in_bytes) { in AugmentArgSize()
384 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger()
410 uint8_t size_in_bytes) { in SetSizedFloat()
428 uint8_t size_in_bytes) { in ReadRawValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp146 static inline size_t AugmentArgSize(bool is_rv64, size_t size_in_bytes) { in AugmentArgSize()
369 uint8_t size_in_bytes, bool is_signed) { in SetSizedInteger()
395 uint8_t size_in_bytes) { in SetSizedFloat()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp348 int size_in_bytes) { in ReadUnsignedIntWithSizeInBytes()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h292 size_type size_in_bytes() const { return size() * sizeof(T); } in size_in_bytes() function
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c60 u32 size_in_bytes; in ecore_rdma_bmap_alloc() local
H A Decore_dbg_fw_funcs.c4566 u32 size_in_bytes, in ecore_mcp_trace_read_meta()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2726 CharUnits size_in_bytes = in getBitmapBlockLayout() local