Searched refs:pstate (Results 1 – 9 of 9) sorted by relevance
/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/chromium/chrome/browser/ui/cocoa/ |
D | gradient_button_cell.h | 122 - (void)setPulseState:(gradient_button_cell::PulseState)pstate;
|
D | gradient_button_cell.mm | 143 - (void)setPulseState:(gradient_button_cell::PulseState)pstate { 144 pulseState_ = pstate; 149 switch (pstate) {
|
/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/libxml2/ |
D | relaxng.c | 387 int pstate; /* progressive state */ member 8151 ctxt->pstate = 1; in xmlRelaxNGValidateProgressiveCallback() 8158 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8165 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8171 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8178 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8190 ctxt->pstate = 0; in xmlRelaxNGValidateProgressiveCallback() 8197 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8207 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() 8215 ctxt->pstate = -1; in xmlRelaxNGValidateProgressiveCallback() [all …]
|
/external/qemu/ |
D | gdbstub.c | 781 ((env->pstate & 0xfff) << 8) | in cpu_gdb_read_register() 844 env->pstate = (tmp >> 8) & 0xfff; in cpu_gdb_write_register()
|
D | monitor.c | 2082 { "pstate", offsetof(CPUState, pstate) },
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 4072 // Note that SPSel is valid for both this and the pstate operands, but with
|