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

/freebsd-11-stable/usr.sbin/uefisign/
H A Dpe.c312 compute_checksum(const struct executable *x) function
381 computed_checksum = compute_checksum(x);
430 computed_checksum = compute_checksum(x);
560 checksum = compute_checksum(x);
/freebsd-11-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-11-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 189 milliseconds