Home | History | Annotate | Download | only in cintltst

Lines Matching refs:nct_min

35 #define nct_min(x,y)  ((x<y) ? x : y)
1256 end = nct_min(targ + gOutBufferSize, realBufferEnd);
1257 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);
1430 end = nct_min( targ + gOutBufferSize, realBufferEnd);
1431 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);