Home
last modified time | relevance | path

Searched refs:cVal (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp106 uint8_t cVal = 0; in decode_Arith_Template0_opt3() local
112 cVal |= bVal << k; in decode_Arith_Template0_opt3()
116 pLine[cc] = cVal; in decode_Arith_Template0_opt3()
140 uint8_t cVal = 0; in decode_Arith_Template0_opt3() local
146 cVal |= bVal << k; in decode_Arith_Template0_opt3()
150 pLine[cc] = cVal; in decode_Arith_Template0_opt3()
254 uint8_t cVal = 0; in decode_Arith_Template1_opt3() local
260 cVal |= bVal << k; in decode_Arith_Template1_opt3()
264 pLine[cc] = cVal; in decode_Arith_Template1_opt3()
288 uint8_t cVal = 0; in decode_Arith_Template1_opt3() local
[all …]
DJBig2_GrrdProc.cpp207 uint8_t cVal = 0; in decode_Template0_opt() local
213 cVal |= bVal << (7 - k); in decode_Template0_opt()
220 pLine[w >> 3] = cVal; in decode_Template0_opt()
247 uint8_t cVal = 0; in decode_Template0_opt() local
263 cVal |= bVal << (7 - k); in decode_Template0_opt()
270 pLine[w >> 3] = cVal; in decode_Template0_opt()
452 uint8_t cVal = 0; in decode_Template1_opt() local
455 cVal |= bVal << (7 - k); in decode_Template1_opt()
462 pLine[w >> 3] = cVal; in decode_Template1_opt()
486 uint8_t cVal = 0; in decode_Template1_opt() local
[all …]
/external/clang/test/Rewriter/
Drewrite-typeof.mm31 __typeof__(bVal) cVal = bVal;
32 char *a3t = (char *)@encode(__typeof__(cVal));
Drewrite-modern-typeof.mm33 __typeof__(bVal) cVal = bVal;
34 char *a3t = (char *)@encode(__typeof__(cVal));
/external/icu/icu4c/source/test/iotest/
Dfiletst.c989 char cVal; in TestFilePrintCompatibility() local
1099 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1100 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility()
1105 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1106 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility()
1112 cVal = -1; in TestFilePrintCompatibility()
1113 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1114 if (num != cVal) { in TestFilePrintCompatibility()
1115 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num); in TestFilePrintCompatibility()
/external/lzma/CPP/Common/
DMyWindows.h163 CHAR cVal; member
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp968 inline void float_sort_cast(RandomAccessIter first, RandomAccessIter last, cast_type cVal) in float_sort_cast() argument
973 detail::float_Sort(first, last, cVal, *first); in float_sort_cast()
981 int cVal = 0; in float_sort_cast_to_int() local
982 float_sort_cast(first, last, cVal); in float_sort_cast_to_int()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp27 Result.Value.Int8 = V.cVal; in VariantFromVARIANT()