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

/freebsd-current/usr.bin/dtc/
H A Dinput_buffer.hh227 int type_size = sizeof(T); local
228 if (cursor % type_size != 0)
230 align = type_size - (cursor % type_size);
232 if (size < cursor + align + type_size)
237 assert(cursor % type_size == 0);
239 for (int i=0 ; i<type_size ; ++i)
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp324 std::optional<uint64_t> type_size = ast_type.GetByteSize( local
327 if (type_size && *type_size == 0)
343 if (type_size)
344 limit_byte_size = *type_size;
/freebsd-current/sys/kern/
H A Dkern_environment.c755 int type_size, bool allow_signed)
773 size /= type_size;
841 switch (type_size) {
880 *psize = n * type_size;
754 getenv_array(const char *name, void *pdata, int size, int *psize, int type_size, bool allow_signed) argument
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h613 int type_size;
638 traits_t<T>::type_size != type_size || n != num_layers)
671 type_size = traits_t<T>::type_size;
H A Dkmp_os.h247 static const int type_size = sizeof(signed_t); member in struct:traits_t
257 static const int type_size = sizeof(unsigned_t); member in struct:traits_t
265 static const int type_size = sizeof(signed_t); member in struct:traits_t
275 static const int type_size = sizeof(signed_t); member in struct:traits_t
285 static const int type_size = sizeof(unsigned_t); member in struct:traits_t
H A Dkmp_dispatch.h145 kmp_uint32 type_size; member in struct:dispatch_private_info_template
H A Dkmp_dispatch.cpp248 pr->type_size = traits_t<T>::type_size; // remember the size of variables
446 if (traits_t<T>::type_size > 4) {
1377 if (traits_t<T>::type_size > 4) {
2377 if (traits_t<T>::type_size > 4) {
H A Dkmp.h2021 kmp_int32 type_size; /* the size of types in private_info */ member in struct:dispatch_private_info
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp154 size_t type_size = m_target_data.getTypeStoreSize(type); local
156 if (type_size > 8)
159 if (type_size != 1)
160 type_size = PowerOf2Ceil(type_size);
162 scalar = value.zextOrTrunc(type_size * 8);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dser.c81 u32 type_size; \
88 p->type_size = sizeof(p->data); \
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2043 std::optional<uint64_t> type_size = type.GetByteSize(nullptr);
2044 assert(type_size);
2046 GetSiginfo(*type_size);
/freebsd-current/sys/sys/
H A Dsystm.h428 int type_size, bool allow_signed);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp773 size_t type_size = GetSizeOfType(result.type, index.tpi()); local
910 offset_to_size, type_size, module);

Completed in 308 milliseconds