| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-dejagnu.h | 201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate; variable in typeref:enum:teststate 205 teststate laststate; member in class:TestState 231 laststate = PASSED; 245 laststate = PASSED; 259 laststate = FAILED; 273 laststate = XFAILED; 287 laststate = UNTESTED; 301 laststate = UNRESOLVED; 330 return os << "\t" << outstate[t.laststate] << t.lastmsg ; 333 int GetState (void) { return laststate; } [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-dejagnu.h | 201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate; variable in typeref:enum:teststate 205 teststate laststate; member in class:TestState 231 laststate = PASSED; 245 laststate = PASSED; 259 laststate = FAILED; 273 laststate = XFAILED; 287 laststate = UNTESTED; 301 laststate = UNRESOLVED; 330 return os << "\t" << outstate[t.laststate] << t.lastmsg ; 333 int GetState (void) { return laststate; } [all...] |
| /src/external/bsd/nvi/dist/regex/ |
| regex2.h | 149 sopno laststate; /* the final OEND */ member in struct:re_guts
|
| /src/lib/libc/regex/ |
| regex2.h | 184 sopno laststate; /* the final OEND */ member in struct:re_guts
|
| /src/sys/arch/evbsh3/ap_ms104_sh4/ |
| shpcmcia.c | 134 int laststate; member in struct:shpcmcia_handle 276 sc->sc_handle[0].laststate = SHPCMCIA_LASTSTATE_EMPTY; 350 h->laststate = SHPCMCIA_LASTSTATE_PRESENT; 352 h->laststate = SHPCMCIA_LASTSTATE_EMPTY; 532 if (h->laststate == SHPCMCIA_LASTSTATE_PRESENT) { 537 h->laststate = SHPCMCIA_LASTSTATE_EMPTY; 540 if (h->laststate != SHPCMCIA_LASTSTATE_PRESENT) { 543 h->laststate = SHPCMCIA_LASTSTATE_PRESENT; 563 if (h->laststate == SHPCMCIA_LASTSTATE_PRESENT) { 568 h->laststate = SHPCMCIA_LASTSTATE_EMPTY [all...] |
| /src/sys/dev/ic/ |
| i82365var.h | 64 int laststate; member in struct:pcic_handle
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regex2.h | 143 sopno laststate; /* the final OEND */ member in struct:re_guts
|
| /src/sys/arch/mmeye/dev/ |
| mmeyepcmcia.c | 86 int laststate; member in struct:mmeyepcmcia_handle 300 sc->handle[0].laststate = MMEYEPCMCIA_LASTSTATE_EMPTY; 492 h->laststate = MMEYEPCMCIA_LASTSTATE_PRESENT; 494 h->laststate = MMEYEPCMCIA_LASTSTATE_EMPTY; 552 if (h->laststate != MMEYEPCMCIA_LASTSTATE_PRESENT) { 557 h->laststate = MMEYEPCMCIA_LASTSTATE_PRESENT; 559 if (h->laststate == MMEYEPCMCIA_LASTSTATE_PRESENT) { 569 h->laststate = ((statreg & MMEYEPCMCIA_IF_STATUS_CARDDETECT_MASK) == 0)
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| radeon_state.c | 2530 unsigned char laststate; local 2569 for (laststate = 0xff, i = 0; i < vertex->nr_prims; i++) { 2576 if (prim.stateidx != laststate) { 2589 laststate = prim.stateidx;
|