Home
last modified time | relevance | path

Searched refs:UInt8 (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h342 UInt8, enumerator
370 explicit Variant(uint8_t V) : Type(PDB_VariantType::UInt8) { in Variant()
371 Value.UInt8 = V; in Variant()
401 uint8_t UInt8; member
423 VARIANT_EQUAL_CASE(UInt8)
/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dos_version_check.c46 typedef unsigned char UInt8; typedef
58 const UInt8 *, CFIndex,
149 UInt8 *PListBuf = NULL; in parseSystemVersionPList()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<()
343 case PDB_VariantType::UInt8: in operator <<()
344 OS << static_cast<unsigned>(Value.Value.UInt8); in operator <<()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def57 HANDLE_MP_FIRST_BYTE(0xcc, UInt8)
/freebsd-12.1/contrib/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp68 EW.write(FirstByte::UInt8); in write()
H A DMsgPackReader.cpp59 case FirstByte::UInt8: in read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp90 case PDB_VariantType::UInt8: in TranslateEnumEncoding()
1132 case PDB_VariantType::UInt8: in AddEnumValue()
1133 raw_value = v.Value.UInt8; in AddEnumValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp92 url.get(), true, (UInt8 *)resolved_path, resolved_path_size)) in ResolveExecutablePath()
/freebsd-12.1/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk304 UInt8 = type_new("u8", 1, 0, "BHND_NVRAM_TYPE_UINT8",
326 map_set(BaseTypes, get(UInt8, p_name), UInt8)
682 if (!type_equal(get(_sromrev, p_type), UInt8)) {
2885 _v = var_new(VAccessInternal, "<sromcrc>", UInt8)
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp51 Result.Value.UInt8 = V.bVal; in VariantFromVARIANT()
52 Result.Type = PDB_VariantType::UInt8; in VariantFromVARIANT()
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dconfig_file.c301 …url = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, (UInt8 *)path, strlen(path), FA… in parse_plist_config()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1003 CFDataAppendBytes(*resource, (UInt8 *)data, *len); in write_to_cfmutabledata()