Searched defs:pos_tbl (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.c393 * are used to pack the integers. pos_tbl and neg_tbl are
417 char *pos_tbl,
432 max_pos_lim = strlen(pos_tbl) - 1; /* 0 to n-1 */
442 ovlap = strpbrk(pos_tbl, neg_tbl);
450 ovlap = strpbrk(lsb_tbl ,pos_tbl);
465 *byte = pos_tbl[data];
497 pos_tbl, neg_tbl, lsb_tbl );
544 pos_tbl, neg_tbl, lsb_tbl );
592 char *pos_tbl,
610 max_pos_lim = strlen(pos_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 11 milliseconds