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

/freebsd-12-stable/sys/contrib/zstd/lib/compress/
H A Dfse_compress.c549 U32 maxV = 0, maxC = 0; local
551 if (count[s] > maxC) { maxV=s; maxC=count[s]; }
/freebsd-12-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c4154 Unit *maxC; /* high water mark for C */ local
4166 maxC = c + alength; /* A is usually the longer */
4186 if (minC > maxC)
4189 minC = maxC;
4190 maxC = hold;
4254 if (c < maxC)
4255 for (; c < maxC; c++)
4331 for (c = clsu; c < maxC; c++)

Completed in 122 milliseconds