/third_party/lzma/C/ |
D | Ppmd.h | 46 UInt16 Summ; /* Freq */ 53 { (p)->Summ = (UInt16)((p)->Summ << 1); \ 61 UInt16 Successor_0; 62 UInt16 Successor_1; 73 UInt16 Successor_0; 74 UInt16 Successor_1; 146 (p)->Successor_0 = (UInt16)(((UInt32)(v) >> 16) /* & 0xFFFF */); \ 147 (p)->Successor_1 = (UInt16)((UInt32)(v) /* & 0xFFFF */); } 155 (p)->Successor_0 = (UInt16)((UInt32)(v) /* & 0xFFFF */); \ 156 (p)->Successor_1 = (UInt16)(((UInt32)(v) >> 16) /* & 0xFFFF */); }
|
D | CpuArch.h | 308 #define Z7_BSWAP16(v) ((UInt16) \ 345 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) 352 #define SetUi16(p, v) { *(UInt16 *)(void *)(p) = (v); } 357 #define GetUi16(p) ( (UInt16) ( \ 359 ((UInt16)((const Byte *)(p))[1] << 8) )) 421 #define GetBe16(p) ( (UInt16) ( \ 422 ((UInt16)((const Byte *)(p))[0] << 8) | \ 443 #define GetBe16a(p) (*(const UInt16 *)(const void *)(p)) 445 #define SetBe16a(p, v) { *(UInt16 *)(void *)(p) = (v); } 455 #define GetUi16a(p) (*(const UInt16 *)(const void *)(p)) [all …]
|
D | Ppmd7.c | 17 static const UInt16 PPMD7_kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632,… 25 #define I2U_UInt16(indx) ((UInt16)p->Indx2Units[indx]) 44 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */ 45 UInt16 NU; 187 const UInt16 nu = I2U_UInt16(i); in Ppmd7_GlueFreeBlocks() 226 node->NU = (UInt16)nu; in Ppmd7_GlueFreeBlocks() 393 UInt16 *dest = p->BinSumm[i] + k; in Ppmd7_RestartModel() 394 const UInt16 val = (UInt16)(PPMD_BIN_SCALE - PPMD7_kInitBinEsc[k] / (i + 2)); in Ppmd7_RestartModel() 410 s->Summ = (UInt16)summ; in Ppmd7_RestartModel() 603 c->Union2.SummFreq = (UInt16)(c->Union2.SummFreq + 2); in Ppmd7_UpdateModel() [all …]
|
D | Ppmd7Enc.c | 153 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7z_EncodeSymbol() 160 *prob = (UInt16)(pr + (1 << PPMD_INT_BITS)); in Ppmd7z_EncodeSymbol() 183 *prob = (UInt16)pr; in Ppmd7z_EncodeSymbol() 232 unsigned summ = (UInt16)see->Summ; // & 0xFFFF in Ppmd7z_EncodeSymbol() 234 see->Summ = (UInt16)(summ - r); in Ppmd7z_EncodeSymbol() 293 see->Summ = (UInt16)(see->Summ + total); in Ppmd7z_EncodeSymbol()
|
D | Ppmd7.h | 28 UInt16 NumStats; 33 UInt16 SummFreq; 101 UInt16 BinSumm[128][64];
|
D | Ppmd7Dec.c | 135 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7z_DecodeSymbol() 143 *prob = (UInt16)(pr + (1 << PPMD_INT_BITS)); in Ppmd7z_DecodeSymbol() 170 *prob = (UInt16)pr; in Ppmd7z_DecodeSymbol() 268 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd7z_DecodeSymbol()
|
D | SwapBytes.h | 11 void z7_SwapBytes2(UInt16 *data, size_t numItems);
|
D | Bra.c | 320 SetUi16a(p - 4, (UInt16)(((v >> 11) & 0x7ff) | 0xf000)) in Z7_BRANCH_FUNC_MAIN() 321 SetUi16a(p - 2, (UInt16)(v | 0xf800)) in Z7_BRANCH_FUNC_MAIN()
|
D | DllSecur.c | 61 if ((UInt16)GetVersion() != 6) { \
|
D | LzmaDec.h | 19 UInt16
|
D | Bcj2.h | 52 typedef UInt16 CBcj2Prob;
|
D | 7z.h | 146 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest);
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 70 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8_Calc() 106 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8() 153 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8Buf() 165 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s in Utf16_To_Char() 208 static WRes MyCreateDir(const UInt16 *name) in MyCreateDir() 234 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name) in OutFile_OpenUtf16() 250 static SRes PrintString(const UInt16 *s) in PrintString() 400 static WRes Set_File_FILETIME(const UInt16 *name, const FILETIME *mTime) in Set_File_FILETIME() 553 UInt16 *temp = NULL; in main() 671 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); in main() [all …]
|
/third_party/lzma/CPP/Windows/ |
D | FileLink.cpp | 124 Set16(dest, (UInt16)c) in WriteString() 141 if (size != (UInt16)size) in FillLinkData() 146 Set16(p + 4, (UInt16)(size)) in FillLinkData() 183 if (size != (UInt16)size) in FillLinkData() 192 Set16(p + 4, (UInt16)(size - 8)) in FillLinkData() 203 Set16(p + 0, (UInt16)subOffs) in FillLinkData() 204 Set16(p + 2, (UInt16)len1) in FillLinkData() 205 Set16(p + 4, (UInt16)printOffs) in FillLinkData() 206 Set16(p + 6, (UInt16)len2) in FillLinkData()
|
D | PropVariant.h | 122 CPropVariant(UInt16 value); // { vt = VT_UI2; wReserved1 = 0; uiVal = value; } 147 CPropVariant& operator=(UInt16 value) throw();
|
D | TimeUtils.cpp | 28 …return BOOLToBool(::DosDateTimeToFileTime((UInt16)(dosTime >> 16), (UInt16)(dosTime & 0xFFFF), &ft… in DosTime_To_FileTime()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 401 UInt16, enumerator 431 explicit Variant(uint16_t V) : Type(PDB_VariantType::UInt16) { in Variant() 432 Value.UInt16 = V; in Variant() 460 uint16_t UInt16; member 482 VARIANT_EQUAL_CASE(UInt16)
|
/third_party/lzma/CPP/Common/ |
D | MyGuidDef.h | 14 UInt16 Data2; 15 UInt16 Data3;
|
/third_party/lame/mac/ |
D | Precompile_Common.h | 26 #define uint16_t UInt16
|
/third_party/lzma/CPP/7zip/Compress/ |
D | ByteSwap.cpp | 42 z7_SwapBytes2((UInt16 *)(void *)data, size >> 1); in Z7_COM7F_IMF2()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
D | DirItem.h | 89 UInt16 Prec; 224 Prec = (UInt16)prec; in Set_From_Prop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 35 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() 361 case PDB_VariantType::UInt16: in operator <<() 362 OS << Value.Value.UInt16; in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeIndex.cpp | 41 {"unsigned __int16*", SimpleTypeKind::UInt16},
|
/third_party/node/src/res/ |
D | node_etw_provider.man | 80 <data name="MethodFlags" inType="win:UInt16" /> 81 <data name="MethodAddressRangeID" inType="win:UInt16" />
|
/third_party/lzma/CPP/7zip/Common/ |
D | RegisterArc.h | 13 UInt16 SignatureOffset;
|