HomeSort by relevance Sort by last modified time
    Searched defs:pstate (Results 1 - 15 of 15) sorted by null

  /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-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
  /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-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/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/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/include/vki/
vki-arm64-linux.h 193 __vki_u64 pstate; member in struct:vki_sigcontext
497 __vki_u64 pstate; member in struct:vki_user_pt_regs
  /external/libxml2/
relaxng.c 388 int pstate; /* progressive state */ member in struct:_xmlRelaxNGValidCtxt
    [all...]

Completed in 4926 milliseconds