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

/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/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
H A Dffi.h164 ffi_abi abi; member in struct:__anon17495
270 ffi_abi abi,
/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
H A Dffi.h164 ffi_abi abi; member in struct:__anon17501
272 ffi_abi abi,
/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
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dffi.c38 ffi_prep_types (ffi_abi abi) argument
42 ffi_prep_types_linux64 (abi);
44 ffi_prep_types_sysv (abi);
H A Dffi_linux64.c49 ffi_prep_types_linux64 (ffi_abi abi) argument
51 if ((abi & (FFI_LINUX | FFI_LINUX_LONG_DOUBLE_128)) == FFI_LINUX)
118 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0)
144 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0)
199 if ((cif->abi & FFI_LINUX_LONG_DOUBLE_128) != 0)
215 if ((cif->abi & FFI_LINUX_STRUCT_ALIGN) != 0)
292 if ((cif->abi & FFI_LINUX) != 0)
295 else if (cif->abi == FFI_COMPAT_LINUX64)
300 /* Translate to new abi value. */
301 cif->abi
[all...]
H A Dffi_sysv.c47 ffi_prep_types_sysv (ffi_abi abi) argument
49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV)
62 /* Transform long double, double and float to other types as per abi. */
64 translate_float (int abi, int type) argument
68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0)
71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0)
81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0)
122 type = translate_float (cif->abi, type);
153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8)
179 typenum = translate_float (cif->abi, typenu
[all...]
H A Dffi_darwin.c112 const ffi_abi abi = ecif->cif->abi; local
272 FFI_ASSERT (abi != FFI_DARWIN);
279 if (size_al < 3 && abi == FFI_DARWIN)
672 if (cif->abi == FFI_DARWIN)
679 if (cif->abi == FFI_AIX)
933 switch (cif->abi)
1014 switch (cif->abi)
1018 FFI_ASSERT (cif->abi == FFI_DARWIN);
1060 FFI_ASSERT (cif->abi
[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/cpython2/Modules/_ctypes/libffi/src/cris/
H A Dffi.c158 ffi_abi abi, unsigned int isvariadic,
169 FFI_ASSERT (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI);
171 cif->abi = abi;
260 switch (cif->abi)
374 FFI_ASSERT (cif->abi == FFI_SYSV);
157 ffi_prep_cif_core(ffi_cif * cif, ffi_abi abi, unsigned int isvariadic, unsigned int nfixedargs, unsigned int ntotalargs, ffi_type * rtype, ffi_type ** atypes) argument
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h56 mips_abi_t abi; member in struct:unw_addr_space
270 else if (c->as->abi == UNW_MIPS_ABI_O32)
292 else if (c->as->abi == UNW_MIPS_ABI_O32)
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/
H A Dffi.c131 type = (ecif->cif->abi == FFI_N64
132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)
135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT
136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT))
334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32)
372 if (cif->abi == FFI_O32_SOFT_FLOAT)
427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT
428 || cif->abi == FFI_N64_SOFT_FLOAT);
535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi
866 copy_struct_N32(char *target, unsigned offset, ffi_abi abi, ffi_type *type, int argn, unsigned arg_offset, ffi_arg *ar, ffi_arg *fpr, int soft_float) argument
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/
H A Dffi.h171 ffi_abi abi; member in struct:ffi_cif
307 ffi_abi abi,
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffi64.c433 FFI_ASSERT (cif->abi == FFI_UNIX64);
543 int abi = cif->abi; local
544 if (UNLIKELY (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)))
/external/devlib/devlib/
H A Dtarget.py101 def abi(self): # pylint: disable=no-self-use member in class:Target
226 self.busybox = self.install(os.path.join(PACKAGE_BIN_DIRECTORY, self.abi, 'busybox'))
653 def abi(self): member in class:LinuxTarget
655 for abi, architectures in ABI_MAP.iteritems():
657 result = abi
796 def abi(self): member in class:AndroidTarget
797 return self.getprop()['ro.product.cpu.abi'].split('-')[0]
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h101 int abi; /* abi < 0 => unknown, 0 => SysV, 1 => HP-UX, 2 => Windows */ member in struct:unw_addr_space
/external/libunwind/src/ia64/
H A DGparser.c313 desc_abi (unsigned char abi, unsigned char context, argument
316 sr->abi_marker = (abi << 8) | context;
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
H A DDeqpTestRunner.java172 * @param abi the ABI to run the test on
175 public void setAbi(IAbi abi) { argument
176 mAbi = abi;
/external/kernel-headers/original/uapi/sound/
H A Dasoc.h160 __le32 abi; /* ABI version */ member in struct:snd_soc_tplg_hdr
/external/libunwind/include/
H A Ddwarf.h277 uint16_t abi; member in struct:dwarf_cie_info
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3951 ParameterABI abi) {
3952 S.AddParameterABIAttr(attr.getRange(), D, abi,
3956 void Sema::AddParameterABIAttr(SourceRange range, Decl *D, ParameterABI abi, argument
3962 if (existingAttr->getABI() != abi) {
3964 << getParameterABISpelling(abi) << existingAttr;
3970 switch (abi) {
3977 << getParameterABISpelling(abi)
3987 << getParameterABISpelling(abi)
3997 << getParameterABISpelling(abi)
3950 handleParameterABIAttr(Sema &S, Decl *D, const AttributeList &attr, ParameterABI abi) argument
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 520 milliseconds