Home
last modified time | relevance | path

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

12

/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c49 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x605…
66 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */
67 UInt16 NU;
194 UInt16 nu = I2U(i); in GlueFreeBlocks()
204 node->NU = (UInt16)nu; in GlueFreeBlocks()
226 node->NU = (UInt16)nu; in GlueFreeBlocks()
315 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF); in SetSuccessor()
316 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor()
351 UInt16 *dest = p->BinSumm[i] + k; in RestartModel()
352 UInt16 val = (UInt16)(PPMD_BIN_SCALE - kInitBinEsc[k] / (i + 2)); in RestartModel()
[all …]
H A Darchive_ppmd_private.h22 typedef unsigned short UInt16; typedef
107 UInt16 Summ; /* Freq */
119 UInt16 SuccessorLow;
120 UInt16 SuccessorHigh;
H A Darchive_ppmd7_private.h36 UInt16 NumStats;
37 UInt16 SummFreq;
61 UInt16 BinSumm[128][64];
H A Darchive_ppmd8.c12 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x605…
340 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF); in SetSuccessor()
341 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor()
383 UInt16 val = (UInt16)(PPMD_BIN_SCALE - kInitBinEsc[k] / (i + 1)); in RestartModel()
384 UInt16 *dest = p->BinSumm[m] + k; in RestartModel()
397 s->Summ = (UInt16)((2 * i + 5) << (s->Shift = PPMD_PERIOD_BITS - 4)); in RestartModel()
432 ctx->SummFreq = (UInt16)(sumFreq + ((escFreq + scale) >> scale)); in Refresh()
925 c->SummFreq = (UInt16)(c->SummFreq + (3 * ns1 + 1 < ns)); in UpdateModel()
941 c->SummFreq = (UInt16)(s2->Freq + p->InitEsc + (ns > 2)); in UpdateModel()
953 c->SummFreq = (UInt16)(c->SummFreq + cf); in UpdateModel()
[all …]
H A Darchive_ppmd8_private.h31 UInt16 SummFreq;
83 UInt16 BinSumm[25][64];
/freebsd/contrib/llvm-project/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)
/freebsd/contrib/bzip2/
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.c152 UInt16* mtfv = s->mtfv; in generateMTFValues()
256 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()
259 UInt16* mtfv = s->mtfv; in sendMTFValues()
361 register UInt16 icv; in sendMTFValues()
390 UInt16 icv = mtfv[i]; in sendMTFValues()
556 UInt16 mtfv_i; in sendMTFValues()
H A Ddecompress.c212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
411 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
485 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
H A Dbzip2.c167 typedef unsigned short UInt16; typedef
1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def114 COMPONENT_TYPE(4, UInt16)
131 COMPONENT_PRECISION(5, UInt16)
H A DMsgPack.def57 HANDLE_MP_FIRST_BYTE(0xcd, UInt16)
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp42 {"unsigned __int16*", SimpleTypeKind::UInt16},
H A DTypeRecordHelpers.cpp89 case SimpleTypeKind::UInt16: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<()
382 case PDB_VariantType::UInt16: in operator <<()
383 OS << Value.Value.UInt16; in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h48 M(uint16_t, UInt16) \
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp75 EW.write(FirstByte::UInt16); in write()
H A DMsgPackReader.cpp62 case FirstByte::UInt16: in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h45 UInt16 = 0x0073, // 16 bit unsigned int enumerator
H A DCodeView.h640 UInt16 = 3, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp225 case SimpleTypeKind::UInt16: in getBuiltinType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp93 case PDB_VariantType::UInt16: in TranslateEnumEncoding()
1175 case PDB_VariantType::UInt16: in AddEnumValue()
1176 raw_value = v.Value.UInt16; in AddEnumValue()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp977 case SimpleTypeKind::UInt16: in GetCompilerTypeForSimpleKind()
1026 case SimpleTypeKind::UInt16: in GetTypeSizeForSimpleKind()
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk306 UInt16 = type_new("u16", 2, 0, "BHND_NVRAM_TYPE_UINT16",
326 map_set(BaseTypes, get(UInt16, p_name), UInt16)
2879 _v = var_new(VAccessInternal, "<sromsig>", UInt16)

12