Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/jbig2/
DJBig2_GrdProc.cpp94 uint8_t cVal = 0; in decode_Arith_Template0_opt3() local
97 cVal |= bVal << k; in decode_Arith_Template0_opt3()
101 pLine[cc] = cVal; in decode_Arith_Template0_opt3()
122 uint8_t cVal = 0; in decode_Arith_Template0_opt3() local
125 cVal |= bVal << k; in decode_Arith_Template0_opt3()
129 pLine[cc] = cVal; in decode_Arith_Template0_opt3()
219 uint8_t cVal = 0; in decode_Arith_Template1_opt3() local
222 cVal |= bVal << k; in decode_Arith_Template1_opt3()
226 pLine[cc] = cVal; in decode_Arith_Template1_opt3()
247 uint8_t cVal = 0; in decode_Arith_Template1_opt3() local
[all …]
DJBig2_GrrdProc.cpp214 uint8_t cVal = 0; in decode_Template0_opt() local
217 cVal |= bVal << (7 - k); in decode_Template0_opt()
224 pLine[w >> 3] = cVal; in decode_Template0_opt()
251 uint8_t cVal = 0; in decode_Template0_opt() local
264 cVal |= bVal << (7 - k); in decode_Template0_opt()
271 pLine[w >> 3] = cVal; in decode_Template0_opt()
440 uint8_t cVal = 0; in decode_Template1_opt() local
443 cVal |= bVal << (7 - k); in decode_Template1_opt()
450 pLine[w >> 3] = cVal; in decode_Template1_opt()
474 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()