Lines Matching refs:nct_min
36 #define nct_min(x,y) ((x<y) ? x : y)1258 end = nct_min(targ + gOutBufferSize, realBufferEnd);1259 sourceLimit = nct_min(src + gInBufferSize, realSourceEnd);1432 end = nct_min( targ + gOutBufferSize, realBufferEnd);1433 srcLimit = nct_min(realSourceEnd, src + gInBufferSize);