OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRCPY
(Results
1 - 17
of
17
) sorted by null
/bionic/libc/arch-arm/cortex-a15/bionic/
strcpy.S
29
#define
STRCPY
string_copy.S
56
#if !defined(STPCPY) && !defined(
STRCPY
)
57
#error "Either STPCPY or
STRCPY
must be defined."
105
ENTRY(
strcpy
)
function
512
END(
strcpy
)
/bionic/libc/arch-arm/cortex-a9/bionic/
strcpy.S
29
#define
STRCPY
string_copy.S
56
#if !defined(STPCPY) && !defined(
STRCPY
)
57
#error "Either STPCPY or
STRCPY
must be defined."
105
ENTRY(
strcpy
)
function
534
END(
strcpy
)
/bionic/libc/arch-arm64/generic/bionic/
strcpy.S
28
#define
STRCPY
string_copy.S
62
#if !defined(STPCPY) && !defined(
STRCPY
)
63
#error "Either STPCPY or
STRCPY
must be defined."
71
#elif defined(
STRCPY
)
77
#if defined(
STRCPY
)
101
#elif defined(
STRCPY
)
102
ENTRY(
strcpy
)
function
105
#if defined(
STRCPY
)
139
#elif defined(
STRCPY
)
173
#elif defined(
STRCPY
)
243
#elif defined(
STRCPY
)
[
all
...]
/bionic/libc/arch-x86/atom/string/
ssse3-strncpy-atom.S
32
#define
STRCPY
strncpy
33
#include "ssse3-
strcpy
-atom.S"
ssse3-strlcpy-atom.S
32
#define
STRCPY
strlcpy
35
#include "ssse3-
strcpy
-atom.S"
1402
END (
STRCPY
)
ssse3-strcpy-atom.S
83
# ifndef
STRCPY
84
# define
STRCPY
strcpy
121
ENTRY (
STRCPY
)
[
all
...]
/bionic/libc/arch-x86/silvermont/string/
sse2-stpcpy-slm.S
32
#define
STRCPY
stpcpy
33
#include "sse2-
strcpy
-slm.S"
sse2-strncpy-slm.S
32
#define
STRCPY
strncpy
33
#include "sse2-
strcpy
-slm.S"
sse2-stpncpy-slm.S
33
#define
STRCPY
stpncpy
34
#include "sse2-
strcpy
-slm.S"
sse2-strcpy-slm.S
81
#ifndef
STRCPY
82
# define
STRCPY
strcpy
134
ENTRY (
STRCPY
)
[
all
...]
/bionic/libc/arch-x86_64/string/
sse2-stpcpy-slm.S
32
#define
STRCPY
stpcpy
33
#include "sse2-
strcpy
-slm.S"
sse2-strncpy-slm.S
32
#define
STRCPY
strncpy
33
#include "sse2-
strcpy
-slm.S"
sse2-stpncpy-slm.S
33
#define
STRCPY
stpncpy
34
#include "sse2-
strcpy
-slm.S"
sse2-strcpy-slm.S
33
# ifndef
STRCPY
34
# define
STRCPY
strcpy
78
ENTRY (
STRCPY
)
[
all
...]
Completed in 1912 milliseconds