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

/freebsd-10-stable/usr.sbin/uefisign/
H A Dpe.c310 compute_checksum(const struct executable *x) function
379 computed_checksum = compute_checksum(x);
428 computed_checksum = compute_checksum(x);
558 checksum = compute_checksum(x);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dremote-sds.c705 compute_checksum (int csum, char *buf, int len)
765 csum = compute_checksum (csum, buf, len);
766 csum = compute_checksum (csum, header + 1, 2);
941 csum = compute_checksum (csum, buf, len);
942 csum = compute_checksum (csum, header + 1, 2);
698 compute_checksum (int csum, char *buf, int len) function
/freebsd-10-stable/contrib/gcc/
H A Dcoverage.c115 static unsigned compute_checksum (void);
355 checksum = compute_checksum ();
511 compute_checksum (void)
558 gcov_write_unsigned (compute_checksum ());
595 item->checksum = compute_checksum ();
508 compute_checksum (void) function

Completed in 105 milliseconds