Searched refs:out_length (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Dtrees.c1075 ulg out_length = (ulg)s->last_lit*8L; local
1079 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1082 out_length >>= 3;
1084 s->last_lit, in_length, out_length,
1085 100L - out_length*100L/in_length));
1086 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/darwin-on-arm/xnu/bsd/kern/
H A Dubc_subr.c378 * On success, out_start and out_length will point to the
383 cs_entitlements_blob_get(proc_t p, void **out_start, size_t *out_length) argument
464 *out_length = length;

Completed in 22 milliseconds