HomeSort by relevance Sort by last modified time
    Searched refs:STORED (Results 26 - 44 of 44) sorted by null

12

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
infback.c 263 unsigned copy; /* number of stored or match bytes to copy */
303 case 0: /* stored block */
304 Tracev((stderr, "inflate: stored block%s\n",
306 state->mode = STORED;
326 case STORED:
327 /* get and verify stored block length */
331 strm->msg = (char *)"invalid stored block lengths";
336 Tracev((stderr, "inflate: stored length %u\n",
340 /* copy stored block from input to output */
354 Tracev((stderr, "inflate: stored end\n"));
    [all...]
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
582 complete that state. Those states are copying stored data, writing a
616 unsigned copy; /* number of stored or match bytes to copy */
838 case 0: /* stored block */
839 Tracev((stderr, "inflate: stored block%s\n",
841 state->mode = STORED;
864 case STORED:
868 strm->msg = (char *)"invalid stored block lengths";
873 Tracev((stderr, "inflate: stored length %u\n",
894 Tracev((stderr, "inflate: stored end\n"));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
infback.c 254 unsigned copy; /* number of stored or match bytes to copy */
294 case 0: /* stored block */
295 Tracev((stderr, "inflate: stored block%s\n",
297 state->mode = STORED;
317 case STORED:
318 /* get and verify stored block length */
322 strm->msg = (char *)"invalid stored block lengths";
327 Tracev((stderr, "inflate: stored length %u\n",
331 /* copy stored block from input to output */
345 Tracev((stderr, "inflate: stored end\n"));
    [all...]
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
531 complete that state. Those states are copying stored data, writing a
565 unsigned copy; /* number of stored or match bytes to copy */
785 case 0: /* stored block */
786 Tracev((stderr, "inflate: stored block%s\n",
788 state->mode = STORED;
807 case STORED:
811 strm->msg = (char *)"invalid stored block lengths";
816 Tracev((stderr, "inflate: stored length %u\n",
834 Tracev((stderr, "inflate: stored end\n"));
    [all...]
  /external/python/cpython2/Modules/zlib/
infback.c 263 unsigned copy; /* number of stored or match bytes to copy */
303 case 0: /* stored block */
304 Tracev((stderr, "inflate: stored block%s\n",
306 state->mode = STORED;
326 case STORED:
327 /* get and verify stored block length */
331 strm->msg = (char *)"invalid stored block lengths";
336 Tracev((stderr, "inflate: stored length %u\n",
340 /* copy stored block from input to output */
354 Tracev((stderr, "inflate: stored end\n"))
    [all...]
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
599 complete that state. Those states are copying stored data, writing a
633 unsigned copy; /* number of stored or match bytes to copy */
861 case 0: /* stored block */
862 Tracev((stderr, "inflate: stored block%s\n",
864 state->mode = STORED;
887 case STORED:
891 strm->msg = (char *)"invalid stored block lengths";
896 Tracev((stderr, "inflate: stored length %u\n",
917 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /external/zlib/src/
infback.c 263 unsigned copy; /* number of stored or match bytes to copy */
303 case 0: /* stored block */
304 Tracev((stderr, "inflate: stored block%s\n",
306 state->mode = STORED;
326 case STORED:
327 /* get and verify stored block length */
331 strm->msg = (char *)"invalid stored block lengths";
336 Tracev((stderr, "inflate: stored length %u\n",
340 /* copy stored block from input to output */
354 Tracev((stderr, "inflate: stored end\n"))
    [all...]
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
599 complete that state. Those states are copying stored data, writing a
633 unsigned copy; /* number of stored or match bytes to copy */
861 case 0: /* stored block */
862 Tracev((stderr, "inflate: stored block%s\n",
864 state->mode = STORED;
887 case STORED:
891 strm->msg = (char *)"invalid stored block lengths";
896 Tracev((stderr, "inflate: stored length %u\n",
917 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
ZipArchiveOutputStream.java 70 * the {@link #STORED STORED} method, here setting the CRC and
129 * Compression method for stored entries.
131 public static final int STORED = java.util.zip.ZipEntry.STORED;
333 * uncompressed size for {@link #STORED} entries before
635 } else { /* method is STORED and we used SeekableByteChannel */
769 } else if (entry.entry.getMethod() == STORED
805 * Throws an exception if the size is unknown for a stored entry
813 if (entry.entry.getMethod() == STORED && channel == null)
    [all...]
ZipFile.java 491 case STORED:
    [all...]
  /external/turbine/java/com/google/turbine/main/
Main.java 224 je.setMethod(ZipEntry.STORED);
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
HuffmanDecoder.java 86 * When using dynamic huffman codes the order in which the values are stored
212 return read < blockLength ? STORED : INITIAL;
  /external/u-boot/lib/zlib/
inflate.c 306 complete that state. Those states are copying stored data, writing a
337 unsigned copy; /* number of stored or match bytes to copy */
558 case 0: /* stored block */
559 Tracev((stderr, "inflate: stored block%s\n",
561 state->mode = STORED;
580 case STORED:
584 strm->msg = (char *)"invalid stored block lengths";
589 Tracev((stderr, "inflate: stored length %u\n",
607 Tracev((stderr, "inflate: stored end\n"));
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 60 * - Fixed stored blocks bug in inflateBack()
599 complete that state. Those states are copying stored data, writing a
633 unsigned copy; /* number of stored or match bytes to copy */
861 case 0: /* stored block */
862 Tracev((stderr, "inflate: stored block%s\n",
864 state->mode = STORED;
887 case STORED:
891 strm->msg = (char *)"invalid stored block lengths";
896 Tracev((stderr, "inflate: stored length %u\n",
917 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java     [all...]
  /build/make/tools/signapk/src/com/android/signapk/
SignApk.java 417 // entries that are STORED, then copying all the entries that
419 // DEFLATED). This groups all the stored entries together at
421 // on them (since only stored entries are aligned).
426 if (inEntry.getMethod() != JarEntry.STORED) {
436 // Preserve the STORED method of the input entry.
511 // Copy all the non-STORED entries. We don't attempt to
623 * Returns the multiple (in bytes) at which the provided {@code STORED} entry's data must start
    [all...]
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduParser.java 303 case PduHeaders.STORED:
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 840 milliseconds

12