Home
last modified time | relevance | path

Searched refs:tjErrorCode (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Dtjbench.c48 int tjErrorLine = -1, tjErrorCode = -1; variable
63 tjErrorCode != _tjErrorCode || tjErrorLine != __LINE__) { \
66 tjErrorCode = _tjErrorCode; \
/external/libjpeg-turbo/java/
DTJBench.java69 private static int tjErrorCode = -1; field in TJBench
78 tjErrorCode != errorCode) { in handleTJException()
80 tjErrorCode = errorCode; in handleTJException()