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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DSmallVector.cpp21 size_t CurSizeBytes = size_in_bytes();
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-log.h105 * @param size_in_bytes
109 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-9.3-release/usr.bin/lex/
H A Dmisc.c874 * Sets region_ptr[0] through region_ptr[size_in_bytes - 1] to zero.
877 void zero_out( region_ptr, size_in_bytes )
879 size_t size_in_bytes;
884 rp_end = region_ptr + size_in_bytes;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr600_blit_kms.c718 unsigned size_in_bytes; local
723 size_in_bytes = pages_per_loop * RADEON_GPU_PAGE_SIZE;
742 w, h, w, src_gpu_addr, size_in_bytes);
750 size_in_bytes, dst_gpu_addr);
754 src_gpu_addr += size_in_bytes;
755 dst_gpu_addr += size_in_bytes;
H A Dsi.c4027 u32 size_in_bytes, cur_size_in_bytes; local
4037 size_in_bytes = (num_gpu_pages << RADEON_GPU_PAGE_SHIFT);
4038 num_loops = DIV_ROUND_UP(size_in_bytes, 0xfffff);
4055 cur_size_in_bytes = size_in_bytes;
4058 size_in_bytes -= cur_size_in_bytes;
/freebsd-9.3-release/contrib/gcc/
H A Dlanghooks.c431 return size_in_bytes (TREE_TYPE (exp));
H A Dtarghooks.c199 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.c8440 const HOST_WIDE_INT size_in_bytes = int_size_in_bytes (type);
8447 if (int_size_in_bytes (TREE_TYPE (type)) != size_in_bytes)
8451 add_AT_unsigned (subrange_die, DW_AT_byte_size, size_in_bytes);
8428 const HOST_WIDE_INT size_in_bytes = int_size_in_bytes (type); local
H A Dcalls.c4268 size_rtx = expand_expr (size_in_bytes (TREE_TYPE (pval)),
H A Dfunction.c3366 = type ? size_in_bytes (type) : size_int (GET_MODE_SIZE (passed_mode));
H A Dtree.h3916 extern tree size_in_bytes (tree);
H A Dc-common.c2476 size_exp = size_in_bytes (TREE_TYPE (result_type));
H A Dtree.c1749 size_in_bytes (tree type)
1741 size_in_bytes (tree type) function
H A Dbuiltins.c4297 type_size = size_in_bytes (type);
/freebsd-9.3-release/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.c3818 /* pointer_int_sum() uses size_in_bytes() on the TREE_TYPE(res_type)
3864 ? size_in_bytes (target_type)
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h46 /// size_in_bytes - This returns size()*sizeof(T).
47 size_t size_in_bytes() const { function in class:llvm::SmallVectorBase
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2343 CharUnits size_in_bytes = local
2349 size_in_bytes += gap;
2353 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2354 size_in_bytes -= residue_in_bytes;
2358 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;

Completed in 458 milliseconds