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

/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c103 * bcd_pack[x] is the bcd byte for 0<=x<=99
106 static const unsigned char bcd_pack[] = variable
143 *e |= bcd_pack[(v % 10) * 10];
147 *e = bcd_pack[v % 100];
/ast/src/cmd/sortlib/sync/
H A Dss.c98 * bcd_pack[x] is bcd byte for 0<=x<=99
101 static const unsigned char bcd_pack[] = variable
1282 *s = bcd_pack[n % 100];
2182 *te = bcd_pack[j];
2207 *te = bcd_pack[j];
2229 *te = bcd_pack[j];

Completed in 18 milliseconds