Searched refs:remSrc (Results 1 - 1 of 1) sorted by relevance
/third_party/lzma/C/ | ||
H A D | Bcj2Enc.c | 200 const SizeT remSrc = (SizeT)(p->srcLim - src);
in Bcj2Enc_Encode_2() local 202 if (rem >= remSrc) in Bcj2Enc_Encode_2() 203 rem = remSrc; in Bcj2Enc_Encode_2() |
Completed in 1 milliseconds