Searched refs:type_size (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/usr.bin/dtc/
H A Dinput_buffer.hh229 int type_size = sizeof(T); local
230 if (cursor % type_size != 0)
232 align = type_size - (cursor % type_size);
234 if (size < cursor + align + type_size)
239 assert(cursor % type_size == 0);
241 for (int i=0 ; i<type_size ; ++i)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp325 llvm::Optional<uint64_t> type_size = ast_type.GetByteSize( local
328 if (type_size && *type_size == 0)
349 if (type_size)
350 limit_byte_size = *type_size;
/freebsd-11-stable/sys/kern/
H A Dkern_environment.c656 int type_size, bool allow_signed)
670 size /= type_size;
739 switch (type_size) {
778 *psize = n * type_size;
655 getenv_array(const char *name, void *pdata, int size, int *psize, int type_size, bool allow_signed) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp152 size_t type_size = m_target_data.getTypeStoreSize(type); local
154 if (type_size > 8)
157 if (type_size != 1)
158 type_size = PowerOf2Ceil(type_size);
160 scalar = llvm::APInt(type_size*8, u64value);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h611 int type_size;
636 traits_t<T>::type_size != type_size || n != num_layers)
669 type_size = traits_t<T>::type_size;
H A Dkmp_os.h232 static const int type_size = sizeof(signed_t); member in struct:traits_t
242 static const int type_size = sizeof(unsigned_t); member in struct:traits_t
250 static const int type_size = sizeof(signed_t); member in struct:traits_t
260 static const int type_size = sizeof(signed_t); member in struct:traits_t
270 static const int type_size = sizeof(unsigned_t); member in struct:traits_t
H A Dkmp_dispatch.h141 kmp_uint32 type_size; member in struct:dispatch_private_info_template
H A Dkmp_dispatch.cpp160 pr->type_size = traits_t<T>::type_size; // remember the size of variables
369 if (traits_t<T>::type_size > 4) {
1195 if (traits_t<T>::type_size > 4) {
2069 traits_t<T>::type_size > 4) {
H A Dkmp.h1664 kmp_int32 type_size; /* the size of types in private_info */ member in struct:dispatch_private_info
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c1435 int type_size = -1;
1623 else if (type_size >= 0 || is_string)
1799 type_size = atoi (attr + 1);
1800 if (type_size <= 0)
1801 type_size = -1;
1942 if (type_size != -1)
1943 TYPE_LENGTH (type) = (type_size + TARGET_CHAR_BIT - 1) / TARGET_CHAR_BIT;
1431 int type_size = -1; local
/freebsd-11-stable/sys/sys/
H A Dsystm.h348 int type_size, bool allow_signed);
/freebsd-11-stable/contrib/gcc/
H A Dtree-data-ref.c1964 tree type_size, init_cond;
1996 type_size = fold_convert (ssizetype, TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr))));
2024 constant, type_size);
2058 fold_convert (ssizetype, step), type_size);
1961 tree type_size, init_cond; local
H A Dvarasm.c4048 HOST_WIDE_INT type_size = int_size_in_bytes (TREE_TYPE (exp));
4054 if (type_size > op_size
4023 HOST_WIDE_INT type_size = int_size_in_bytes (TREE_TYPE (exp)); local
H A Dbuiltins.c4247 tree addr, t, type_size, rounded_size, valist_tmp;
4297 type_size = size_in_bytes (type);
4298 rounded_size = round_up (type_size, align);
4310 size_binop (MINUS_EXPR, rounded_size, type_size));
4246 tree addr, t, type_size, rounded_size, valist_tmp; local

Completed in 252 milliseconds