OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abi
(Results
76 - 100
of
3023
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libffi/src/
prep_cif.c
67
Linux
ABI
that right justify small structs in a register.
81
/* The CRIS
ABI
specifies structure elements to have byte
88
ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi
abi
, unsigned int nargs,
96
FFI_ASSERT((
abi
> FFI_FIRST_ABI) && (
abi
<= FFI_DEFAULT_ABI));
98
cif->
abi
=
abi
;
117
&& (cif->
abi
!= FFI_V9 || cif->rtype->size > 32)
140
&& ((*ptr)->size > 16 || cif->
abi
!= FFI_V9))
142
&& cif->
abi
!= FFI_V9)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
cxxabi_tweaks.h
1
// Control various target specific
ABI
tweaks. Generic version.
26
* The header provides an CPU-variable interface to the C++
ABI
.
39
// The generic
ABI
uses the first byte of a 64-bit guard variable.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
cxxabi_tweaks.h
1
// Control various target specific
ABI
tweaks. Generic version.
26
* The header provides an CPU-variable interface to the C++
ABI
.
39
// The generic
ABI
uses the first byte of a 64-bit guard variable.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
cxxabi_tweaks.h
1
// Control various target specific
ABI
tweaks. Generic version.
26
* The header provides an CPU-variable interface to the C++
ABI
.
39
// The generic
ABI
uses the first byte of a 64-bit guard variable.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
cxxabi_tweaks.h
1
// Control various target specific
ABI
tweaks. Generic version.
26
* The header provides an CPU-variable interface to the C++
ABI
.
39
// The generic
ABI
uses the first byte of a 64-bit guard variable.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
cxxabi_tweaks.h
1
// Control various target specific
ABI
tweaks. Generic version.
26
* The header provides an CPU-variable interface to the C++
ABI
.
39
// The generic
ABI
uses the first byte of a 64-bit guard variable.
/abi/cpp/include/
typeinfo
31
// Itanium C++
ABI
at http://www.codesourcery.com/public/cxx-
abi
/
abi
.html.
41
// Defintion of type_info based on example in C++
ABI
section 2.9.3
/bionic/
ABI-bugs.txt
1
KNOWN
ABI
BUGS
/development/ndk/platforms/android-3/include/mtd/
mtd-user.h
17
#include <mtd/mtd-
abi
.h>
/external/clang/test/CodeGenCXX/
arm-cc.cpp
1
// RUN: %clang_cc1 %s -triple=arm-unknown-linux-gnueabi -target-
abi
aapcs -emit-llvm -o - | FileCheck %s
mangle-ms-cxx11.cpp
1
// RUN: %clang_cc1 -std=c++11 -fms-extensions -emit-llvm %s -o - -cxx-
abi
microsoft -triple=i386-pc-win32 | FileCheck %s
/external/clang/test/Index/
complete-ivar-access.m
53
// RUN: c-index-test -code-completion-at=%s:43:8 -fobjc-nonfragile-
abi
%s | FileCheck -check-prefix=CHECK-SUB %s
54
// RUN: c-index-test -code-completion-at=%s:48:8 -fobjc-nonfragile-
abi
%s | FileCheck -check-prefix=CHECK-SUB %s
65
// RUN: c-index-test -code-completion-at=%s:44:10 -fobjc-nonfragile-
abi
%s | FileCheck -check-prefix=CHECK-OTHER %s
66
// RUN: c-index-test -code-completion-at=%s:49:10 -fobjc-nonfragile-
abi
%s | FileCheck -check-prefix=CHECK-OTHER %s
/external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_itanium.cc
11
// Itanium C++
ABI
-specific implementation of symbolizer parts.
21
// C++ demangling function, as required by Itanium C++
ABI
. This is weak,
22
// because we do not require a C++
ABI
library to be linked to a program
33
// own demangler (libc++
abi
's implementation could be adapted so that
/external/kernel-headers/original/asm-arm/
statfs.h
25
* Let's pack it so the padding goes away to simplify dual
ABI
support.
/external/llvm/test/CodeGen/ARM/
fp-arg-shuffle.ll
1
; RUN: llc < %s -march=arm -mattr=+neon -float-
abi
=soft | FileCheck %s
hardfloat_neon.ll
1
; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+neon -float-
abi
=hard
/external/llvm/test/CodeGen/X86/
fast-isel-tailcall.ll
5
; On x86, -tailcallopt changes the
ABI
so the caller shouldn't readjust
/ndk/sources/android/libthread_db/
README
9
target process. Its API and
ABI
are not stable and may change in the
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libBrokenLocale-2.7.so
libBrokenLocale.so
libBrokenLocale.so.1
libpcprofile.so
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libBrokenLocale-2.7.so
libBrokenLocale.so
libBrokenLocale.so.1
Completed in 352 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>