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

/freebsd-10.1-release/usr.bin/dtc/
H A Dinput_buffer.hh196 int type_size = sizeof(T); local
197 if (cursor % type_size != 0)
199 align = type_size - (cursor % type_size);
201 if (size < cursor + align + type_size)
206 assert(cursor % type_size == 0);
208 for (int i=0 ; i<type_size ; ++i)
/freebsd-10.1-release/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-10.1-release/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp126 size_t type_size = m_target_data.getTypeStoreSize(type); local
128 switch (type_size)
/freebsd-10.1-release/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 291 milliseconds