/external/bison/lib/ |
D | mbrtowc.c | 41 char *pstate = (char *)ps; in mbrtowc() local 55 if (pstate == NULL) in mbrtowc() 56 pstate = internal_state; in mbrtowc() 59 size_t nstate = pstate[0]; in mbrtowc() 71 buf[2] = pstate[3]; in mbrtowc() 74 buf[1] = pstate[2]; in mbrtowc() 77 buf[0] = pstate[1]; in mbrtowc() 109 pstate[0] = 0; in mbrtowc() 302 pstate[++k] = s[0]; in mbrtowc() 305 pstate[++k] = s[1]; in mbrtowc() [all …]
|
D | mbsinit.c | 56 const char *pstate = (const char *)ps; in mbsinit() local 58 return pstate == NULL || pstate[0] == 0; in mbsinit()
|
/external/llvm/test/MC/Sparc/ |
D | sparcv9-instructions.s | 139 ! V8-NEXT: wrpr %g6,%i6,%pstate 140 ! V9: wrpr %g6, %fp, %pstate ! encoding: [0x8d,0x91,0x80,0x1e] 141 wrpr %g6,%i6,%pstate 200 ! V8-NEXT: wrpr %g6,255,%pstate 201 ! V9: wrpr %g6, 255, %pstate ! encoding: [0x8d,0x91,0xa0,0xff] 202 wrpr %g6,255,%pstate 261 ! V8-NEXT: rdpr %pstate,%i5 262 ! V9: rdpr %pstate, %i5 ! encoding: [0xbb,0x51,0x80,0x00] 263 rdpr %pstate,%i5
|
/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | sigcontext.h | 31 __u64 pstate; member
|
D | ptrace.h | 72 __u64 pstate; member
|
/external/libunwind/src/aarch64/ |
D | Gresume.c | 114 sc->pstate = uc->uc_mcontext.pstate; in aarch64_local_resume()
|
D | gen-offsets.c | 66 SC ("state", pstate); in main()
|
/external/valgrind/include/vki/ |
D | vki-arm64-linux.h | 193 __vki_u64 pstate; member 497 __vki_u64 pstate; member
|
/external/bison/data/ |
D | yacc.c | 275 typedef struct ]b4_prefix[pstate ]b4_prefix[pstate; 279 [[b4_prefix[pstate *ps]], [[ps]]]b4_pure_if([, 285 [[b4_prefix[pstate *ps]], [[ps]]]m4_ifset([b4_parse_param], [, 287 b4_c_function_decl([b4_prefix[pstate_new]], [b4_prefix[pstate *]], 290 [[b4_prefix[pstate *ps]], [[ps]]])dnl 361 #define yypstate ]b4_prefix[pstate]])[
|
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext_unittest.cc | 66 offsetof(ucontext_t,uc_mcontext.pstate)); in TEST()
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-arm64-linux.c | 108 sc->pstate = 0; /* slack .. could do better */ in synth_ucontext()
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 218 out->cpsr = static_cast<uint32_t>(regs.pstate);
|
D | ucontext_reader.cc | 199 out->cpsr = static_cast<uint32_t>(uc->uc_mcontext.pstate);
|
/external/libdrm/include/drm/ |
D | nouveau_class.h | 326 __s8 pstate; /* out: current pstate index */ member
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | seccomp_macros.h | 252 unsigned long long pstate; member
|
/external/libxml2/ |
D | relaxng.c | 388 int pstate; /* progressive state */ member 8159 ctxt->pstate = 1; in xmlRelaxNGValidateProgressiveCallback() 8166 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8173 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8179 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8186 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8198 ctxt->pstate = 0; in xmlRelaxNGValidateProgressiveCallback() 8205 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8215 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8223 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() [all …]
|
/external/valgrind/ |
D | README.aarch64 | 171 uregs.pstate = LibVEX_GuestARM64_get_nzcv(vex); /* is this correct? */
|
/external/elfutils/tests/ |
D | run-readelf-mixed-corenote.sh | 303 pc: 0x0000000000400548, pstate: 0x0000000060000000, fpvalid: 1
|