OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cVal
(Results
1 - 11
of
11
) sorted by null
/external/pdfium/core/src/fxcodec/jbig2/
JBig2_GrdProc.cpp
71
uint8_t* pLine, *pLine1, *pLine2,
cVal
;
102
cVal
= 0;
105
cVal
|= bVal << k;
109
pLine[cc] =
cVal
;
113
cVal
= 0;
116
cVal
|= bVal << (7 - k);
121
pLine[nLineBytes] =
cVal
;
130
cVal
= 0;
133
cVal
|= bVal << k;
137
pLine[cc] =
cVal
;
[
all
...]
JBig2_GrrdProc.cpp
158
uint8_t* pLine, *pLineR,
cVal
;
221
cVal
= 0;
224
cVal
|= bVal << (7 - k);
231
pLine[w >> 3] =
cVal
;
255
cVal
= 0;
268
cVal
|= bVal << (7 - k);
275
pLine[w >> 3] =
cVal
;
396
uint8_t* pLine, *pLineR,
cVal
;
453
cVal
= 0;
456
cVal
|= bVal << (7 - k)
[
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
287
int
cVal
= hexDigits.indexOf(Character.toUpperCase((char)c));
289
if (
cVal
== -1) {
295
b = (byte)((b * 16) + (byte)(
cVal
));
298
b = (byte)(
cVal
);
[
all
...]
/frameworks/rs/cpu_ref/
rsCpuScript.cpp
890
const char *
cVal
= reinterpret_cast<const char *>(data);
892
elem->incRefs(
cVal
);
893
cVal
+= stride;
[
all
...]
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/
spreadsort.hpp
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h
177
CHAR
cVal
;
oleauto.h
682
#define V_I1(X) V_UNION(X,
cVal
)
[
all
...]
oaidl.h
298
CHAR
cVal
;
369
CHAR
cVal
;
[
all
...]
/external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
25
Result.Int8 = V.
cVal
;
[
all
...]
Completed in 897 milliseconds