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

/ast/src/cmd/sortlib/sync/
H A Dss.c125 * bcd_unpack[x] is the binary value for bcd byte x
129 static const unsigned char bcd_unpack[] = variable
2164 if ((j = bcd_unpack[*te] + bcd_unpack[*se]) >= 10)
2175 if ((j = bcd_unpack[*te] + bcd_unpack[*se] + i) >= 100)
2189 if ((j = (int)bcd_unpack[*te] - (int)bcd_unpack[*se]) < 0)
2200 if ((j = (int)bcd_unpack[*te] - (int)bcd_unpack[*s
[all...]
/ast/src/cmd/dsslib/num_t/
H A Dnum_t.c154 * bcd_unpack[x] is the decimal value for bcd byte x
158 static const unsigned char bcd_unpack[] = variable
214 p = bcd_unpack;

Completed in 20 milliseconds