HomeSort by relevance Sort by last modified time
    Searched defs:ENTRY (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /art/runtime/arch/arm/
instruction_set_features_assembly_tests.S 29 ENTRY artCheckForArmSdivInstruction
44 ENTRY artCheckForArmv8AInstructions
jni_entrypoints_arm.S 23 ENTRY art_jni_dlsym_lookup_stub
  /art/runtime/arch/arm64/
jni_entrypoints_arm64.S 24 ENTRY art_jni_dlsym_lookup_stub
  /art/runtime/arch/mips/
jni_entrypoints_mips.S 26 ENTRY art_jni_dlsym_lookup_stub
  /art/runtime/arch/mips64/
jni_entrypoints_mips64.S 26 ENTRY art_jni_dlsym_lookup_stub
  /bionic/libc/arch-x86/atom/string/
sse2-strlen-atom.S 65 # ifndef ENTRY
66 # define ENTRY(name) \
101 ENTRY (STRLEN)
sse2-wcslen-atom.S 45 # ifndef ENTRY
46 # define ENTRY(name) \
65 ENTRY (wcslen)
ssse3-strcpy-atom.S 57 # ifndef ENTRY
58 # define ENTRY(name) \
121 ENTRY (STRCPY)
    [all...]
ssse3-wcscpy-atom.S 57 # ifndef ENTRY
58 # define ENTRY(name) \
91 ENTRY (wcscpy_ssse3)
ssse3-strcmp-atom.S 63 #ifndef ENTRY
64 # define ENTRY(name) \
115 ENTRY (STRCMP)
    [all...]
sse2-wcschr-atom.S 55 #ifndef ENTRY
56 # define ENTRY(name) \
88 ENTRY (wcschr)
ssse3-memcpy-atom.S 61 #ifndef ENTRY
62 # define ENTRY(name) \
100 /* Load an entry in a jump table into EBX and branch to it. TABLE is a
109 /* Get the entry and convert the relative offset to the \
122 /* Branch to an entry in a jump table. TABLE is a jump table with
131 ENTRY (MEMCPY)
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 49 #ifndef ENTRY
50 # define ENTRY(name) \
65 ENTRY (STRLEN)
sse2-strcat-slm.S 47 #ifndef ENTRY
48 # define ENTRY(name) \
65 ENTRY (STRCAT)
sse2-strcpy-slm.S 49 # ifndef ENTRY
50 # define ENTRY(name) \
78 ENTRY (STRCPY)
    [all...]
sse4-memcmp-slm.S 53 #ifndef ENTRY
54 # define ENTRY(name) \
82 ENTRY (MEMCMP)
    [all...]
ssse3-strcmp-slm.S 62 #ifndef ENTRY
63 # define ENTRY(name) \
78 ENTRY (STRCMP)
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-strlen-slm.S 59 #ifndef ENTRY
60 # define ENTRY(name) \
86 ENTRY (STRLEN)
sse2-strcpy-slm.S 55 #ifndef ENTRY
56 # define ENTRY(name) \
108 /* Load an entry in a jump table into ECX and branch to it. TABLE is a
117 /* Get the entry and convert the relative offset to the \
125 /* Branch to an entry in a jump table. TABLE is a jump table with
134 ENTRY (STRCPY)
    [all...]
  /external/libffi/src/arc/
arcompact.S 33 #define ENTRY(x) .globl CNAME(x)` .type CNAME(x),%function` CNAME(x):
44 ENTRY(ffi_call_ARCompact)
107 ENTRY(ffi_closure_ARCompact)
  /external/libffi/src/m32r/
sysv.S 34 #define ENTRY(x) .globl CNAME(x)! .type CNAME(x),%function! CNAME(x):
47 ENTRY(ffi_call_SYSV)
  /external/libffi/src/sh64/
sysv.S 36 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
57 ENTRY(ffi_call_SYSV)
323 ENTRY(ffi_closure_SYSV)
448 .4byte .LECIE1-.LSCIE1 /* Length of Common Information Entry */
  /external/python/cpython2/Modules/_ctypes/libffi/src/arc/
arcompact.S 33 #define ENTRY(x) .globl CNAME(x)` .type CNAME(x),%function` CNAME(x):
44 ENTRY(ffi_call_ARCompact)
107 ENTRY(ffi_closure_ARCompact)
  /external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
sysv.S 34 #define ENTRY(x) .globl CNAME(x)! .type CNAME(x),%function! CNAME(x):
47 ENTRY(ffi_call_SYSV)
  /external/python/cpython2/Modules/_ctypes/libffi/src/sh64/
sysv.S 36 #define ENTRY(x) .globl CNAME(x); .type CNAME(x),%function; CNAME(x):
57 ENTRY(ffi_call_SYSV)
323 ENTRY(ffi_closure_SYSV)
448 .4byte .LECIE1-.LSCIE1 /* Length of Common Information Entry */

Completed in 1454 milliseconds

1 2 3 4