/third_party/node/deps/icu-small/source/i18n/ |
H A D | wintzimpl.cpp | 68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 69 standardDate.wDay = static_cast<WORD>(std->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 73 standardDate.wDayOfWeek = static_cast<WORD>(std->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() 83 standardDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation() 84 standardDate.wMinute = static_cast<WORD>(min); in getSystemTimeInformation() 85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation() 86 standardDate.wMilliseconds = static_cast<WORD>(mil); in getSystemTimeInformation() 89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 94 daylightDate.wDayOfWeek = static_cast<WORD>(ds in getSystemTimeInformation() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | wintzimpl.cpp | 68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 69 standardDate.wDay = static_cast<WORD>(std->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 73 standardDate.wDayOfWeek = static_cast<WORD>(std->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() 83 standardDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation() 84 standardDate.wMinute = static_cast<WORD>(min); in getSystemTimeInformation() 85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation() 86 standardDate.wMilliseconds = static_cast<WORD>(mil); in getSystemTimeInformation() 89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 94 daylightDate.wDayOfWeek = static_cast<WORD>(ds in getSystemTimeInformation() [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | wintzimpl.cpp | 68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 69 standardDate.wDay = static_cast<WORD>(std->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 73 standardDate.wDayOfWeek = static_cast<WORD>(std->getRule()->getRuleDayOfWeek()) - 1; in getSystemTimeInformation() 83 standardDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation() 84 standardDate.wMinute = static_cast<WORD>(min); in getSystemTimeInformation() 85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation() 86 standardDate.wMilliseconds = static_cast<WORD>(mil); in getSystemTimeInformation() 89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1; in getSystemTimeInformation() 90 daylightDate.wDay = static_cast<WORD>(dst->getRule()->getRuleWeekInMonth()); in getSystemTimeInformation() 94 daylightDate.wDayOfWeek = static_cast<WORD>(ds in getSystemTimeInformation() [all...] |
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 179 .WORD 0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd 180 .WORD 0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc 181 .WORD 0x3956c25b,0xf348b538,0x59f111f1,0xb605d019 182 .WORD 0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118 183 .WORD 0xd807aa98,0xa3030242,0x12835b01,0x45706fbe 184 .WORD 0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2 185 .WORD 0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1 186 .WORD 0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694 187 .WORD 0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3 188 .WORD [all...] |
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-parisc.pl | 179 .WORD 0x428a2f98,0xd728ae22,0x71374491,0x23ef65cd 180 .WORD 0xb5c0fbcf,0xec4d3b2f,0xe9b5dba5,0x8189dbbc 181 .WORD 0x3956c25b,0xf348b538,0x59f111f1,0xb605d019 182 .WORD 0x923f82a4,0xaf194f9b,0xab1c5ed5,0xda6d8118 183 .WORD 0xd807aa98,0xa3030242,0x12835b01,0x45706fbe 184 .WORD 0x243185be,0x4ee4b28c,0x550c7dc3,0xd5ffb4e2 185 .WORD 0x72be5d74,0xf27b896f,0x80deb1fe,0x3b1696b1 186 .WORD 0x9bdc06a7,0x25c71235,0xc19bf174,0xcf692694 187 .WORD 0xe49b69c1,0x9ef14ad2,0xefbe4786,0x384f25e3 188 .WORD [all...] |
/third_party/rust/crates/termcolor/wincolor/src/ |
H A D | win.rs | 3 use winapi::shared::minwindef::WORD; 10 const FG_CYAN: WORD = FG_BLUE | FG_GREEN; 11 const FG_MAGENTA: WORD = FG_BLUE | FG_RED; 12 const FG_YELLOW: WORD = FG_GREEN | FG_RED; 13 const FG_WHITE: WORD = FG_BLUE | FG_GREEN | FG_RED; 149 fn to_word(&self) -> WORD { in to_word() 158 fn from_word(word: WORD) -> TextAttributes { in from_word() 177 fn to_bg(&self) -> WORD { in to_bg() 181 fn from_bg(word: WORD) -> Intense { in from_bg() 185 fn to_fg(&self) -> WORD { in to_fg() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | spirv_constant.h | 28 #define SPV_SPIRV_VERSION_MAJOR_PART(WORD) ((uint32_t(WORD) >> 16) & 0xff) 30 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff) 97 #define SPV_GENERATOR_TOOL_PART(WORD) (uint32_t(WORD) >> 16) 99 #define SPV_GENERATOR_MISC_PART(WORD) (uint32_t(WORD) & 0xFFFF)
|
H A D | print.cpp | 40 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { 46 color = WORD(color | (bufInfo.wAttributes & 0xfff0)); 52 static void SetConsoleForegroundColor(WORD color) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | spirv_constant.h | 28 #define SPV_SPIRV_VERSION_MAJOR_PART(WORD) ((uint32_t(WORD) >> 16) & 0xff) 30 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff) 97 #define SPV_GENERATOR_TOOL_PART(WORD) (uint32_t(WORD) >> 16) 99 #define SPV_GENERATOR_MISC_PART(WORD) (uint32_t(WORD) & 0xFFFF)
|
H A D | print.cpp | 40 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { 46 color = WORD(color | (bufInfo.wAttributes & 0xfff0)); 52 static void SetConsoleForegroundColor(WORD color) {
|
/third_party/spirv-tools/source/ |
H A D | spirv_constant.h | 28 #define SPV_SPIRV_VERSION_MAJOR_PART(WORD) ((uint32_t(WORD) >> 16) & 0xff) 30 #define SPV_SPIRV_VERSION_MINOR_PART(WORD) ((uint32_t(WORD) >> 8) & 0xff) 97 #define SPV_GENERATOR_TOOL_PART(WORD) (uint32_t(WORD) >> 16) 99 #define SPV_GENERATOR_MISC_PART(WORD) (uint32_t(WORD) & 0xFFFF)
|
H A D | print.cpp | 41 static void SetConsoleForegroundColorPrimary(HANDLE hConsole, WORD color) { 47 color = WORD(color | (bufInfo.wAttributes & 0xfff0)); 53 static void SetConsoleForegroundColor(WORD color) {
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | CommandBar.h | 35 bool DrawMenuBar(WORD iButton) { return BOOLToBool(::CommandBar_DrawMenuBar(_window, iButton)); }
in DrawMenuBar() 36 HMENU GetMenu(WORD iButton) { return ::CommandBar_GetMenu(_window, iButton); }
in GetMenu() 38 HWND InsertComboBox(HINSTANCE hInst, int iWidth, UINT dwStyle, WORD idComboBox, WORD iButton) { return ::CommandBar_InsertComboBox(_window, hInst, iWidth, dwStyle, idComboBox, iButton); }
in InsertComboBox() 39 bool InsertMenubar(HINSTANCE hInst, WORD idMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubar(_window, hInst, idMenu, iButton)); }
in InsertMenubar() 40 bool InsertMenubarEx(HINSTANCE hInst, LPTSTR pszMenu, WORD iButton) { return BOOLToBool(::CommandBar_InsertMenubarEx(_window, hInst, pszMenu, iButton)); }
in InsertMenubarEx()
|
/third_party/lzma/CPP/Common/ |
H A D | MyWindows.h | 45 #undef WORD
macro 46 typedef unsigned short WORD;
typedef 49 #define LOWORD(l) ((WORD)((DWORD_PTR)(l) & 0xffff))
50 #define HIWORD(l) ((WORD)((DWORD_PTR)(l) >> 16))
223 typedef WORD PROPVAR_PAD1;
224 typedef WORD PROPVAR_PAD2;
225 typedef WORD PROPVAR_PAD3;
297 WORD wYear;
298 WORD wMonth;
299 WORD wDayOfWee [all...] |
H A D | MyWindows.cpp | 234 st->wMilliseconds = (WORD)(v64 % 1000); v64 /= 1000;
in FileTimeToSystemTime() 235 st->wSecond = (WORD)(v64 % 60); v64 /= 60;
in FileTimeToSystemTime() 236 st->wMinute = (WORD)(v64 % 60); v64 /= 60;
in FileTimeToSystemTime() 238 st->wHour = (WORD)(v % 24); v /= 24;
in FileTimeToSystemTime() 241 st->wDayOfWeek = (WORD)((v + 1) % 7);
in FileTimeToSystemTime() 251 st->wDay = (WORD)(day - (1959 * mon) / 64);
in FileTimeToSystemTime() 259 st->wMonth = (WORD)mon;
in FileTimeToSystemTime() 260 st->wYear = (WORD)year;
in FileTimeToSystemTime() 267 year = (WORD)(1601 + v / PERIOD_400 * 400);
in FileTimeToSystemTime() 274 st->wYear = (WORD)yea in FileTimeToSystemTime() [all...] |
/third_party/glfw/deps/mingw/ |
H A D | xinput.h | 164 WORD wButtons; 185 WORD wLeftMotorSpeed; 186 WORD wRightMotorSpeed; 200 WORD Flags; 210 WORD VirtualKey; 212 WORD Flags;
|
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.h | 139 WORD wBitrate; // 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256 and 320 allowed 180 WORD nQuality; // Quality Setting, HIGH BYTE should be NOT LOW byte, otherwhise quality=5 183 BYTE btReserved[255-4*sizeof(DWORD) - sizeof( WORD )]; 191 WORD wBitrate; 217 WORD wYear;
|
/third_party/FatFs/source/ |
H A D | ff.h | 182 #define DIR_LstAccDate 18 /* Last accessed date (WORD) */ 183 #define DIR_FstClusHI 20 /* Higher 16-bit of first cluster (WORD) */ 185 #define DIR_FstClusLO 26 /* Lower 16-bit of first cluster (WORD) */ 191 #define LDIR_FstClusLO 26 /* LFN: MBZ field (WORD) */ 221 WORD id; /* Volume mount ID */ 222 WORD n_rootdir; /* Number of root directory entries (FAT12/16) */ 223 WORD csize; /* Cluster size [sectors] */ 274 WORD id; /* Hosting volume mount ID */ 336 WORD fdate; /* Modified date */ 337 WORD ftim [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-uniscribe.cc | 85 WORD *pwLogClust, 87 WORD *pwOutGlyphs, 102 WORD *pwLogClust, 105 const WORD *pwGlyphs, 152 WORD *pwLogClust, in hb_ScriptShapeOpenType() 154 WORD *pwOutGlyphs, in hb_ScriptShapeOpenType() 183 WORD *pwLogClust, in hb_ScriptPlaceOpenType() 186 const WORD *pwGlyphs, in hb_ScriptPlaceOpenType() 636 ALLOCATE_ARRAY (WORD, log_clusters, chars_len); in _hb_uniscribe_shape() 654 * alignment needed after the WORD arra in _hb_uniscribe_shape() [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeRISCV_common.c | 1033 #define WORD 0 macro 1036 #define WORD word macro 1050 SLJIT_ASSERT(WORD == 0 || WORD == 0x8); in emit_clz_ctz() 1053 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(OTHER_FLAG) | RS1(TMP_ZERO) | IMM_I(max))); in emit_clz_ctz() 1057 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(TMP_REG2) | RS1(src) | IMM_I(0))); in emit_clz_ctz() 1061 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(OTHER_FLAG) | RS1(TMP_ZERO) | IMM_I(0))); in emit_clz_ctz() 1069 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(TMP_REG1) | RS1(TMP_ZERO) | IMM_I(max))); in emit_clz_ctz() 1071 FAIL_IF(push_inst(compiler, ADDI | WORD | RD(EQUAL_FLAG) | RS1(TMP_REG2) | IMM_I(0))); in emit_clz_ctz() 1072 FAIL_IF(push_inst(compiler, SRLI | WORD | R in emit_clz_ctz() 1921 #undef WORD global() macro [all...] |
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 228 st.wYear = (WORD)loctm->tm_year + 1900; in setfiletime() 229 st.wMonth = (WORD)loctm->tm_mon + 1; in setfiletime() 230 st.wDayOfWeek = (WORD)loctm->tm_wday; in setfiletime() 231 st.wDay = (WORD)loctm->tm_mday; in setfiletime() 232 st.wHour = (WORD)loctm->tm_hour; in setfiletime() 233 st.wMinute = (WORD)loctm->tm_min; in setfiletime() 234 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
|
/third_party/lzma/CPP/Windows/ |
H A D | PropVariant.h | 37 p->wReserved1 = (WORD)prec;
in PropVarEm_Set_FileTime64_Prec() 73 wReserved1 = (WORD)prec;
in Set_FtPrec() 96 wReserved1 = (WORD)prec;
in SetAsTimeFrom_FT_Prec_Ns100() 97 wReserved2 = (WORD)ns100;
in SetAsTimeFrom_FT_Prec_Ns100()
|
/third_party/python/Lib/ctypes/ |
H A D | wintypes.py | 5 WORD = ctypes.c_ushort variable 49 ATOM = WORD 50 LANGID = WORD 202 LPWORD = PWORD = ctypes.POINTER(WORD)
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-break-iterator.cc | 21 enum class Type { CHARACTER, WORD, SENTENCE, LINE }; member in v8::internal::__anon14820::Type 64 {Type::WORD, Type::CHARACTER, Type::SENTENCE, Type::LINE}, Type::WORD); in New() 150 return Type::WORD; in GetType() 164 case Type::WORD: in TypeAsString()
|
H A D | js-segmenter.h | 56 WORD, // for word-breaks member in v8::internal::JSSegmenter::Granularity 69 STATIC_ASSERT(Granularity::WORD <= GranularityBits::kMax);
|