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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c979 int tcount; local
988 tcount = 0;
993 if (tcount >= tbl_len) {
1016 ll = unpack_gam_int(sp, tbl+tcount);
1021 tcount++;
1033 tb = unpack_tiny_bytes (*sp, tbl+tcount, tbl_len-tcount);
1036 tcount += tb;
1049 return (tcount);

Completed in 40 milliseconds