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

1 2

  /ndk/sources/host-tools/sed-4.2.1/lib/
mbsinit.c 44 const char *pstate = (const char *)ps; local
46 return pstate[0] == 0;
mbrtowc.c 41 char *pstate = (char *)ps; local
43 if (pstate == NULL)
44 pstate = internal_state;
58 size_t nstate = pstate[0];
70 buf[2] = pstate[3];
73 buf[1] = pstate[2];
76 buf[0] = pstate[1];
108 pstate[0] = 0;
295 pstate[++k] = s[0];
298 pstate[++k] = s[1]
    [all...]
regexec.c 145 re_dfastate_t *pstate)
150 re_dfastate_t *pstate)
879 re_dfastate_t *pstate = mctx.state_log[match_last];
880 mctx.last_node = check_halt_state_context (&mctx, pstate,
876 re_dfastate_t *pstate = mctx.state_log[match_last]; local
2369 re_dfastate_t *pstate; local
    [all...]
  /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...]
  /bionic/libc/kernel/uapi/asm-arm64/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 57 __u64 pstate; member in struct:user_pt_regs
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
sigcontext.h 29 __u64 pstate; member in struct:sigcontext
ptrace.h 57 __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 71 __u64 pstate; member in struct:user_pt_regs
  /prebuilts/ndk/9/platforms/android-19/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
  /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)
  /external/chromium_org/chrome/browser/ui/cocoa/
gradient_button_cell.h 125 - (void)setPulseState:(gradient_button_cell::PulseState)pstate;
  /system/core/debuggerd/arm64/
machine.cpp 89 _LOG(log, logtype::REGISTERS, " sp %016llx pc %016llx pstate %016llx\n",
90 r.sp, r.pc, r.pstate);
  /external/bison/data/
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]])[
    [all...]
  /external/valgrind/main/include/vki/
vki-arm64-linux.h 193 __vki_u64 pstate; member in struct:vki_sigcontext
491 __vki_u64 pstate; member in struct:vki_user_pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
argp.h 360 void *pstate; /* Private, for use by argp. */
356 void *pstate; \/* Private, for use by argp. *\/ member in struct:argp_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
argp.h 360 void *pstate; /* Private, for use by argp. */
356 void *pstate; \/* Private, for use by argp. *\/ member in struct:argp_state
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm64-linux.c 148 sc->pstate = 0; /* slack .. could do better */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propsys.h     [all...]

Completed in 995 milliseconds

1 2