This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-09 03:16:24 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
376d460cff
opnsense-src
/
lib
/
libc
/
i386
/
string
/
memcpy.S
6 lines
84 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Standardize on our SCM ID style.
2002-03-22 21:44:19 -05:00
#
include
<
m
a
c
h
i
n
e
/
a
s
m
.
h
>
_
_
FBSDID
(
"
$
F
r
e
e
B
S
D
$
"
)
;
Use separate routines for memmove() and memcpy(). This lets me drop the (buggy) support for alternative entry points. ALTENTRY() was only used for memmove(). Optimizing for space was particularly silly because memcpy() is rarely used (gcc normally inlines it). Obtained from: NetBSD
1997-04-20 09:02:48 -04:00
#
define
M
E
M
C
O
P
Y
#
include
"
b
c
o
p
y
.
S
"
Reference in a new issue
Copy permalink