HomeSort by: relevance | last modified time | path
    Searched defs:in_limit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/common/
stream_encoder_mt.c 271 size_t in_limit = in_size; local
273 in_limit = in_pos + in_chunk_max;
279 thr->in, &in_pos, in_limit, thr->outbuf->buf,
stream_encoder_mt.c 271 size_t in_limit = in_size; local
273 in_limit = in_pos + in_chunk_max;
279 thr->in, &in_pos, in_limit, thr->outbuf->buf,

Completed in 47 milliseconds