/third_party/rust/crates/atty/src/ |
H A D | lib.rs | 67 use winapi::um::winbase::{ in is() 104 use winapi::um::{consoleapi::GetConsoleMode, processenv::GetStdHandle}; in console_on_any() 124 um::{ in msys_tty_on()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | objectLiteralEnumPropertyNames.js | 50 const um = { 105 var um = (_j = {},
|
/third_party/python/Lib/dbm/ |
H A D | dumb.py | 308 um = _os.umask(0) 309 _os.umask(um) 314 mode = mode & (~um)
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx10/ |
H A D | build_win32.bat | 4 @set INCLUDES=/I..\.. /I..\..\backends /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include"
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx11/ |
H A D | build_win32.bat | 4 @set INCLUDES=/I..\.. /I..\..\backends /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include"
|
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx12/ |
H A D | build_win32.bat | 5 @set INCLUDES=/I..\.. /I..\..\backends /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared"
|
/third_party/skia/third_party/externals/imgui/examples/example_sdl_directx11/ |
H A D | build_win32.bat | 4 @set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include /I "%WindowsSdkDir%Include\um" /I "%WindowsSdkDir%Include\shared" /I "%DXSDK_DIR%Include"
|
/third_party/rust/crates/libloading/src/os/windows/ |
H A D | mod.rs | 31 pub(super) use self::winapi::um::{errhandlingapi, libloaderapi}; 36 pub(crate) use super::winapi::um::libloaderapi::{
|
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.cpp | 1118 const mode_t um = umask(0); // octal :0022 is expected
in C_umask() local 1119 mask = 0777 & (~um); // octal: 0755 is expected
in C_umask() 1120 umask(um); // restore the umask
in C_umask() 1121 // printf("\n umask = 0%03o mask = 0%03o\n", um, mask);
in C_umask()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | libtommath.c | 2261 int res, um = m->used; in mp_reduce() local 2269 mp_rshd (&q, um - 1); in mp_reduce() 2272 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) { in mp_reduce() 2278 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2282 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2295 mp_rshd (&q, um + 1); in mp_reduce() 2298 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) { in mp_reduce() 2303 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) { in mp_reduce() 2315 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | libtommath.c | 2261 int res, um = m->used; in mp_reduce() local 2269 mp_rshd (&q, um - 1); in mp_reduce() 2272 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) { in mp_reduce() 2278 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2282 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) { in mp_reduce() 2295 mp_rshd (&q, um + 1); in mp_reduce() 2298 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) { in mp_reduce() 2303 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) { in mp_reduce() 2315 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY) { in mp_reduce()
|
/third_party/rust/crates/termcolor/wincolor/src/ |
H A D | win.rs | 4 use winapi::um::wincon::{
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 295 mov loc0=psr.um 302 { .mmi; rum 1<<3 // clear um.ac 329 { .mii; mov psr.um=loc0 420 { .mfb; mov psr.um=loc0 // restore user mask 674 mov loc0=psr.um 681 { .mmi; rum 1<<3 // clear um.ac 708 { .mii; mov psr.um=loc0 799 { .mfb; mov psr.um=loc0 // restore user mask
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-ia64.S | 295 mov loc0=psr.um 302 { .mmi; rum 1<<3 // clear um.ac 329 { .mii; mov psr.um=loc0 420 { .mfb; mov psr.um=loc0 // restore user mask 674 mov loc0=psr.um 681 { .mmi; rum 1<<3 // clear um.ac 708 { .mii; mov psr.um=loc0 799 { .mfb; mov psr.um=loc0 // restore user mask
|
/third_party/node/deps/npm/node_modules/jsbn/ |
H A D | index.js | 459 this.um = (1<<(m.DB-15))-1; 487 var u0 = (j*this.mpl+(((j*this.mph+(x[i]>>15)*this.mpl)&this.um)<<15))&x.DM;
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 237 { .mmi; rum 1<<5 // clear um.mfh
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 237 { .mmi; rum 1<<5 // clear um.mfh
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 365 rum 1<<5 // clear um.mfh
|
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64-mont.pl | 365 rum 1<<5 // clear um.mfh
|