HomeSort by relevance Sort by last modified time
    Searched defs:EXTRA (Results 1 - 10 of 10) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/
Makefile 12 EXTRA=\
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/
Makefile 13 EXTRA=\
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/
Makefile 12 EXTRA=\
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
Makefile 15 EXTRA=\
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
Makefile 12 EXTRA=\
  /external/chromium/third_party/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
40 LENEXT, /* i: waiting for length extra bits */
42 DISTEXT, /* i: waiting for distance extra bits */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
100 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
40 LENEXT, /* i: waiting for length extra bits */
42 DISTEXT, /* i: waiting for distance extra bits */
60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME
100 unsigned extra; /* extra bits needed */ member in struct:inflate_state
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 88 /** Extra characters */
89 protected static final String EXTRA = "--";
91 /** Extra characters as a byte array */
93 EncodingUtils.getAsciiBytes(EXTRA);
  /external/zlib/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
39 - fixed-length (no file name) header with extra field (see below)
48 extra field has the necessary information to restore the start of the last
61 The extra field has the necessary information to find the end of the
93 Following is the definition of the extra field with all of the information
100 length is two bytes long. The gzip extra field two-byte identification is
101 "ap" for append. It is assumed that writing the extra field to the file is
102 an "atomic" operation. That is, either all of the extra field is written
104 point of updating the extra field. This is a reasonable assumption, since
105 the extra field is within the first 52 bytes of the file, which is smalle
    [all...]
  /external/zlib/
inflate.h 24 OS, /* i: waiting for extra flags and operating system (gzip) */
25 EXLEN, /* i: waiting for extra length (gzip) */
26 EXTRA, /* i: waiting for extra bytes (gzip) */
42 LENEXT, /* i: waiting for length extra bits */
44 DISTEXT, /* i: waiting for distance extra bits */
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
104 unsigned extra; /* extra bits needed */ member in struct:inflate_state

Completed in 86 milliseconds