Home
last modified time | relevance | path

Searched refs:out_length (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c470 int32_t out_length = 0; in convert_string() local
472 out_length = ud_convert2unicode(value, out_buf, out_len); in convert_string()
473 if (out_length > len - 1) { in convert_string()
478 return (out_length); in convert_string()
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSession.c217 meta_getopstatelen(meta_session_t *session, CK_ULONG *out_length) in meta_getopstatelen() argument
223 *out_length = sizeof (meta_opstate_t); in meta_getopstatelen()
229 *out_length += length; in meta_getopstatelen()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2428 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/uts/common/io/ppp/spppcomp/
H A Dzlib.c3329 ulg out_length = (ulg)s->last_lit*8L; local
3333 out_length += (ulg)s->dyn_dtree[dcode].Freq *
3336 out_length >>= 3;
3338 s->last_lit, in_length, out_length,
3339 100L - out_length*100L/in_length));
3340 if (s->matches < s->last_lit/2 && out_length < in_length/2)