Searched defs:size_in_bytes (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_dlsym.h34 static void *Allocate(uptr size_in_bytes) { argument
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp329 ReadUnsignedIntWithSizeInBytes(addr_t addr, int size_in_bytes) argument
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c60 u32 size_in_bytes; local
H A Decore_dbg_fw_funcs.c4563 ecore_mcp_trace_read_meta(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 nvram_offset_in_bytes, u32 size_in_bytes, u32 *buf) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp173 static inline size_t AugmentArgSize(size_t size_in_bytes) { argument
383 SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, bool is_signed) argument
409 SetSizedFloat(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes) argument
427 ReadRawValue(const RegisterContextSP &reg_ctx, uint8_t size_in_bytes) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h291 size_type size_in_bytes() const { return size() * sizeof(T); } function in class:llvm::SmallVectorTemplateCommon
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ABI/RISCV/
H A DABISysV_riscv.cpp145 static inline size_t AugmentArgSize(bool is_rv64, size_t size_in_bytes) { argument
367 SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, bool is_signed) argument
393 SetSizedFloat(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2719 CharUnits size_in_bytes = local

Completed in 198 milliseconds