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

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSmallVector.cpp21 size_t CurSizeBytes = size_in_bytes();
/freebsd-11.0-release/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.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp220 DynamicLoader::ReadUnsignedIntWithSizeInBytes(addr_t addr, int size_in_bytes) argument
224 uint64_t value = m_process->ReadUnsignedIntegerFromMemory(addr, size_in_bytes, 0, error);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DDynamicLoader.h299 ReadUnsignedIntWithSizeInBytes(lldb::addr_t addr, int size_in_bytes);
/freebsd-11.0-release/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.0-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.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.0-release/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 Dcalls.c4269 size_rtx = expand_expr (size_in_bytes (TREE_TYPE (pval)),
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 Dc-common.c2481 size_exp = size_in_bytes (TREE_TYPE (result_type));
H A Dtree.c1753 size_in_bytes (tree type)
1745 size_in_bytes (tree type) function
H A Dbuiltins.c4297 type_size = size_in_bytes (type);
/freebsd-11.0-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.c3914 /* pointer_int_sum() uses size_in_bytes() on the TREE_TYPE(res_type)
3960 ? size_in_bytes (target_type)
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h48 size_t size_in_bytes() const { function in class:llvm::SmallVectorBase
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2458 CharUnits size_in_bytes = local
2464 size_in_bytes += gap;
2468 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2469 size_in_bytes -= residue_in_bytes;
2473 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;

Completed in 259 milliseconds