Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp145 AugmentArgSize(bool is_rv64,size_t size_in_bytes) AugmentArgSize() argument
368 SetSizedInteger(Scalar & scalar,uint64_t raw_value,uint8_t size_in_bytes,bool is_signed) SetSizedInteger() argument
394 SetSizedFloat(Scalar & scalar,uint64_t raw_value,uint8_t size_in_bytes) SetSizedFloat() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp330 ReadUnsignedIntWithSizeInBytes(addr_t addr,int size_in_bytes) ReadUnsignedIntWithSizeInBytes() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h291 size_type size_in_bytes() const { return size() * sizeof(T); } size_in_bytes() function
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2719 CharUnits size_in_bytes = getBitmapBlockLayout() local