Searched refs:size_in_bytes (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-log.h111 * @param size_in_bytes
115 void cvmx_log_structure(const char *type, void *data, int size_in_bytes) CVMX_LOG_DISABLE_PC_LOGGING;
H A Dcvmx-log.c363 * @param size_in_bytes
367 void cvmx_log_structure(const char *type, void *data, int size_in_bytes) argument
369 uint64_t size_in_dwords = (size_in_bytes + 7) >> 3;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp42 static void *AllocateFromLocalPool(uptr size_in_bytes) { argument
43 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize;
65 uptr size_in_bytes) {
73 uptr aligned_size = RoundUpTo(size_in_bytes, kWordSize);
64 PosixMemalignFromLocalPool(void **memptr, uptr alignment, uptr size_in_bytes) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp174 inline size_t AugmentArgSize(size_t size_in_bytes) { argument
175 return llvm::alignTo(size_in_bytes, word_size);
384 bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, argument
386 switch (size_in_bytes) {
410 bool SetSizedFloat(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes) { argument
411 switch (size_in_bytes) {
427 uint64_t ReadRawValue(const RegisterContextSP &reg_ctx, uint8_t size_in_bytes) { argument
435 if (sizeof(uint64_t) == size_in_bytes)
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h298 int64_t ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp221 int size_in_bytes) {
224 m_process->ReadUnsignedIntegerFromMemory(addr, size_in_bytes, 0, error);
220 ReadUnsignedIntWithSizeInBytes(addr_t addr, int size_in_bytes) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp56 static void *AllocateFromLocalPool(uptr size_in_bytes) { argument
57 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize;
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_rdma.c62 u32 size_in_bytes; local
73 size_in_bytes = sizeof(unsigned long) *
76 bmap->bitmap = OSAL_ZALLOC(p_hwfn->p_dev, GFP_KERNEL, size_in_bytes);
H A Decore_dbg_fw_funcs.c4565 u32 size_in_bytes,
4573 status = ecore_nvram_read(p_hwfn, p_ptt, nvram_offset_in_bytes, size_in_bytes, buf);
4562 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-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp85 static void *AllocateFromLocalPool(uptr size_in_bytes) { argument
86 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h163 size_type size_in_bytes() const { return size() * sizeof(T); } function in class:llvm::SmallVectorTemplateCommon
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2769 CharUnits size_in_bytes = local
2775 size_in_bytes += gap;
2779 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2780 size_in_bytes -= residue_in_bytes;
2784 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;

Completed in 229 milliseconds