Home
last modified time | relevance | path

Searched defs:UPDC32 (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/commands/zmodem/
H A Dcrctab.c129 UPDC32(int b, long c) in UPDC32() function
136 #define UPDC32(b, c) (cr3tab[((int)c ^ b) & 0xff] ^ ((c >> 8) & 0x00FFFFFF)) macro