Deleted Added
full compact
muldi3.c (129210) muldi3.c (225736)
1/* $NetBSD: muldi3.c,v 1.8 2003/08/07 16:32:09 agc Exp $ */
2
3/*-
4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This software was developed by the Computer Systems Engineering group
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

--- 24 unchanged lines hidden (view full) ---

33 * SUCH DAMAGE.
34 */
35
36#include <sys/cdefs.h>
37#if defined(LIBC_SCCS) && !defined(lint)
38#if 0
39static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93";
40#else
1/* $NetBSD: muldi3.c,v 1.8 2003/08/07 16:32:09 agc Exp $ */
2
3/*-
4 * Copyright (c) 1992, 1993
5 * The Regents of the University of California. All rights reserved.
6 *
7 * This software was developed by the Computer Systems Engineering group
8 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and

--- 24 unchanged lines hidden (view full) ---

33 * SUCH DAMAGE.
34 */
35
36#include <sys/cdefs.h>
37#if defined(LIBC_SCCS) && !defined(lint)
38#if 0
39static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93";
40#else
41__FBSDID("$FreeBSD: head/sys/libkern/arm/muldi3.c 129210 2004-05-14 12:28:31Z cognet $");
41__FBSDID("$FreeBSD: stable/9/sys/libkern/arm/muldi3.c 129210 2004-05-14 12:28:31Z cognet $");
42#endif
43#endif /* LIBC_SCCS and not lint */
44
45#include <libkern/quad.h>
46
47/*
48 * Multiply two quads.
49 *

--- 200 unchanged lines hidden ---
42#endif
43#endif /* LIBC_SCCS and not lint */
44
45#include <libkern/quad.h>
46
47/*
48 * Multiply two quads.
49 *

--- 200 unchanged lines hidden ---