Searched refs:out_length (Results 1 - 7 of 7) sorted by relevance
| /forgerock/web-agents-v4/zlib/ |
| H A D | trees.c | 1036 ulg out_length = (ulg)s->last_lit*8L; local 1040 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1043 out_length >>= 3; 1045 s->last_lit, in_length, out_length, 1046 100L - out_length*100L/in_length)); 1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
| /illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | metaSession.c | 217 meta_getopstatelen(meta_session_t *session, CK_ULONG *out_length) argument 223 *out_length = sizeof (meta_opstate_t); 229 *out_length += length;
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
| H A D | zlib.c | 2428 ulg out_length = (ulg)s->last_lit*8L; local 2432 out_length += (ulg)s->dyn_dtree[dcode].Freq * 2435 out_length >>= 3; 2437 s->last_lit, in_length, out_length, 2438 100L - out_length*100L/in_length)); 2439 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
| /illumos-gate/usr/src/cmd/fs.d/udfs/labelit/ |
| H A D | labelit.c | 472 int32_t out_length = 0; local 474 out_length = ud_convert2unicode(value, out_buf, out_len); 475 if (out_length > len - 1) { 480 return (out_length);
|
| /illumos-gate/usr/src/uts/common/zmod/ |
| H A D | trees.c | 1048 ulg out_length = (ulg)s->last_lit*8L; local 1052 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1055 out_length >>= 3; 1057 s->last_lit, in_length, out_length, 1058 100L - out_length*100L/in_length)); 1059 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
| /illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.c | 3331 ulg out_length = (ulg)s->last_lit*8L; local 3335 out_length += (ulg)s->dyn_dtree[dcode].Freq * 3338 out_length >>= 3; 3340 s->last_lit, in_length, out_length, 3341 100L - out_length*100L/in_length)); 3342 if (s->matches < s->last_lit/2 && out_length < in_length/2)
|
| /illumos-gate/usr/src/boot/lib/libz/ |
| H A D | trees.c | 1036 ulg out_length = (ulg)s->last_lit*8L; local 1040 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1043 out_length >>= 3; 1045 s->last_lit, in_length, out_length, 1046 100L - out_length*100L/in_length)); 1047 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
Completed in 133 milliseconds