Searched refs:str_count (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.c842 int str_count; local
848 str_count = 0;
857 if (str_count+4 >= str_len) {
864 pw = pack_tiny_bytes (str_data+str_count,
892 if (str_count+8 >= str_len) return(0);
893 str_count += pack_gam_int(str_data+str_count, tbl[g]);
896 if (str_count+1 >= str_len) return(0);
897 str_data[str_count]=0x7c;
898 str_count
1108 int str_count; local
1256 int str_count; local
[all...]

Completed in 28 milliseconds