Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_GeneralDecoder.cpp153 FX_BYTE *pLine, cVal; in decode_Arith_Template0_opt2() local
195 cVal = 0; in decode_Arith_Template0_opt2()
202 cVal |= bVal << (7 - k); in decode_Arith_Template0_opt2()
207 pLine[w >> 3] = cVal; in decode_Arith_Template0_opt2()
220 FX_BYTE *pLine, *pLine1, *pLine2, cVal; in decode_Arith_Template0_opt3() local
253 cVal = 0; in decode_Arith_Template0_opt3()
256 cVal |= bVal << k; in decode_Arith_Template0_opt3()
261 pLine[cc] = cVal; in decode_Arith_Template0_opt3()
265 cVal = 0; in decode_Arith_Template0_opt3()
268 cVal |= bVal << (7 - k); in decode_Arith_Template0_opt3()
[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.c986 char cVal; in TestFilePrintCompatibility() local
1096 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1097 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility()
1102 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1103 if (cVal != C_NEW_LINE[num]) { in TestFilePrintCompatibility()
1109 cVal = -1; in TestFilePrintCompatibility()
1110 n += fscanf(myCFile, "%c", &cVal); in TestFilePrintCompatibility()
1111 if (num != cVal) { in TestFilePrintCompatibility()
1112 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num); in TestFilePrintCompatibility()
/external/webrtc/src/system_wrappers/source/
Dsort.cc233 IntegerType cVal = 0;
234 boost::float_sort_cast(dataT, dataT + numOfElements, cVal);
/external/lzma/CPP/Common/
DMyWindows.h158 CHAR cVal; member
/external/webrtc/src/system_wrappers/source/spreadsortlib/
Dspreadsort.hpp963 inline void float_sort_cast(RandomAccessIter first, RandomAccessIter last, cast_type cVal) in float_sort_cast() argument
968 detail::float_Sort(first, last, cVal, *first); in float_sort_cast()
976 int cVal = 0; in float_sort_cast_to_int() local
977 float_sort_cast(first, last, cVal); in float_sort_cast_to_int()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp25 Result.Int8 = V.cVal; in VariantFromVARIANT()