OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compsize
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/opengl/libs/GLES2_dbg/src/
dbgcontext.cpp
150
const uint32_t
compSize
= lzf_compress((const char *)in_data + i, chunkSize,
153
outStr->append((const char *)&
compSize
, sizeof(
compSize
));
154
if (
compSize
> 0)
155
outStr->append(lzf_buf,
compSize
);
/frameworks/base/include/utils/
StreamingZipInflater.h
34
StreamingZipInflater(int fd, off64_t compDataStart, size_t uncompSize, size_t
compSize
);
/frameworks/base/libs/utils/
StreamingZipInflater.cpp
35
size_t uncompSize, size_t
compSize
) {
40
mInTotalSize =
compSize
;
/external/clang/lib/Sema/
SemaExprMember.cpp
346
unsigned
CompSize
= HalvingSwizzle ? (vecType->getNumElements() + 1) / 2
349
CompSize
--;
351
if (
CompSize
== 1)
356
QualType VT = S.Context.getExtVectorType(vecType->getElementType(),
CompSize
);
[
all
...]
/external/tremolo/Tremolo/
bitwise.c
388
void cliptest(unsigned long *b,int vals,int bits,int *comp,int
compsize
){
391
for(i=0;i<
compsize
;i++)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libGL.so
libGL.so.1
libGL.so.1.2
Completed in 2188 milliseconds