Home
last modified time | relevance | path

Searched refs:uint_type (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/lib/libc/locale/
D_wcstoul.h47 uint_type
51 uint_type acc, cutoff; in FUNCNAME()
90 cutoff = MAX_VALUE / (uint_type)base; in FUNCNAME()
91 cutlim = (int)(MAX_VALUE % (uint_type)base); in FUNCNAME()
106 acc *= (uint_type)base; in FUNCNAME()
Dwcstoull.c14 typedef unsigned long long int uint_type; typedef
Dwcstoul.c14 typedef unsigned long uint_type; typedef
Dwcstoumax.c15 typedef uintmax_t uint_type; typedef
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.cpp338 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
345 CompilerType &uid_type = uint_type; in GetSiginfoType()
370 ast->AddFieldToRecordType(sigfault_bounds_type, "_pkey", uint_type, in GetSiginfoType()
472 {"_arch", uint_type}, in GetSiginfoType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
DPlatformNetBSD.cpp218 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
225 CompilerType &uid_type = uint_type; in GetSiginfoType()
226 CompilerType &clock_type = uint_type; in GetSiginfoType()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
205 CompilerType &uid_type = uint_type; in GetSiginfoType()