OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompressedSize
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
Compression.cpp
51
unsigned long
CompressedSize
= ::compressBound(InputBuffer.size());
52
CompressedBuffer.reserve(
CompressedSize
);
54
::compress2((Bytef *)CompressedBuffer.data(), &
CompressedSize
,
58
__msan_unpoison(CompressedBuffer.data(),
CompressedSize
);
59
CompressedBuffer.set_size(
CompressedSize
);
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
465
uint64_t
CompressedSize
= decodeULEB128(P, &N);
467
bool isCompressed = (
CompressedSize
!= 0);
475
CompressedSize
);
482
P +=
CompressedSize
;
/src/external/gpl3/binutils/dist/zlib/contrib/minizip/
zip.c
992
ZPOS64_T
CompressedSize
= 0;
1002
err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)
CompressedSize
,8);
/src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
zip.c
1031
ZPOS64_T
CompressedSize
= 0;
1041
err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)
CompressedSize
,8);
/src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
zip.c
1031
ZPOS64_T
CompressedSize
= 0;
1041
err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)
CompressedSize
,8);
/src/external/gpl3/gdb/dist/zlib/contrib/minizip/
zip.c
992
ZPOS64_T
CompressedSize
= 0;
1002
err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)
CompressedSize
,8);
/src/common/dist/zlib/contrib/minizip/
zip.c
1238
ZPOS64_T
CompressedSize
= 0;
1248
err = zip64local_putValue(&zi->z_filefunc, zi->filestream, (ZPOS64_T)
CompressedSize
,8);
Completed in 23 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026