Searched refs:jstate (Results 1 - 2 of 2) sorted by relevance

/external/mksh/src/
H A Djobs.c1357 int jstate; local
1367 jstate = PRUNNING;
1372 if (p->state > jstate)
1373 jstate = p->state;
1375 j->state = jstate;
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp102 enum jstate { enum in namespace:WebCore
549 jstate m_state;

Completed in 108 milliseconds