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

  /external/chromium_org/crypto/
openpgp_symmetric_encryption.h 29 COMPRESSED, // you forgot to pass --compress-algo=NONE
openpgp_symmetric_encryption.cc 222 return OpenPGPSymmetricEncrytion::COMPRESSED;
  /build/core/
dynamic_binary.mk 81 compress_output := $(intermediates)/COMPRESSED-$(LOCAL_BUILT_MODULE_STEM)
  /external/chromium_org/net/quic/crypto/
cert_compressor.cc 150 // CertEntry represents a certificate in compressed form. Each entry is one of
157 // COMPRESSED means that the certificate is included in the trailing zlib
159 COMPRESSED = 1,
226 entry.type = CertEntry::COMPRESSED;
242 case CertEntry::COMPRESSED:
265 case CertEntry::COMPRESSED:
295 if (entries[i].type != CertEntry::COMPRESSED) {
306 if (entries[i].type != CertEntry::COMPRESSED) {
362 case CertEntry::COMPRESSED:
468 if (entries[i].type == CertEntry::COMPRESSED) {
    [all...]
  /external/grub/stage2/
gunzip.c 38 Inflate deflated (PKZIP's method 8 compressed) data. The compression
63 are used. In the dynamic method, the compressed data is preceded by
231 #define COMPRESSED 1
277 * is a compressed file, and simply mark it as such.
327 * Now "gzip_*" values refer to the compressed data.
709 * inflate (decompress) the codes in a deflated (compressed) block.
    [all...]

Completed in 65 milliseconds