Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/locale/
H A 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()
H A Dwcstoull.c14 typedef unsigned long long int uint_type; typedef
H A Dwcstoul.c14 typedef unsigned long uint_type; typedef
H A Dwcstoumax.c15 typedef uintmax_t uint_type; typedef
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A 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/
H A 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/
H A DPlatformFreeBSD.cpp199 CompilerType uint_type = ast->GetBasicType(eBasicTypeUnsignedInt); in GetSiginfoType() local
205 CompilerType &uid_type = uint_type; in GetSiginfoType()