Home
last modified time | relevance | path

Searched refs:psw (Results 1 - 16 of 16) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DUserInputUtils.cpp62 static bool GetPassword(CStdOutStream *outStream, UString &psw) in GetPassword() argument
89 const bool res = g_StdIn.ScanUStringUntilNewLine(psw); in GetPassword()
95 const bool res = g_StdIn.ScanUStringUntilNewLine(psw); in GetPassword()
108 HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw) in GetPassword_HRESULT() argument
110 if (!GetPassword(outStream, psw)) in GetPassword_HRESULT()
114 if (g_StdIn.Eof() && psw.IsEmpty()) in GetPassword_HRESULT()
H A DUserInputUtils.h24 // bool GetPassword(CStdOutStream *outStream, UString &psw);
25 HRESULT GetPassword_HRESULT(CStdOutStream *outStream, UString &psw);
/third_party/libunwind/libunwind/src/s390x/
H A DGstep.c37 unw_word_t sc_addr, sp, *gprs, *fprs, *psw; in s390x_handle_signal_frame() local
53 psw = &((struct sigcontext*)sc_addr)->sregs->regs.psw.addr; in s390x_handle_signal_frame()
59 psw = &((ucontext_t*)sc_addr)->uc_mcontext.psw.addr; in s390x_handle_signal_frame()
75 c->dwarf.loc[UNW_S390X_IP] = DWARF_MEM_LOC (c, (unw_word_t) psw); in s390x_handle_signal_frame()
H A DGresume.c43 uc.uc_mcontext.psw.addr = c->dwarf.ip; in s390x_local_resume()
66 sc->sregs->regs.psw.addr = uc.uc_mcontext.psw.addr; in s390x_local_resume()
84 rt->uc_mcontext.psw.addr = uc.uc_mcontext.psw.addr; in s390x_local_resume()
H A DGinit.c61 return &uc->uc_mcontext.psw.addr; in uc_addr()
/third_party/musl/arch/s390x/bits/
H A Dsignal.h30 __psw_t psw; member
40 __psw_t psw; member
H A Duser.h38 struct _user_psw_struct psw; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Dexamine_stack.cc71 return reinterpret_cast<void*>(context->uc_mcontext.psw.addr & 0x7fffffff); in GetProgramCounter()
73 return reinterpret_cast<void*>(context->uc_mcontext.psw.addr); in GetProgramCounter()
/third_party/musl/arch/s390x/
H A Dpthread_arch.h12 #define MC_PC psw.addr
/third_party/alsa-utils/amixer/
H A Damixer.c779 int psw, csw; in show_selem() local
936 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw); in show_selem()
937 printf(" [%s]", psw ? "on" : "off"); in show_selem()
957 snd_mixer_selem_get_playback_switch(elem, SND_MIXER_SCHN_MONO, &psw); in show_selem()
958 printf(" [%s]", psw ? "on" : "off"); in show_selem()
996 snd_mixer_selem_get_playback_switch(elem, chn, &psw); in show_selem()
997 printf(" [%s]", psw ? "on" : "off"); in show_selem()
1012 snd_mixer_selem_get_playback_switch(elem, chn, &psw); in show_selem()
1013 printf(" [%s]", psw ? "on" : "off"); in show_selem()
/third_party/alsa-utils/alsamixer/
H A Dmixer_controls.c101 bool pvol, psw; in has_merged_cswitch() local
105 psw = snd_mixer_selem_has_playback_switch(elem); in has_merged_cswitch()
106 if ((pvol || psw) && in has_merged_cswitch()
112 (psw && snd_mixer_selem_has_playback_switch_joined(elem))) && in has_merged_cswitch()
/third_party/elfutils/backends/
H A Ds390_initreg.c83 dwarf_regs[0] = user_regs.regs.psw.addr; in s390_set_initial_registers_tid()
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc440 reinterpret_cast<void*>(ucontext->uc_mcontext.psw.addr & 0x7FFFFFFF); in FillRegisterState()
442 state->pc = reinterpret_cast<void*>(ucontext->uc_mcontext.psw.addr); in FillRegisterState()
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c324 unsigned int psw, csw; in selem_read() local
331 psw = s->str[SM_PLAY].sw; in selem_read()
460 psw != s->str[SM_PLAY].sw || in selem_read()
/third_party/libbpf/src/
H A Dbpf_tracing.h190 #define __PT_IP_REG psw.addr
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs169 pub psw: __psw_t,

Completed in 14 milliseconds