OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compressed
(Results
201 - 225
of
2537
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/tcpdump/
ipproto.c
49
{ IPPROTO_IPCOMP, "
Compressed
IP" },
print-vjc.c
43
* It also indicates that, for
compressed
SLIP:
59
*
compressed
SLIP, although it doesn't handle UNCOMPRESSED_TCP
68
* Without a BSD/OS VJC-
compressed
PPP trace, or knowledge of what the
91
ND_PRINT((ndo, "(vjc type=
compressed
TCP) "));
/external/valgrind/memcheck/tests/
pdb-realloc.c
1
// This test-case exposes a bug that was present in the
compressed
V bit
/external/zlib/src/contrib/minizip/
minizip.1
23
is a simple tool which allows the creation of
compressed
file archives
/external/zopfli/src/zopfli/
gzip_container.h
34
Compresses according to the gzip specification and append the
compressed
zlib_container.h
34
Compresses according to the zlib specification and append the
compressed
/frameworks/compile/slang/
legacy_bitcode.h
25
//
compressed
log2 form). It occupies bits 31-16 inclusive.
/hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h
35
* struct snd_compressed_buffer:
compressed
buffer
45
* struct snd_compr_params:
compressed
stream params
126
* struct snd_compr_audio_info:
compressed
input audio information
149
* struct snd_compr_metadata:
compressed
stream metadata
/hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h
35
* struct snd_compressed_buffer:
compressed
buffer
45
* struct snd_compr_params:
compressed
stream params
126
* struct snd_compr_audio_info:
compressed
input audio information
149
* struct snd_compr_metadata:
compressed
stream metadata
/hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h
35
* struct snd_compressed_buffer:
compressed
buffer
45
* struct snd_compr_params:
compressed
stream params
126
* struct snd_compr_audio_info:
compressed
input audio information
147
* struct snd_compr_metadata:
compressed
stream metadata
/hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h
35
* struct snd_compressed_buffer:
compressed
buffer
45
* struct snd_compr_params:
compressed
stream params
126
* struct snd_compr_audio_info:
compressed
input audio information
147
* struct snd_compr_metadata:
compressed
stream metadata
/libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java
130
byte[]
compressed
= deflate(new byte[] { 1, 2, 3}, null);
131
assertEquals(11,
compressed
.length);
134
inflater.setInput(
compressed
, 0, 5);
143
inflater.setInput(
compressed
, 5, 6);
/prebuilts/go/darwin-x86/src/compress/zlib/
reader.go
6
Package zlib implements reading and writing of zlib format
compressed
data,
10
and compress during writing. For example, to write
compressed
data
74
// NewReaderDict ignores the dictionary if the
compressed
data does not refer to it.
75
// If the
compressed
data refers to a different dictionary, NewReaderDict returns ErrDictionary.
/prebuilts/go/darwin-x86/src/crypto/rand/
rand_test.go
30
t.Fatalf("
Compressed
%d -> %d", len(b), z.Len())
/prebuilts/go/darwin-x86/src/regexp/testdata/
README
24
The exhaustive file is
compressed
because it is huge.
/prebuilts/go/linux-x86/src/compress/zlib/
reader.go
6
Package zlib implements reading and writing of zlib format
compressed
data,
10
and compress during writing. For example, to write
compressed
data
74
// NewReaderDict ignores the dictionary if the
compressed
data does not refer to it.
75
// If the
compressed
data refers to a different dictionary, NewReaderDict returns ErrDictionary.
/prebuilts/go/linux-x86/src/crypto/rand/
rand_test.go
30
t.Fatalf("
Compressed
%d -> %d", len(b), z.Len())
/prebuilts/go/linux-x86/src/regexp/testdata/
README
24
The exhaustive file is
compressed
because it is huge.
/system/update_engine/payload_generator/
xz.h
28
// Compresses the input buffer |in| into |out| with xz. The
compressed
stream
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/
compressed-1a.d
2
#source:
compressed
-1.s
6
#name: objcopy on
compressed
debug sections
40
<11> DW_AT_name : \(indirect string, offset: 0x18\):
compressed
-1.c
93
1 0 0 0
compressed
-1.c
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/
compressed-1a.d
2
#source:
compressed
-1.s
6
#name: objcopy on
compressed
debug sections
40
<11> DW_AT_name : \(indirect string, offset: 0x18\):
compressed
-1.c
93
1 0 0 0
compressed
-1.c
/external/skia/src/images/
SkImageDecoder_ktx.cpp
29
// texture in an OpenGL application, including the use of
compressed
data.
32
// can sniff the data before creating a texture. If they encounter a
compressed
format
88
// Search through the
compressed
formats to see if the KTX file is holding
89
//
compressed
data
101
// If the
compressed
format is a grayscale image, then setup the bitmap properly...
139
// Decode the
compressed
format
294
// ETC1 Data is stored as
compressed
4x4 pixel blocks, so we must make sure
/external/zlib/src/examples/
fitblk.c
1
/* fitblk.c: example of fitting
compressed
output to a specified size
14
/* Approach to just fitting a requested
compressed
size:
23
the
compressed
data that fit in the requested plus excess sized
30
result of the second step, but only the
compressed
data up to the
31
requested size minus an amount to allow the
compressed
stream to
33
final
compressed
stream whose length is less than or equal to the
39
before filling the requested output size, then that
compressed
zran.c
12
for random access of a
compressed
file. A file containing a zlib or gzip
13
stream is provided on the command line. The
compressed
stream is decoded in
15
in the uncompressed output. The
compressed
file is left open, and can then
32
necessary the first few bits of the
compressed
data is read from the file.
39
requests for random access reads from the
compressed
data would try to use
136
/* Make one entire pass through the
compressed
stream and build an index, with
165
also validates the integrity of the
compressed
data using the check
171
/* get some
compressed
data from input file */
208
of the
compressed
data after that block has been consumed,
382
fprintf(stderr, "zran:
compressed
data error in %s\n", argv[1])
[
all
...]
/libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java
43
long csize = -1; //
compressed
size of entry data
57
* Compression method for
compressed
(deflated) entries.
179
* Returns the size of the
compressed
entry data, or -1 if not known.
180
* In the case of a stored entry, the
compressed
size will be the same
182
* @return the size of the
compressed
entry data, or -1 if not known
190
* Sets the size of the
compressed
entry data.
191
* @param csize the
compressed
size to set to
Completed in 4456 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>