HomeSort by relevance Sort by last modified time
    Searched refs:cVal (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrdProc.cpp 94 uint8_t cVal = 0;
97 cVal |= bVal << k;
101 pLine[cc] = cVal;
122 uint8_t cVal = 0;
125 cVal |= bVal << k;
129 pLine[cc] = cVal;
219 uint8_t cVal = 0;
222 cVal |= bVal << k;
226 pLine[cc] = cVal;
247 uint8_t cVal = 0
    [all...]
JBig2_GrrdProc.cpp 214 uint8_t cVal = 0;
217 cVal |= bVal << (7 - k);
224 pLine[w >> 3] = cVal;
251 uint8_t cVal = 0;
264 cVal |= bVal << (7 - k);
271 pLine[w >> 3] = cVal;
440 uint8_t cVal = 0;
443 cVal |= bVal << (7 - k);
450 pLine[w >> 3] = cVal;
474 uint8_t cVal = 0
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 163 CHAR cVal;
  /external/icu/icu4c/source/test/iotest/
filetst.c     [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AVA.java 286 int cVal = hexDigits.indexOf(Character.toUpperCase((char)c));
288 if (cVal == -1) {
294 b = (byte)((b * 16) + (byte)(cVal));
297 b = (byte)(cVal);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 888 const char *cVal = reinterpret_cast<const char *>(data);
890 elem->incRefs(cVal);
891 cVal += stride;
    [all...]
  /external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp     [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 27 Result.Value.Int8 = V.cVal;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 682 #define V_I1(X) V_UNION(X,cVal)
    [all...]
propidl.h 211 CHAR cVal;
    [all...]
oaidl.h 420 CHAR cVal;
507 CHAR cVal;
    [all...]

Completed in 610 milliseconds