Home
last modified time | relevance | path

Searched refs:UInt16 (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h404 UInt16, enumerator
434 explicit Variant(uint16_t V) : Type(PDB_VariantType::UInt16) { in Variant()
435 Value.UInt16 = V; in Variant()
463 uint16_t UInt16; member
477 case UInt16: in isIntegralType()
500 VARIANT_WIDTH(UInt16, 16u) in getBitWidth()
523 VARIANT_APSINT(UInt16, 16u, true) in toAPSInt()
567 VARIANT_EQUAL_CASE(UInt16)
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dblocksort.c350 UInt16* quadrant, in mainGtU()
356 UInt16 s1, s2; in mainGtU()
487 UInt16* quadrant, in mainSimpleSort()
623 UInt16* quadrant, in mainQSort3()
753 UInt16* quadrant, in mainSort()
766 UInt16 s; in mainSort()
776 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); in mainSort()
782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); in mainSort()
785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8); in mainSort()
[all …]
H A Dbzlib_private.h47 typedef unsigned short UInt16; typedef
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
H A Dcompress.c143 ((UInt16*)s->arr1) [ 0 .. s->nblock-1 ]. in generateMTFValues()
158 UInt16* mtfv = s->mtfv; in generateMTFValues()
263 UInt16 cost[BZ_N_GROUPS] = {0, 0, 0, 0, 0, 0}; in sendMTFValues()
266 UInt16* mtfv = s->mtfv; in sendMTFValues()
369 register UInt16 icv; in sendMTFValues()
398 UInt16 icv = mtfv[i]; in sendMTFValues()
564 UInt16 mtfv_i; in sendMTFValues()
H A Dbzip2.patch211 - s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
213 + s->ll16 = (UInt16*) BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
H A Ddecompress.c213 s->ll16 = (UInt16*) BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
412 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
486 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
H A Dbzlib.c203 s->mtfv = (UInt16*)s->arr1; in BZ_API()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp42 {"unsigned __int16*", SimpleTypeKind::UInt16},
H A DTypeRecordHelpers.cpp89 case SimpleTypeKind::UInt16: in getSizeInBytesForTypeIndex()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTensorSpec.h40 M(uint16_t, UInt16) \
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<()
376 case PDB_VariantType::UInt16: in operator <<()
377 OS << Value.Value.UInt16; in operator <<()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMsgPack.def57 HANDLE_MP_FIRST_BYTE(0xcd, UInt16)
/openbsd-src/gnu/llvm/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp75 EW.write(FirstByte::UInt16); in write()
H A DMsgPackReader.cpp62 case FirstByte::UInt16: in read()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h45 UInt16 = 0x0073, // 16 bit unsigned int enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp225 case SimpleTypeKind::UInt16: in getBuiltinType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp93 case PDB_VariantType::UInt16: in TranslateEnumEncoding()
1177 case PDB_VariantType::UInt16: in AddEnumValue()
1178 raw_value = v.Value.UInt16; in AddEnumValue()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp973 case SimpleTypeKind::UInt16: in GetCompilerTypeForSimpleKind()
1022 case SimpleTypeKind::UInt16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp203 case SimpleTypeKind::UInt16: in GetSimpleTypeName()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp54 Result.Value.UInt16 = V.uiVal; in VariantFromVARIANT()
55 Result.Type = PDB_VariantType::UInt16; in VariantFromVARIANT()
/openbsd-src/gnu/llvm/llvm/docs/PDB/
H A DTpiStream.rst141 UInt16 = 0x0073, // 16 bit unsigned int