| /NextBSD/sys/dev/drm2/radeon/ |
| HD | r600_blit_kms.c | 718 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()
|
| HD | si.c | 4055 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/ |
| HD | DynamicLoader.cpp | 212 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/ |
| HD | SmallVector.cpp | 21 size_t CurSizeBytes = size_in_bytes(); in grow_pod()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-log.h | 115 void cvmx_log_structure(const char *type, void *data, int size_in_bytes) CVMX_LOG_DISABLE_PC_LOGGIN…
|
| HD | cvmx-log.c | 367 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/ |
| HD | misc.c | 992 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/ |
| HD | DynamicLoader.h | 295 ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
|
| /NextBSD/contrib/gcc/cp/ |
| HD | init.c | 1683 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()
|
| HD | except.c | 543 return build_function_call (fn, tree_cons (NULL_TREE, size_in_bytes (type), in do_allocate_exception()
|
| HD | typeck.c | 3952 ? size_in_bytes (target_type) in pointer_diff()
|
| HD | ChangeLog-2002 | 3796 used later by size_in_bytes().
|
| /NextBSD/contrib/gcc/ |
| HD | langhooks.c | 431 return size_in_bytes (TREE_TYPE (exp)); in lhd_expr_size()
|
| HD | targhooks.c | 211 sizetype_size = size_in_bytes (sizetype); in default_cxx_get_cookie_size()
|
| HD | tree-mudflap.c | 1222 object_size = size_in_bytes (TREE_TYPE (obj)); in mudflap_enqueue_constant() 1285 size_in_bytes (TREE_TYPE (obj)), in mudflap_finish_file()
|
| HD | ipa-type-escape.c | 1156 if (operand_equal_p (size_in_bytes (op0type), op1, 0)) in okay_pointer_operation()
|
| HD | calls.c | 4264 size_rtx = expand_expr (size_in_bytes (TREE_TYPE (pval)), in store_one_arg()
|
| HD | dwarf2out.c | 8437 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()
|
| HD | FSFChangeLog | 2465 * tree.h (size_in_bytes): Returns HOST_WIDE_INT. 2466 * tree.c (size_in_bytes): Likewise.
|
| HD | tree.h | 3961 extern tree size_in_bytes (tree);
|
| HD | function.c | 3357 = type ? size_in_bytes (type) : size_int (GET_MODE_SIZE (passed_mode)); in locate_and_pad_parm()
|
| HD | c-common.c | 2471 size_exp = size_in_bytes (TREE_TYPE (result_type)); in pointer_int_sum()
|
| HD | tree.c | 1745 size_in_bytes (tree type) in size_in_bytes() function
|
| /NextBSD/contrib/llvm/include/llvm/ADT/ |
| HD | SmallVector.h | 48 size_t size_in_bytes() const { in size_in_bytes() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGObjCMac.cpp | 2328 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()
|