Home
last modified time | relevance | path

Searched refs:psw (Results 1 – 24 of 24) sorted by relevance

/external/lzma/CPP/7zip/UI/Console/
DUserInputUtils.cpp62 static bool GetPassword(CStdOutStream *outStream, UString &psw) in GetPassword() argument
82 bool res = g_StdIn.ScanUStringUntilNewLine(psw); in GetPassword()
88 bool res = g_StdIn.ScanUStringUntilNewLine(psw); in GetPassword()
101 HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw) in GetPassword_HRESULT() argument
103 if (!GetPassword(outStream, psw)) in GetPassword_HRESULT()
107 if (g_StdIn.Eof() && psw.IsEmpty()) in GetPassword_HRESULT()
DUserInputUtils.h25 HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw);
/external/strace/linux/s390x/
Darch_regs.c8 psw_compat_t psw; member
35 s390_regset.psw.addr : s390x_regset.psw.addr)
/external/python/cpython2/Lib/plat-irix6/
DFILE.py426 def BASEPRI(psw): return (((psw) & SR_IMASK) == SR_IMASK0) argument
428 def BASEPRI(psw): return (((psw) & SR_IMASK) == SR_IMASK) argument
430 def USERMODE(psw): return (((psw) & SR_KSU_MSK) == SR_KSU_USR) argument
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dptrace.cc103 if (regs.psw.addr) in main()
104 printf("%lx\n", regs.psw.addr); in main()
/external/strace/linux/s390/
Darch_regs.c5 #define ARCH_PC_REG s390_regset.psw.addr
/external/elfutils/backends/
Ds390_initreg.c83 dwarf_regs[0] = user_regs.regs.psw.addr; in s390_set_initial_registers_tid()
/external/u-boot/arch/microblaze/include/asm/
Dptrace.h71 microblaze_reg_t psw; /* program status word */ member
/external/compiler-rt/test/asan/TestCases/Linux/
Dptrace.cc66 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.psw.addr))
/external/v8/src/libsampler/
Dsampler.cc514 reinterpret_cast<void*>(ucontext->uc_mcontext.psw.addr & 0x7FFFFFFF); in FillRegisterState()
516 state->pc = reinterpret_cast<void*>(ucontext->uc_mcontext.psw.addr); in FillRegisterState()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_helpers.h288 #define PT_REGS_IP(x) ((x)->psw.addr)
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZRegisterInfo.td162 def PSW : SystemZReg<"psw">;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc1381 *pc = ucontext->uc_mcontext.psw.addr; in GetPcSpBp()
1383 *pc = ucontext->uc_mcontext.psw.addr & 0x7fffffff; in GetPcSpBp()
/external/cldr/tools/java/org/unicode/cldr/util/data/languages/
DentityToCode.tsv1081 http://www.wikidata.org/entity/Q3398324 psw
/external/cldr/tools/java/org/unicode/cldr/util/data/
Diso-639-3_Name_Index.tab5621 psw Port Sandwich Port Sandwich
Diso-639-3.tab5394 psw I L Port Sandwich
Dlanguage-subtag-registry29230 Subtag: psw
/external/icu/icu4c/source/data/misc/
DsupplementalData.txt6310 "psw",
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D03d7e517425430613d18e6cf09f06f50.000b6ce7.honggfuzz.cov10030 �dzT�e��psw��i�� �
11430 �dzT�e��psw��i�� �
D3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov4411 �dzT�e��psw��i�� �
D55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov4411 �dzT�e��psw��i�� �
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA-old.txt42728 copsewood kˈɑpswʊd
101004 ipswich %28444 ˈɪpswɪʧ
157319 psw %10245
205338 upsweep əpswˈip, ˈəpswip
205339 upswell əpswˈɛl
205340 upswept %9198 ˈəpswɛpt
205341 upswing %21082 əpswˈɪŋ, ˈəpswiŋ, ˈəpswɪŋ
205342 upswings ˈəpswɪŋz
Dinternal_raw_IPA.txt36101 copsewood kˈɑpswʊd
85232 ipswich %36652 ˈɪpswɪtʃ
171577 upsweep əpswˈip, ˈəpswip
171578 upswell əpswˈɛl
171579 upswept %19853 ˈəpswɛpt
171580 upswing %30401 əpswˈɪŋ, ˈəpswiŋ, ˈəpswɪŋ
171581 upswings %30684 ˈəpswɪŋz
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc490 if (memcmp(Name.data()+1, "psw", 3) != 0)