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

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_GeneralDecoder.cpp100 FX_BYTE *pLine, cVal; local
142 cVal = 0;
149 cVal |= bVal << (7 - k);
154 pLine[w >> 3] = cVal;
167 FX_BYTE *pLine, *pLine1, *pLine2, cVal; local
200 cVal = 0;
203 cVal |= bVal << k;
208 pLine[cc] = cVal;
212 cVal = 0;
215 cVal |
351 FX_BYTE *pLine, cVal; local
418 FX_BYTE *pLine, *pLine1, *pLine2, cVal; local
597 FX_BYTE *pLine, cVal; local
664 FX_BYTE *pLine, *pLine1, *pLine2, cVal; local
837 FX_BYTE *pLine, cVal; local
896 FX_BYTE *pLine, *pLine1, cVal; local
1379 FX_BYTE *pLine, *pLineR, cVal; local
1588 FX_BYTE *pLine, *pLineR, cVal; local
3764 FX_BYTE *pLine1, *pLine2, cVal; local
3905 FX_BYTE *pLine1, *pLine2, cVal; local
4043 FX_BYTE *pLine1, *pLine2, cVal; local
4179 FX_BYTE *pLine1, cVal; local
[all...]
/external/lzma/CPP/Common/
H A DMyWindows.h158 CHAR cVal; member in union:tagPROPVARIANT::__anon26762
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c986 char cVal; local
1096 n += fscanf(myCFile, "%c", &cVal);
1097 if (cVal != C_NEW_LINE[num]) {
1102 n += fscanf(myCFile, "%c", &cVal);
1103 if (cVal != C_NEW_LINE[num]) {
1109 cVal = -1;
1110 n += fscanf(myCFile, "%c", &cVal);
1111 if (num != cVal) {
1112 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num);
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c986 char cVal; local
1096 n += fscanf(myCFile, "%c", &cVal);
1097 if (cVal != C_NEW_LINE[num]) {
1102 n += fscanf(myCFile, "%c", &cVal);
1103 if (cVal != C_NEW_LINE[num]) {
1109 cVal = -1;
1110 n += fscanf(myCFile, "%c", &cVal);
1111 if (num != cVal) {
1112 log_err("%%c Got: 0x%x, Expected: 0x%x\n", cVal, num);
/external/webrtc/src/system_wrappers/source/
H A Dsort.cc233 IntegerType cVal = 0;
234 boost::float_sort_cast(dataT, dataT + numOfElements, cVal);
/external/chromium_org/base/win/
H A Dscoped_variant.cc123 var_.cVal = i8;
/external/chromium_org/third_party/webrtc/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp963 inline void float_sort_cast(RandomAccessIter first, RandomAccessIter last, cast_type cVal) argument
968 detail::float_Sort(first, last, cVal, *first);
976 int cVal = 0; local
977 float_sort_cast(first, last, cVal);
/external/webrtc/src/system_wrappers/source/spreadsortlib/
H A Dspreadsort.hpp963 inline void float_sort_cast(RandomAccessIter first, RandomAccessIter last, cast_type cVal) argument
968 detail::float_Sort(first, last, cVal, *first);
976 int cVal = 0; local
977 float_sort_cast(first, last, cVal);

Completed in 1324 milliseconds