/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_ppmd7.c | 49 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 D | archive_ppmd_private.h | 22 typedef unsigned short UInt16; typedef 107 UInt16 Summ; /* Freq */ 119 UInt16 SuccessorLow; 120 UInt16 SuccessorHigh;
|
H A D | archive_ppmd7_private.h | 36 UInt16 NumStats; 37 UInt16 SummFreq; 61 UInt16 BinSumm[128][64];
|
H A D | archive_ppmd8.c | 12 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 D | archive_ppmd8_private.h | 31 UInt16 SummFreq; 83 UInt16 BinSumm[25][64];
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 404 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 D | blocksort.c | 350 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 D | bzlib_private.h | 47 typedef unsigned short UInt16; typedef 218 UInt16* mtfv; 384 UInt16 *ll16; 468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
|
H A D | compress.c | 152 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 D | decompress.c | 212 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 D | bzip2.c | 167 typedef unsigned short UInt16; typedef 1786 sizeof(Int16) != 2 || sizeof(UInt16) != 2 || in main()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DXContainerConstants.def | 114 COMPONENT_TYPE(4, UInt16) 131 COMPONENT_PRECISION(5, UInt16)
|
H A D | MsgPack.def | 57 HANDLE_MP_FIRST_BYTE(0xcd, UInt16)
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndex.cpp | 42 {"unsigned __int16*", SimpleTypeKind::UInt16},
|
H A D | TypeRecordHelpers.cpp | 89 case SimpleTypeKind::UInt16: in getSizeInBytesForTypeIndex()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 34 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 D | TensorSpec.h | 48 M(uint16_t, UInt16) \
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | MsgPackWriter.cpp | 75 EW.write(FirstByte::UInt16); in write()
|
H A D | MsgPackReader.cpp | 62 case FirstByte::UInt16: in read()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeIndex.h | 45 UInt16 = 0x0073, // 16 bit unsigned int enumerator
|
H A D | CodeView.h | 640 UInt16 = 3, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 225 case SimpleTypeKind::UInt16: in getBuiltinType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
H A D | PDBASTParser.cpp | 93 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 D | PdbUtil.cpp | 977 case SimpleTypeKind::UInt16: in GetCompilerTypeForSimpleKind() 1026 case SimpleTypeKind::UInt16: in GetTypeSizeForSimpleKind()
|
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 306 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)
|