Home
last modified time | relevance | path

Searched refs:size_in_bytes (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/sys/dev/drm2/radeon/
HDr600_blit_kms.c718 unsigned size_in_bytes; in r600_kms_blit_copy() local
723 size_in_bytes = pages_per_loop * RADEON_GPU_PAGE_SIZE; in r600_kms_blit_copy()
742 w, h, w, src_gpu_addr, size_in_bytes); in r600_kms_blit_copy()
750 size_in_bytes, dst_gpu_addr); in r600_kms_blit_copy()
754 src_gpu_addr += size_in_bytes; in r600_kms_blit_copy()
755 dst_gpu_addr += size_in_bytes; in r600_kms_blit_copy()
HDsi.c4055 u32 size_in_bytes, cur_size_in_bytes; in si_copy_dma() local
4065 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in si_copy_dma()
4066 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff); in si_copy_dma()
4083 cur_size_in_bytes = size_in_bytes; in si_copy_dma()
4086 size_in_bytes -= cur_size_in_bytes; in si_copy_dma()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDynamicLoader.cpp212 DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, int size_in_bytes) in ReadUnsignedIntWithSizeInBytes() argument
216 uint64_t value = m_process->ReadUnsignedIntegerFromMemory(addr, size_in_bytes, 0, error); in ReadUnsignedIntWithSizeInBytes()
/NextBSD/contrib/llvm/lib/Support/
HDSmallVector.cpp21 size_t CurSizeBytes = size_in_bytes(); in grow_pod()
/NextBSD/sys/contrib/octeon-sdk/
HDcvmx-log.h115 void cvmx_log_structure(const char *type, void *data, int size_in_bytes) CVMX_LOG_DISABLE_PC_LOGGIN…
HDcvmx-log.c367 void cvmx_log_structure(const char *type, void *data, int size_in_bytes) in cvmx_log_structure() argument
369 uint64_t size_in_dwords = (size_in_bytes + 7) >> 3; in cvmx_log_structure()
/NextBSD/contrib/flex/
HDmisc.c992 void zero_out (region_ptr, size_in_bytes) in zero_out() argument
994 size_t size_in_bytes;
999 rp_end = region_ptr + size_in_bytes;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDDynamicLoader.h295 ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/NextBSD/contrib/gcc/cp/
HDinit.c1683 size = size_in_bytes (elt_type); in build_new_1()
1859 data_addr, size_in_bytes (sizetype)); in build_new_1()
1868 cookie_ptr, size_in_bytes (sizetype)); in build_new_1()
1871 size_in_bytes(elt_type)); in build_new_1()
2210 tree size_exp = size_in_bytes (type); in build_vec_delete_1()
2448 size = size_in_bytes (type); in build_vec_init()
HDexcept.c543 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type), in do_allocate_exception()
HDtypeck.c3952 ? size_in_bytes (target_type) in pointer_diff()
HDChangeLog-20023796 used later by size_in_bytes().
/NextBSD/contrib/gcc/
HDlanghooks.c431 return size_in_bytes (TREE_TYPE (exp)); in lhd_expr_size()
HDtarghooks.c211 sizetype_size = size_in_bytes (sizetype); in default_cxx_get_cookie_size()
HDtree-mudflap.c1222 object_size = size_in_bytes (TREE_TYPE (obj)); in mudflap_enqueue_constant()
1285 size_in_bytes (TREE_TYPE (obj)), in mudflap_finish_file()
HDipa-type-escape.c1156 if (operand_equal_p (size_in_bytes (op0type), op1, 0)) in okay_pointer_operation()
HDcalls.c4264 size_rtx = expand_expr (size_in_bytes (TREE_TYPE (pval)), in store_one_arg()
HDdwarf2out.c8437 const HOST_WIDE_INT size_in_bytes = int_size_in_bytes (type); in subrange_type_die() local
8444 if (int_size_in_bytes (TREE_TYPE (type)) != size_in_bytes) in subrange_type_die()
8448 add_AT_unsigned (subrange_die, DW_AT_byte_size, size_in_bytes); in subrange_type_die()
HDFSFChangeLog2465 * tree.h (size_in_bytes): Returns HOST_WIDE_INT.
2466 * tree.c (size_in_bytes): Likewise.
HDtree.h3961 extern tree size_in_bytes (tree);
HDfunction.c3357 = type ? size_in_bytes (type) : size_int (GET_MODE_SIZE (passed_mode)); in locate_and_pad_parm()
HDc-common.c2471 size_exp = size_in_bytes (TREE_TYPE (result_type)); in pointer_int_sum()
HDtree.c1745 size_in_bytes (tree type) in size_in_bytes() function
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallVector.h48 size_t size_in_bytes() const { in size_in_bytes() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp2328 CharUnits size_in_bytes = in getBitmapBlockLayout() local
2334 size_in_bytes += gap; in getBitmapBlockLayout()
2338 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2339 size_in_bytes -= residue_in_bytes; in getBitmapBlockLayout()
2343 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()

12