Searched refs:abi (Results 1 - 25 of 294) sorted by relevance

1234567891011>>

/external/perfetto/src/tracing/core/
H A Dshared_memory_abi_unittest.cc36 SharedMemoryABI abi(buf(), buf_size(), page_size());
38 ASSERT_EQ(buf(), abi.start());
39 ASSERT_EQ(buf() + buf_size(), abi.end());
40 ASSERT_EQ(buf_size(), abi.size());
41 ASSERT_EQ(page_size(), abi.page_size());
42 ASSERT_EQ(kNumPages, abi.num_pages());
45 ASSERT_TRUE(abi.is_page_free(i));
46 ASSERT_FALSE(abi.is_page_complete(i));
48 ASSERT_EQ(0u, abi.GetFreeChunks(i));
51 ASSERT_TRUE(abi
[all...]
/external/vixl/test/aarch64/
H A Dtest-abi.cc30 #include "aarch64/abi-aarch64.h"
44 TEST(abi) {
45 ABI abi; local
47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0);
48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid());
50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0)));
51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0)));
52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0)));
53 VIXL_CHECK(abi.GetReturnGenericOperand<uint8_t>().Equals(GenericOperand(w0)));
55 abi
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cc74 namespace abi = __cxxabiv1;
115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived,
116 const abi::__class_type_info *Base,
123 if (const abi::__si_class_type_info *SI =
124 dynamic_cast<const abi::__si_class_type_info*>(Derived))
127 const abi::__vmi_class_type_info *VTI =
128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
138 abi::__base_class_type_info::__offset_shift;
140 abi::__base_class_type_info::__virtual_mask)
155 static const abi
[all...]
/external/autotest/server/cros/
H A Dtradefed_utils.py135 abi = None
143 if abi:
145 abi = match.group(1)
155 if abi != match.group(1):
169 total_test[abi] = (
170 total_test.get(abi, 0) + ntest - last_notexec.get(abi, 0))
171 total_pass[abi] = total_pass.get(abi, 0) + npass
172 total_fail[abi]
[all...]
/external/kernel-headers/original/uapi/mtd/
H A Dmtd-user.h25 #include <mtd/mtd-abi.h>
/external/libffi/src/
H A Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI))
124 cif->abi = abi;
132 ffi_prep_types (abi);
151 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
184 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
186 && cif->abi != FFI_V9))
226 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigne argument
232 ffi_prep_cif_var(ffi_cif *cif, ffi_abi abi, unsigned int nfixedargs, unsigned int ntotalargs, ffi_type *rtype, ffi_type **atypes) argument
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI))
124 cif->abi = abi;
132 ffi_prep_types (abi);
147 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
176 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
178 && cif->abi != FFI_V9))
218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigne argument
224 ffi_prep_cif_var(ffi_cif *cif, ffi_abi abi, unsigned int nfixedargs, unsigned int ntotalargs, ffi_type *rtype, ffi_type **atypes) argument
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Dprep_cif.c107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, argument
121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI))
124 cif->abi = abi;
132 ffi_prep_types (abi);
147 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
176 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
178 && cif->abi != FFI_V9))
218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigne argument
224 ffi_prep_cif_var(ffi_cif *cif, ffi_abi abi, unsigned int nfixedargs, unsigned int ntotalargs, ffi_type *rtype, ffi_type **atypes) argument
[all...]
/external/libunwind/src/mips/
H A DGcreate_addr_space.c61 as->abi = UNW_MIPS_ABI_O32;
64 as->abi = UNW_MIPS_ABI_N64;
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
H A Dprep_cif.c88 ffi_abi abi, unsigned int nargs,
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
99 cif->abi = abi;
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
145 && cif->abi != FFI_V9))
87 ffi_prep_cif( ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes) argument
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
H A Dprep_cif.c88 ffi_abi abi, unsigned int nargs,
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
99 cif->abi = abi;
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
145 && cif->abi != FFI_V9))
87 ffi_prep_cif( ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes) argument
/external/python/cpython3/Modules/_ctypes/libffi_msvc/
H A Dprep_cif.c88 ffi_abi abi, unsigned int nargs,
97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI));
99 cif->abi = abi;
123 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
143 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
145 && cif->abi != FFI_V9))
87 ffi_prep_cif( ffi_cif *cif, ffi_abi abi, unsigned int nargs, ffi_type *rtype, ffi_type **atypes) argument
/external/libffi/src/tile/
H A Dffitarget.h35 #include <arch/abi.h>
/external/llvm/test/MC/Mips/
H A Dreloc-directive-bad.s1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
H A Dreloc-directive-negative.s1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
H A Dreloc-directive.s1 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
3 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
5 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \
7 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
10 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
13 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n64 \
H A Dmips64extins.s1 # RUN: llvm-mc -arch=mips64el -filetype=obj -mcpu=mips64r2 -target-abi=n64 %s -o - \
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
H A Dffitarget.h35 #include <arch/abi.h>
/external/python/cpython3/Modules/_ctypes/libffi/src/tile/
H A Dffitarget.h35 #include <arch/abi.h>
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffi.c58 int cabi = ecif->cif->abi;
286 if (cif->abi == FFI_MS_CDECL)
322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL)
373 switch (cif->abi)
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags,
390 unsigned int abi = cif->abi;
408 if (passed_regs < 2 && abi
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dffi.c58 int cabi = ecif->cif->abi;
286 if (cif->abi == FFI_MS_CDECL)
322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL)
373 switch (cif->abi)
384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags,
390 unsigned int abi = cif->abi;
408 if (passed_regs < 2 && abi
[all...]
/external/llvm/test/MC/Mips/mips64r2/
H A Dabi-bad.s1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r2 -target-abi n64 2>&1 | FileCheck %s
/external/llvm/test/MC/Mips/mips64r3/
H A Dabi-bad.s1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r3 -target-abi n64 2>&1 | FileCheck %s
/external/llvm/test/MC/Mips/mips64r5/
H A Dabi-bad.s1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r5 -target-abi n64 2>&1 | FileCheck %s
/external/python/cpython2/Modules/_ctypes/libffi_osx/
H A Dffi.c133 ffi_abi abi,
141 if (abi <= FFI_FIRST_ABI || abi > FFI_DEFAULT_ABI)
148 cif->abi = abi;
168 && (cif->abi != FFI_V9 || cif->rtype->size > 32)
205 && ((*ptr)->size > 16 || cif->abi != FFI_V9))
207 && cif->abi != FFI_V9))
131 ffi_prep_cif( ffi_cif* cif, ffi_abi abi, unsigned int nargs, ffi_type* rtype, ffi_type** atypes) argument

Completed in 482 milliseconds

1234567891011>>