HomeSort by: relevance | last modified time | path
    Searched defs:statep (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/byacc/dist/
verbose.c 181 core *statep = state_table[state]; local
182 int k = statep->nitems;
187 Value_t *sp = ritem + statep->items[i];
  /src/bin/ksh/
lex.c 84 if (++statep == state_info.end) \
85 statep = push_state_(&state_info, statep); \
86 state = statep->ls_state = (s); \
90 if (--statep == state_info.base) \
91 statep = pop_state_(&state_info, statep); \
92 state = statep->ls_state; \
109 Lex_state states[STATE_BSIZE], *statep; local
121 statep = &states[1]
    [all...]
  /src/sys/arch/sparc64/sparc64/
netbsd32_machdep.c 309 const struct fpstate64 *statep = &initfpstate; local
313 statep = l->l_md.md_fpstate;
315 regs->fr_regs[i] = statep->fs_regs[i];
316 regs->fr_fsr = statep->fs_fsr;
325 struct fpstate64 *statep; local
328 statep = l->l_md.md_fpstate;
329 if (statep == NULL)
332 statep->fs_regs[i] = regs->fr_regs[i];
333 statep->fs_fsr = regs->fr_fsr;
334 statep->fs_qsize = 0
    [all...]
  /src/external/bsd/top/dist/machine/
m_netbsd.c 882 const char *statep; local
908 statep = wmesg;
910 statep = state_abbrev[(unsigned)pp->p_stat];
921 statep, (unsigned int)pp->p_cpuid);
922 statep = state;
939 statep,
982 const char *statep; local
1006 statep = wmesg;
1008 statep = state_abbrev[(unsigned)pl->l_stat];
1019 statep, (unsigned int)pl->l_cpuid)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 9475 /* Return a copy of COND from *STATEP, inverted if that is indicated by the
9476 CC field of *STATEP. */
9479 arc_get_ccfsm_cond (struct arc_ccfsm *statep, bool reverse)
9481 rtx cond = statep->cond;
9486 if (statep->cc == raw_cc)
9489 gcc_assert (ARC_INVERSE_CONDITION_CODE (raw_cc) == statep->cc);
9549 struct arc_ccfsm *statep = &cfun->machine->ccfsm_current;
9551 memset (statep, 0, sizeof *statep);
9554 arc_ccfsm_advance (insn, statep);
9548 struct arc_ccfsm *statep = &cfun->machine->ccfsm_current; local
    [all...]

Completed in 26 milliseconds