Home
last modified time | relevance | path

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

/third_party/backends/frontend/
H A Dscanimage.c1674 int col1, col8; in scan_it() local
1677 for(col8 = 0; col8 < 8; col8++) in scan_it()
1678 buf8[col1 * 8 + col8] = jpegbuf[col1] & (1 << (8 - col8 - 1)) ? 0 : 0xff; in scan_it()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp879 RuleBasedCollator *col8 = new RuleBasedCollator(ruleset2, UCOL_OFF, success); in TestOperators() local
890 // doAssert((*col7 == *col8), "The two equal table collations compared different"); in TestOperators()
892 doAssert((*col8 != *col9), "The two different table collations compared equal"); in TestOperators()
902 delete col8; in TestOperators()

Completed in 7 milliseconds