HomeSort by relevance Sort by last modified time
    Searched refs:pstate (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/bison/lib/
mbsinit.c 56 const char *pstate = (const char *)ps; local
58 return pstate == NULL || pstate[0] == 0;
mbrtowc.c 41 char *pstate = (char *)ps; local
55 if (pstate == NULL)
56 pstate = internal_state;
59 size_t nstate = pstate[0];
71 buf[2] = pstate[3];
74 buf[1] = pstate[2];
77 buf[0] = pstate[1];
109 pstate[0] = 0;
302 pstate[++k] = s[0];
305 pstate[++k] = s[1]
    [all...]
  /development/ndk/platforms/android-21/arch-arm64/include/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 57 __u64 pstate; member in struct:user_pt_regs
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 57 __u64 pstate; member in struct:user_pt_regs
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 57 __u64 pstate; member in struct:user_pt_regs
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 57 __u64 pstate; member in struct:user_pt_regs
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 59 __u64 pstate; member in struct:user_pt_regs
  /external/kernel-headers/original/uapi/asm-arm64/asm/
sigcontext.h 31 __u64 pstate; member in struct:sigcontext
ptrace.h 72 __u64 pstate; member in struct:user_pt_regs
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
rdpr.s 9 rdpr %pstate,%g7
wrpr.s 9 wrpr %g7,%pstate
wrpr.d 16 18: 8d 91 c0 00 wrpr %g7, %pstate
rdpr.d 16 18: 8f 51 80 00 rdpr %pstate, %g7
  /external/libunwind/src/aarch64/
gen-offsets.c 66 SC ("state", pstate);
Gresume.c 114 sc->pstate = uc->uc_mcontext.pstate;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
dumpfile.h 116 int pstate; /* state of pass-specific stream */ member in struct:dump_file_info
  /prebuilts/misc/common/swig/include/2.0.11/guile/
guile_scm_run.swg 301 print_swig_aux (SCM swig_smob, SCM port, scm_print_state *pstate,
324 print_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
326 return print_swig_aux(swig_smob, port, pstate, "");
330 print_collectable_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
332 return print_swig_aux(swig_smob, port, pstate, "collectable-");
336 print_destroyed_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
338 return print_swig_aux(swig_smob, port, pstate, "destroyed-");
342 print_member_function_swig (SCM swig_smob, SCM port, scm_print_state *pstate)
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go 229 var pstate = make([]int, NSTATES+2) // index into statemem to the descriptions of the states
    [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go 229 var pstate = make([]int, NSTATES+2) // index into statemem to the descriptions of the states
    [all...]
  /system/core/debuggerd/arm64/
machine.cpp 78 _LOG(log, logtype::REGISTERS, " sp %016llx pc %016llx pstate %016llx\n",
79 r.sp, r.pc, r.pstate);

Completed in 1207 milliseconds

1 2 3