/external/python/cpython2/Mac/Modules/ctl/ |
D | ctlsupport.py | 55 ControlTabSize = UInt16 56 ControlTabDirection = UInt16 57 ControlPopupArrowOrientation = UInt16 58 ControlPopupArrowSize = UInt16 59 ControlClockType = UInt16 69 DataBrowserSortOrder = UInt16 79 ControlDisclosureTriangleOrientation = UInt16 91 ControlBevelThickness = UInt16 92 ControlBevelButtonBehavior = UInt16 93 ControlBevelButtonMenuBehavior = UInt16 [all …]
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 63 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8_Calc() 99 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim) in Utf16_To_Utf8() 146 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8Buf() 158 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s in Utf16_To_Char() 201 static WRes MyCreateDir(const UInt16 *name) in MyCreateDir() 227 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name) in OutFile_OpenUtf16() 243 static SRes PrintString(const UInt16 *s) in PrintString() 384 UInt16 *temp = NULL; in main() 496 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); in main() 572 UInt16 *name = (UInt16 *)temp; in main() [all …]
|
/external/lzma/C/ |
D | Ppmd7.c | 12 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x605… 48 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */ 49 UInt16 NU; 164 UInt16 nu = I2U(i); in GlueFreeBlocks() 174 node->NU = (UInt16)nu; in GlueFreeBlocks() 196 node->NU = (UInt16)nu; in GlueFreeBlocks() 285 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF); in SetSuccessor() 286 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor() 321 UInt16 *dest = p->BinSumm[i] + k; in RestartModel() 322 UInt16 val = (UInt16)(PPMD_BIN_SCALE - kInitBinEsc[k] / (i + 2)); in RestartModel() [all …]
|
D | CpuArch.h | 201 #define GetUi16(p) (*(const UInt16 *)(const void *)(p)) 205 #define SetUi16(p, v) { *(UInt16 *)(p) = (v); } 211 #define GetUi16(p) ( (UInt16) ( \ 213 ((UInt16)((const Byte *)(p))[1] << 8) )) 292 #define GetBe16(p) ( (UInt16) ( \ 293 ((UInt16)((const Byte *)(p))[0] << 8) | \
|
D | Ppmd.h | 37 UInt16 Summ; /* Freq */ 49 UInt16 SuccessorLow; 50 UInt16 SuccessorHigh;
|
D | Ppmd7Enc.c | 119 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7_EncodeSymbol() 124 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob); in Ppmd7_EncodeSymbol() 132 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob); in Ppmd7_EncodeSymbol() 185 see->Summ = (UInt16)(see->Summ + sum + escFreq); in Ppmd7_EncodeSymbol()
|
D | Ppmd7.h | 34 UInt16 NumStats; 35 UInt16 SummFreq; 59 UInt16 BinSumm[128][64];
|
D | Ppmd7Dec.c | 126 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7_DecodeSymbol() 130 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob); in Ppmd7_DecodeSymbol() 135 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob); in Ppmd7_DecodeSymbol() 188 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd7_DecodeSymbol()
|
D | Bcj2.h | 75 UInt16 probs[2 + 256]; 128 UInt16 probs[2 + 256];
|
/external/flatbuffers/swift/Sources/FlatBuffers/ |
D | Constants.swift | 15 public typealias VOffset = UInt16 79 extension UInt16: Scalar { extension 80 public typealias NumericValue = UInt16
|
/external/autotest/client/site_tests/platform_Firewall/ |
D | platform_Firewall.py | 74 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT), "", 81 ret = pb.RequestUdpPortAccess(dbus.UInt16(self._PORT), "", 88 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT), 113 ret = pb.ReleaseTcpPort(dbus.UInt16(self._PORT), "") 118 ret = pb.ReleaseUdpPort(dbus.UInt16(self._PORT), "")
|
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 100 Set16(dest, (UInt16)c); in WriteString() 148 Set16(p + 4, (UInt16)(size - 8)); in FillLinkData() 159 Set16(p + 0, (UInt16)subOffs); in FillLinkData() 160 Set16(p + 2, (UInt16)len1); in FillLinkData() 161 Set16(p + 4, (UInt16)printOffs); in FillLinkData() 162 Set16(p + 6, (UInt16)len2); in FillLinkData()
|
/external/python/cpython2/Mac/Modules/cg/ |
D | CFMLateImport.c | 169 UInt16 sectionIndex; in ReadContainerBasics() 623 static void *GetSectionBaseAddress(const FragToFixInfo *fragToFix, UInt16 sectionIndex) in GetSectionBaseAddress() 789 UInt16 relocHeaderIndex, in InitEngineState() 887 UInt16 sectionsLeftToRelocate; in RunRelocationEngine() 889 UInt16 *relocInstrTable; in RunRelocationEngine() 890 UInt16 opCode; in RunRelocationEngine() 906 …>loaderSection->loaderStringsOffset - fragToFix->loaderSection->relocInstrOffset) / sizeof(UInt16); in RunRelocationEngine() 911 …relocInstrTable = (UInt16 *)((char *) fragToFix->loaderSection + fragToFix->loaderSection->relocIn… in RunRelocationEngine() 976 UInt16 skipCount; in RunRelocationEngine() 977 UInt16 relocCount; in RunRelocationEngine() [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 403 UInt16, enumerator 433 explicit Variant(uint16_t V) : Type(PDB_VariantType::UInt16) { in Variant() 434 Value.UInt16 = V; in Variant() 462 uint16_t UInt16; member 476 case UInt16: in isIntegralType() 499 VARIANT_WIDTH(UInt16, 16u) in getBitWidth() 522 VARIANT_APSINT(UInt16, 16u, true) in toAPSInt() 566 VARIANT_EQUAL_CASE(UInt16)
|
/external/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 8 typedef unsigned short UInt16; typedef 10 typedef UInt16 UniChar;
|
/external/llvm-project/clang/test/CodeGen/ |
D | pascal-wchar-string.c | 8 typedef unsigned short UInt16; typedef 10 typedef UInt16 UniChar;
|
/external/bzip2/ |
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 …]
|
D | bzlib_private.h | 47 typedef unsigned short UInt16; typedef 218 UInt16* mtfv; 384 UInt16 *ll16; 468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
|
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()
|
/external/lzma/CPP/Common/ |
D | MyGuidDef.h | 10 UInt16 Data2; 11 UInt16 Data3;
|
/external/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)
|
/external/libcups/backend/ |
D | usb-darwin.c | 148 UInt16 value; 149 UInt16 index; 150 UInt16 length; 175 UInt16 vendorID; /* Vendor id */ 176 UInt16 productID; /* Product id */ 182 …_t (*DeviceRequest)(struct classdriver_s **printer, iodevice_request_t *iorequest, UInt16 timeout); 183 … (*GetString)(struct classdriver_s **printer, UInt8 whichString, UInt16 language, UInt16 timeout, … 186 kern_return_t (*SoftReset)(struct classdriver_s **printer, UInt16 timeout); 187 …*GetCentronicsStatus)(struct classdriver_s **printer, centronics_status_t *result, UInt16 timeout); 188 kern_return_t (*GetDeviceID)(struct classdriver_s **printer, CFStringRef *devid, UInt16 timeout); [all …]
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | CarbonEvtsupport.py | 50 EventMask = UInt16 73 MouseTrackingResult = UInt16
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 274 UInt16, enumerator 303 uint16_t UInt16; member 325 VARIANT_EQUAL_CASE(UInt16)
|
/external/lzma/CPP/7zip/Common/ |
D | RegisterArc.h | 10 UInt16 Flags; 13 UInt16 SignatureOffset;
|