HomeSort by: relevance | last modified time | path
    Searched refs:STORED (Results 1 - 8 of 8) sorted by relevancy

  /src/common/dist/zlib/contrib/infback9/
inflate9.h 14 STORED, /* i: waiting for stored size (length and complement) */
27 TYPE -> STORED or TABLE or LEN or DONE
28 STORED -> TYPE
infback9.c 228 unsigned long copy; /* number of stored or match bytes to copy */
276 case 0: /* stored block */
277 Tracev((stderr, "inflate: stored block%s\n",
279 mode = STORED;
302 case STORED:
303 /* get and verify stored block length */
307 strm->msg = (char *)"invalid stored block lengths";
312 Tracev((stderr, "inflate: stored length %lu\n",
316 /* copy stored block from input to output */
330 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /src/common/dist/zlib/
inflate.h 34 STORED, /* i: waiting for stored size (length and complement) */
36 COPY, /* i/o: waiting for input or output to copy stored block */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
69 STORED -> COPY_ -> COPY -> TYPE
104 /* for string and stored block copying */
infback.c 252 unsigned copy; /* number of stored or match bytes to copy */
292 case 0: /* stored block */
293 Tracev((stderr, "inflate: stored block%s\n",
295 state->mode = STORED;
315 case STORED:
316 /* get and verify stored block length */
320 strm->msg = __UNCONST("invalid stored block lengths");
325 Tracev((stderr, "inflate: stored length %u\n",
329 /* copy stored block from input to output */
343 Tracev((stderr, "inflate: stored end\n"))
    [all...]
inflate.c 62 * - Fixed stored blocks bug in inflateBack()
569 complete that state. Those states are copying stored data, writing a
600 unsigned copy; /* number of stored or match bytes to copy */
846 case 0: /* stored block */
847 Tracev((stderr, "inflate: stored block%s\n",
849 state->mode = STORED;
872 case STORED:
876 strm->msg = __UNCONST("invalid stored block lengths");
881 Tracev((stderr, "inflate: stored length %u\n",
904 Tracev((stderr, "inflate: stored end\n"))
    [all...]
  /src/sys/net/
zlib.c 377 Byte method; /* STORED (for zip only) or DEFLATED */
494 * data is still in the window so we can still emit a stored block even
498 * even emit a stored file instead of a stored block (saving 5 bytes).
1145 /* Output just the 3-bit `stored' block type value,
1705 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited
1706 * to pending_buf_size, and each stored block has a 5 byte header:
1733 /* Emit a stored block if pending_buf will be full: */
1982 * Each code tree is stored in a compressed form which is itself
2952 * Send a stored bloc
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5089 #--NOTE THAT A3 THROUGH A7 ARE STORED IN DOUBLE PRECISION
5142 #--NOTE THAT B4 THROUGH B8 ARE STORED IN DOUBLE PRECISION
5144 #--AND IS THEREFORE STORED AS SINGLE PRECISION.
5509 #--integer quotient will be stored in N
5940 #--integer quotient will be stored in N
6269 #--SO IF F IS CHOSEN TO BE CLOSE TO X AND ATAN(F) IS STORED IN
6749 # 2.5 Calculate the address of the stored value of #
6810 # where T and t are the stored values for 2^(J/64). #
6811 # Notes: 2^(J/64) is stored as T and t where T+t approximates #
6860 # 8.5 Calculate the address of the stored value
    [all...]
fpsp.s 626 # then stored in either the FP regfile, data regfile, or memory. #
866 # then stored in either the FP regfile, data regfile, or memory. #
1147 # - Correct result has been stored as appropriate #
2408 # - None (correct result has been stored as appropriate) #
2421 # emulation, then the result is stored to the destination register and #
3966 # - Correct result has been stored as appropriate #
5195 #--NOTE THAT A3 THROUGH A7 ARE STORED IN DOUBLE PRECISION
5248 #--NOTE THAT B4 THROUGH B8 ARE STORED IN DOUBLE PRECISION
5250 #--AND IS THEREFORE STORED AS SINGLE PRECISION.
5615 #--integer quotient will be stored in
    [all...]

Completed in 47 milliseconds