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

12

/freebsd-11-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-11-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-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arc/
H A DABISysV_arc.cpp172 inline size_t AugmentArgSize(size_t size_in_bytes) { argument
173 return llvm::alignTo(size_in_bytes, word_size);
382 bool SetSizedInteger(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes, argument
384 switch (size_in_bytes) {
408 bool SetSizedFloat(Scalar &scalar, uint64_t raw_value, uint8_t size_in_bytes) { argument
409 switch (size_in_bytes) {
425 uint64_t ReadRawValue(const RegisterContextSP &reg_ctx, uint8_t size_in_bytes) { argument
433 if (sizeof(uint64_t) == size_in_bytes)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h298 int64_t ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/freebsd-11-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-11-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-11-stable/contrib/flex/
H A Dmisc.c989 * Sets region_ptr[0] through region_ptr[size_in_bytes - 1] to zero.
992 void zero_out (region_ptr, size_in_bytes)
994 size_t size_in_bytes;
999 rp_end = region_ptr + size_in_bytes;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dr600_blit_kms.c751 unsigned size_in_bytes; local
756 size_in_bytes = pages_per_loop * RADEON_GPU_PAGE_SIZE;
775 w, h, w, src_gpu_addr, size_in_bytes);
783 size_in_bytes, dst_gpu_addr);
787 src_gpu_addr += size_in_bytes;
788 dst_gpu_addr += size_in_bytes;
H A Dsi.c4055 u32 size_in_bytes, cur_size_in_bytes; local
4065 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT);
4066 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff);
4083 cur_size_in_bytes = size_in_bytes;
4086 size_in_bytes -= cur_size_in_bytes;
/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.c431 return size_in_bytes (TREE_TYPE (exp));
H A Dtarghooks.c211 sizetype_size = size_in_bytes (sizetype);
H A Dtree-mudflap.c1222 object_size = size_in_bytes (TREE_TYPE (obj));
1285 size_in_bytes (TREE_TYPE (obj)),
H A Dipa-type-escape.c1156 if (operand_equal_p (size_in_bytes (op0type), op1, 0))
H A Ddwarf2out.c8449 const HOST_WIDE_INT size_in_bytes = int_size_in_bytes (type);
8456 if (int_size_in_bytes (TREE_TYPE (type)) != size_in_bytes)
8460 add_AT_unsigned (subrange_die, DW_AT_byte_size, size_in_bytes);
8437 const HOST_WIDE_INT size_in_bytes = int_size_in_bytes (type); local
H A Dfunction.c3372 = type ? size_in_bytes (type) : size_int (GET_MODE_SIZE (passed_mode));
H A Dtree.h3981 extern tree size_in_bytes (tree);
H A Dcalls.c4269 size_rtx = expand_expr (size_in_bytes (TREE_TYPE (pval)),
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c1685 size = size_in_bytes (elt_type);
1861 data_addr, size_in_bytes (sizetype));
1870 cookie_ptr, size_in_bytes (sizetype));
1873 size_in_bytes(elt_type));
2213 tree size_exp = size_in_bytes (type);
2451 size = size_in_bytes (type);
H A Dexcept.c543 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type),
H A Dtypeck.c3914 /* pointer_int_sum() uses size_in_bytes() on the TREE_TYPE(res_type)
3960 ? size_in_bytes (target_type)
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h138 size_type size_in_bytes() const { return size() * sizeof(T); } function in class:llvm::SmallVectorTemplateCommon
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp2775 CharUnits size_in_bytes = local
2781 size_in_bytes += gap;
2785 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2786 size_in_bytes -= residue_in_bytes;
2790 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c4588 u32 size_in_bytes,
4596 status = ecore_nvram_read(p_hwfn, p_ptt, nvram_offset_in_bytes, size_in_bytes, buf);
4585 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

Completed in 609 milliseconds

12