Home
last modified time | relevance | path

Searched refs:size_in_bytes (Results 51 – 75 of 137) sorted by relevance

123456

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc3218 size = size_in_bytes (elt_type); in build_new_1()
3555 cookie_ptr = size_binop (MINUS_EXPR, cookie_size, size_in_bytes (sizetype)); in build_new_1()
3570 size_in_bytes (sizetype))); in build_new_1()
3574 size_in_bytes (elt_type)); in build_new_1()
4106 size_exp = size_in_bytes (type); in build_vec_delete_1()
H A Dexcept.cc554 size_in_bytes (type), NULL_TREE); in do_allocate_exception()
H A Dexcept.c577 size_in_bytes (type), NULL_TREE); in do_allocate_exception()
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600.c3005 u32 size_in_bytes, cur_size_in_bytes, tmp; in r600_copy_cpdma() local
3011 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in r600_copy_cpdma()
3012 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in r600_copy_cpdma()
3027 cur_size_in_bytes = size_in_bytes; in r600_copy_cpdma()
3030 size_in_bytes -= cur_size_in_bytes; in r600_copy_cpdma()
3032 if (size_in_bytes == 0) in r600_copy_cpdma()
H A Dradeon_cik.c3681 u32 size_in_bytes, cur_size_in_bytes, control; in cik_copy_cpdma() local
3687 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT); in cik_copy_cpdma()
3688 num_loops = DIV_ROUND_UP(size_in_bytes, 0x1fffff); in cik_copy_cpdma()
3700 cur_size_in_bytes = size_in_bytes; in cik_copy_cpdma()
3703 size_in_bytes -= cur_size_in_bytes; in cik_copy_cpdma()
3705 if (size_in_bytes == 0) in cik_copy_cpdma()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc86 static void *AllocateFromLocalPool(uptr size_in_bytes) { in AllocateFromLocalPool() argument
87 uptr size_in_words = RoundUpTo(size_in_bytes, kWordSize) / kWordSize; in AllocateFromLocalPool()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c577 size_in_bytes (type), NULL_TREE); in do_allocate_exception()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion.cc336 tree byte_size = size_in_bytes (type); in get_byte_size_sval()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtarghooks.c309 sizetype_size = size_in_bytes (sizetype); in default_cxx_get_cookie_size()
H A Dtarghooks.cc319 sizetype_size = size_in_bytes (sizetype); in default_cxx_get_cookie_size()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtarghooks.c309 sizetype_size = size_in_bytes (sizetype); in default_cxx_get_cookie_size()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_topology.c318 sysfs_show_64bit_prop(buffer, "size_in_bytes", mem->size_in_bytes); in mem_show()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h264 size_type size_in_bytes() const { return size() * sizeof(T); } in size_in_bytes() function
/netbsd/usr.bin/xlint/lint1/
H A Dtree.c3953 unsigned int size_in_bytes = type_size_in_bits(tp) / CHAR_SIZE; in build_sizeof() local
3954 tnode_t *tn = build_integer_constant(SIZEOF_TSPEC, size_in_bytes); in build_sizeof()
3956 debug_step("build_sizeof '%s' = %u", type_name(tp), size_in_bytes); in build_sizeof()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp2786 CharUnits size_in_bytes = in getBitmapBlockLayout() local
2792 size_in_bytes += gap; in getBitmapBlockLayout()
2796 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2797 size_in_bytes -= residue_in_bytes; in getBitmapBlockLayout()
2801 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc1743 int tree_size_in_bits = TREE_INT_CST_LOW (size_in_bytes (arg1_type)) in rs6000_gimple_fold_builtin()
2119 int splat_elem_size = TREE_INT_CST_LOW (size_in_bytes (arg0_type)) in rs6000_gimple_fold_builtin()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc1576 size = size_in_bytes (ptype); in gfc_get_dtype_rank_type()
1579 size = size_in_bytes (etype); in gfc_get_dtype_rank_type()
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.c1110 tree t_sizeof = size_in_bytes (t_type_star_ptr); in new_array_access()
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c1110 tree t_sizeof = size_in_bytes (t_type_star_ptr); in new_array_access()
/netbsd/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.c1356 size_tree = round_up (size_in_bytes (type), UNITS_PER_WORD); in xstormy16_gimplify_va_arg_expr()
H A Dstormy16.cc1356 size_tree = round_up (size_in_bytes (type), UNITS_PER_WORD); in xstormy16_gimplify_va_arg_expr()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1356 size_tree = round_up (size_in_bytes (type), UNITS_PER_WORD); in xstormy16_gimplify_va_arg_expr()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1572 tree size_exp = size_in_bytes (target_type); in build_array_index()
/netbsd/external/gpl3/gcc/dist/gcc/config/msp430/
H A Dmsp430.c888 type_size = size_in_bytes (type); in msp430_gimplify_va_arg_expr()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/msp430/
H A Dmsp430.c888 type_size = size_in_bytes (type); in msp430_gimplify_va_arg_expr()

123456