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

/ast/src/cmd/sortlib/sync/
H A Dss.c116 * bcd_unit[x] is bcd units (last byte with no sign) byte for 0<=x<=9
119 static const unsigned char bcd_unit[] = variable
1278 *s |= bcd_unit[n % 10];
2171 *te = bcd_unit[j] | (*se & 0x0F);
2196 *te = bcd_unit[j] | (*te & 0x0F);
2219 *te = bcd_unit[j] | ((*te & 0x0F) == 0x0C ? 0x0D : 0x0C);

Completed in 14 milliseconds