Searched defs:neg_tbl (Results 1 - 1 of 1) sorted by relevance
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/config/ |
H A D | gfx_gamma_pack.c | 393 * are used to pack the integers. pos_tbl and neg_tbl are 418 char *neg_tbl, 433 min_neg_lim = - strlen(neg_tbl); /* -1 to -n */ 442 ovlap = strpbrk(pos_tbl, neg_tbl); 446 ovlap = strpbrk(neg_tbl ,lsb_tbl); 497 pos_tbl, neg_tbl, lsb_tbl ); 512 *byte = neg_tbl[ (-data-1) ] ; 544 pos_tbl, neg_tbl, lsb_tbl ); 593 char *neg_tbl, 611 min_neg_lim = - strlen(neg_tbl); /* 414 pack_int_core( char *byte, int data, char *pos_tbl, char *neg_tbl, char *lsb_tbl ) argument 589 unpack_int_core( char *inp_str, int *data, char *pos_tbl, char *neg_tbl, char *lsb_tbl ) argument [all...] |
Completed in 10 milliseconds