/external/lzma/CPP/7zip/UI/Console/ |
D | UserInputUtils.cpp | 62 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()
|
D | UserInputUtils.h | 25 HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw);
|
/external/strace/linux/s390x/ |
D | arch_regs.c | 8 psw_compat_t psw; member 35 s390_regset.psw.addr : s390x_regset.psw.addr)
|
/external/python/cpython2/Lib/plat-irix6/ |
D | FILE.py | 426 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/ |
D | ptrace.cc | 103 if (regs.psw.addr) in main() 104 printf("%lx\n", regs.psw.addr); in main()
|
/external/strace/linux/s390/ |
D | arch_regs.c | 5 #define ARCH_PC_REG s390_regset.psw.addr
|
/external/elfutils/backends/ |
D | s390_initreg.c | 83 dwarf_regs[0] = user_regs.regs.psw.addr; in s390_set_initial_registers_tid()
|
/external/u-boot/arch/microblaze/include/asm/ |
D | ptrace.h | 71 microblaze_reg_t psw; /* program status word */ member
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | ptrace.cc | 66 #define PRINT_REG_PC(__regs) printf ("%lx\n", (unsigned long) (__regs.psw.addr))
|
/external/v8/src/libsampler/ |
D | sampler.cc | 514 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/ |
D | bpf_helpers.h | 288 #define PT_REGS_IP(x) ((x)->psw.addr)
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZRegisterInfo.td | 162 def PSW : SystemZReg<"psw">;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.cc | 1381 *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/ |
D | entityToCode.tsv | 1081 http://www.wikidata.org/entity/Q3398324 psw
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 5621 psw Port Sandwich Port Sandwich
|
D | iso-639-3.tab | 5394 psw I L Port Sandwich
|
D | language-subtag-registry | 29230 Subtag: psw
|
/external/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6310 "psw",
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 03d7e517425430613d18e6cf09f06f50.000b6ce7.honggfuzz.cov | 10030 �dzT�e��psw��i��� 11430 �dzT�e��psw��i���
|
D | 3d3fb7fca46cf046654b3288e5da3369.000fe6ac.honggfuzz.cov | 4411 �dzT�e��psw��i���
|
D | 55044c8be4ce1a6abbad09188436d970.000fe6ac.honggfuzz.cov | 4411 �dzT�e��psw��i���
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 42728 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
|
D | internal_raw_IPA.txt | 36101 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/ |
D | X86GenAsmMatcher.inc | 490 if (memcmp(Name.data()+1, "psw", 3) != 0)
|