Searched refs:cksum_be (Results 1 - 1 of 1) sorted by relevance
/third_party/toybox/toys/posix/ | ||
H A D | cksum.c | 42 static unsigned cksum_be(unsigned crc, unsigned char c) in cksum_be() function 59 cksum = (toys.optflags & FLAG_L) ? cksum_le : cksum_be; in do_cksum() |
Completed in 1 milliseconds