/external/perfetto/src/tracing/core/ |
D | shared_memory_abi_unittest.cc | 37 SharedMemoryABI abi(buf(), buf_size(), page_size()); in TEST_P() local 39 ASSERT_EQ(buf(), abi.start()); in TEST_P() 40 ASSERT_EQ(buf() + buf_size(), abi.end()); in TEST_P() 41 ASSERT_EQ(buf_size(), abi.size()); in TEST_P() 42 ASSERT_EQ(page_size(), abi.page_size()); in TEST_P() 43 ASSERT_EQ(kNumPages, abi.num_pages()); in TEST_P() 46 ASSERT_TRUE(abi.is_page_free(i)); in TEST_P() 47 ASSERT_FALSE(abi.is_page_complete(i)); in TEST_P() 49 ASSERT_EQ(0u, abi.GetFreeChunks(i)); in TEST_P() 52 ASSERT_TRUE(abi.TryPartitionPage(0, SharedMemoryABI::kPageDiv1)); in TEST_P() [all …]
|
/external/vixl/test/aarch64/ |
D | test-abi.cc | 44 TEST(abi) { in TEST() argument 45 ABI abi; in TEST() local 47 VIXL_CHECK(abi.GetStackSpaceRequired() == 0); in TEST() 48 VIXL_CHECK(!abi.GetReturnGenericOperand<void>().IsValid()); in TEST() 50 VIXL_CHECK(abi.GetReturnGenericOperand<bool>().Equals(GenericOperand(w0))); in TEST() 51 VIXL_CHECK(abi.GetReturnGenericOperand<char>().Equals(GenericOperand(w0))); in TEST() 52 VIXL_CHECK(abi.GetReturnGenericOperand<int8_t>().Equals(GenericOperand(w0))); in TEST() 53 VIXL_CHECK(abi.GetReturnGenericOperand<uint8_t>().Equals(GenericOperand(w0))); in TEST() 55 abi.GetReturnGenericOperand<short>().Equals( // NOLINT(runtime/int) in TEST() 57 VIXL_CHECK(abi.GetReturnGenericOperand<int16_t>().Equals(GenericOperand(w0))); in TEST() [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_itanium.cc | 74 namespace abi = __cxxabiv1; 115 static bool isDerivedFromAtOffset(const abi::__class_type_info *Derived, in isDerivedFromAtOffset() 116 const abi::__class_type_info *Base, in isDerivedFromAtOffset() 123 if (const abi::__si_class_type_info *SI = in isDerivedFromAtOffset() 124 dynamic_cast<const abi::__si_class_type_info*>(Derived)) in isDerivedFromAtOffset() 127 const abi::__vmi_class_type_info *VTI = in isDerivedFromAtOffset() 128 dynamic_cast<const abi::__vmi_class_type_info*>(Derived); in isDerivedFromAtOffset() 138 abi::__base_class_type_info::__offset_shift; in isDerivedFromAtOffset() 140 abi::__base_class_type_info::__virtual_mask) in isDerivedFromAtOffset() 155 static const abi::__class_type_info *findBaseAtOffset( in findBaseAtOffset() [all …]
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_abi.h | 64 void (*emit_outputs)(struct ac_shader_abi *abi, 68 void (*emit_vertex)(struct ac_shader_abi *abi, 72 void (*emit_primitive)(struct ac_shader_abi *abi, 75 LLVMValueRef (*load_inputs)(struct ac_shader_abi *abi, 84 LLVMValueRef (*load_tess_varyings)(struct ac_shader_abi *abi, 96 void (*store_tcs_outputs)(struct ac_shader_abi *abi, 104 LLVMValueRef (*load_tess_coord)(struct ac_shader_abi *abi, 108 LLVMValueRef (*load_patch_vertices_in)(struct ac_shader_abi *abi); 110 LLVMValueRef (*load_tess_level)(struct ac_shader_abi *abi, 114 LLVMValueRef (*load_ubo)(struct ac_shader_abi *abi, LLVMValueRef index); [all …]
|
/external/libffi/src/ |
D | prep_cif.c | 107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument 121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core() 124 cif->abi = abi; in ffi_prep_cif_core() 132 ffi_prep_types (abi); in ffi_prep_cif_core() 151 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core() 184 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core() 186 && cif->abi != FFI_V9)) in ffi_prep_cif_core() 226 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 229 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif() 233 ffi_abi abi, in ffi_prep_cif_var() argument [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | prep_cif.c | 107 ffi_status FFI_HIDDEN ffi_prep_cif_core(ffi_cif *cif, ffi_abi abi, in ffi_prep_cif_core() argument 121 if (! (abi > FFI_FIRST_ABI && abi < FFI_LAST_ABI)) in ffi_prep_cif_core() 124 cif->abi = abi; in ffi_prep_cif_core() 132 ffi_prep_types (abi); in ffi_prep_cif_core() 147 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif_core() 176 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif_core() 178 && cif->abi != FFI_V9)) in ffi_prep_cif_core() 218 ffi_status ffi_prep_cif(ffi_cif *cif, ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 221 return ffi_prep_cif_core(cif, abi, 0, nargs, nargs, rtype, atypes); in ffi_prep_cif() 225 ffi_abi abi, in ffi_prep_cif_var() argument [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | ffi.c | 58 int cabi = ecif->cif->abi; in ffi_prep_args() 286 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep() 322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL) in ffi_prep_cif_machdep() 373 switch (cif->abi) in ffi_call() 384 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call() 390 unsigned int abi = cif->abi; in ffi_call() 408 if (passed_regs < 2 && abi == FFI_FASTCALL) in ffi_call() 409 abi = FFI_THISCALL; in ffi_call() 410 if (passed_regs < 1 && abi == FFI_THISCALL) in ffi_call() 411 abi = FFI_STDCALL; in ffi_call() [all …]
|
/external/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.sh | 47 --abi) 48 abi="$2" 65 echo abi=$abi 66 if [[ -z $abi ]] 68 echo No abi provided, so building for all supported abis. 83 if [[ $abi ]]; then 84 …TION_MK=../../../jni/shaderc/Application.mk THIRD_PARTY_PATH=../third_party APP_ABI=$abi -j $cores;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | intrinsics-cc.ll | 1 ; RUN: llc -mtriple thumbv7-unknown-none-eabi -float-abi soft -filetype asm -o - %s | FileCheck %s 2 ; RUN: llc -mtriple thumbv7-unknown-none-eabi -float-abi hard -filetype asm -o - %s | FileCheck %s 3 ; RUN: llc -mtriple thumbv7-unknown-none-eabihf -float-abi soft -filetype asm -o - %s | FileCheck %s 4 ; RUN: llc -mtriple thumbv7-unknown-none-eabihf -float-abi hard -filetype asm -o - %s | FileCheck %s 6 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabi -float-abi soft -filetype asm -o - %s | FileCheck … 7 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabi -float-abi hard -filetype asm -o - %s | FileCheck … 8 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabihf -float-abi soft -filetype asm -o - %s | FileChec… 9 ; RUN: llc -mtriple thumbv7-unknown-none-gnueabihf -float-abi hard -filetype asm -o - %s | FileChec… 11 ; RUN: llc -mtriple thumbv7-unknown-none-musleabi -float-abi soft -filetype asm -o - %s | FileCheck… 12 ; RUN: llc -mtriple thumbv7-unknown-none-musleabi -float-abi hard -filetype asm -o - %s | FileCheck… [all …]
|
/external/python/setuptools/setuptools/ |
D | pep425tags.py | 103 abi = '%s%s%s%s%s' % (impl, get_impl_ver(), d, m, u) 105 abi = 'cp' + soabi.split('-')[1] 107 abi = soabi.replace('.', '_').replace('-', '_') 109 abi = None 110 return abi 222 impl=None, abi=None): argument 250 abi = abi or get_abi_tag() 251 if abi: 252 abis[0:0] = [abi] 285 for abi in abis: [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | elf_header.s | 19 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips1 -target-abi=o32 … 20 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips2 -target-abi=o32 … 21 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips3 -target-abi=o32 … 22 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips4 -target-abi=o32 … 23 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -mcpu=mips5 -target-abi=o32 … 24 # FIXME: llvm-mc -filetype=obj -triple mips64-unknown-linux -target-abi=o32 … 25 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 … 26 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -target-abi=o32 … 27 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r2 -target-abi=o32 … 28 # FIXME: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips32r3 -target-abi=o32 … [all …]
|
D | elf_eflags.s | 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l… 7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na… 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l… 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l… 12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l… 15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na… 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na… 17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na… 20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv… 23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2… [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_sysv.c | 47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv() argument 49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv() 64 translate_float (int abi, int type) in translate_float() argument 68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0) in translate_float() 71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0) in translate_float() 81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0) in translate_float() 122 type = translate_float (cif->abi, type); in ffi_prep_cif_sysv_core() 153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8) in ffi_prep_cif_sysv_core() 179 typenum = translate_float (cif->abi, typenum); in ffi_prep_cif_sysv_core() 292 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv() [all …]
|
/external/libffi/src/powerpc/ |
D | ffi_sysv.c | 47 ffi_prep_types_sysv (ffi_abi abi) in ffi_prep_types_sysv() argument 49 if ((abi & (FFI_SYSV | FFI_SYSV_LONG_DOUBLE_128)) == FFI_SYSV) in ffi_prep_types_sysv() 64 translate_float (int abi, int type) in translate_float() argument 68 && (abi & FFI_SYSV_LONG_DOUBLE_128) == 0) in translate_float() 71 if ((abi & FFI_SYSV_SOFT_FLOAT) != 0) in translate_float() 81 else if ((abi & FFI_SYSV_IBM_LONG_DOUBLE) == 0) in translate_float() 122 type = translate_float (cif->abi, type); in ffi_prep_cif_sysv_core() 153 if ((cif->abi & FFI_SYSV_STRUCT_RET) != 0 && size <= 8) in ffi_prep_cif_sysv_core() 179 typenum = translate_float (cif->abi, typenum); in ffi_prep_cif_sysv_core() 292 if ((cif->abi & FFI_SYSV) == 0) in ffi_prep_cif_sysv() [all …]
|
/external/libffi/src/mips/ |
D | ffi.c | 131 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args() 132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args() 135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args() 136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args() 334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep() 372 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep() 427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep() 428 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep() 535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep() 607 switch (cif->abi) in ffi_call() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/src/mips/ |
D | ffi.c | 131 type = (ecif->cif->abi == FFI_N64 in ffi_prep_args() 132 || ecif->cif->abi == FFI_N64_SOFT_FLOAT) in ffi_prep_args() 135 if (i < 8 && (ecif->cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_args() 136 || ecif->cif->abi == FFI_N64_SOFT_FLOAT)) in ffi_prep_args() 334 if (cif->rtype->type != FFI_TYPE_STRUCT && cif->abi == FFI_O32) in ffi_prep_cif_machdep() 372 if (cif->abi == FFI_O32_SOFT_FLOAT) in ffi_prep_cif_machdep() 427 int soft_float = (cif->abi == FFI_N32_SOFT_FLOAT in ffi_prep_cif_machdep() 428 || cif->abi == FFI_N64_SOFT_FLOAT); in ffi_prep_cif_machdep() 535 if (cif->abi == FFI_N32_SOFT_FLOAT || cif->abi == FFI_N32) in ffi_prep_cif_machdep() 607 switch (cif->abi) in ffi_call() [all …]
|
/external/libffi/src/x86/ |
D | ffi.c | 54 const int cabi = ecif->cif->abi; in ffi_prep_args() 294 if (cif->abi == FFI_MS_CDECL) in ffi_prep_cif_machdep() 330 if (cif->abi == FFI_SYSV || cif->abi == FFI_UNIX64) in ffi_prep_cif_machdep() 379 switch (cif->abi) in ffi_call() 401 ffi_call_win32(ffi_prep_args, &ecif, cif->abi, cif->bytes, cif->flags, in ffi_call() 528 const int cabi = cif->abi; in ffi_prep_incoming_args() 729 if (cif->abi == FFI_WIN64) in ffi_prep_closure_loc() 738 if (cif->abi == FFI_SYSV) in ffi_prep_closure_loc() 744 else if (cif->abi == FFI_REGISTER) in ffi_prep_closure_loc() 750 else if (cif->abi == FFI_FASTCALL) in ffi_prep_closure_loc() [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
D | prep_cif.c | 88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif() 99 cif->abi = abi; in ffi_prep_cif() 123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif() 143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif() 145 && cif->abi != FFI_V9)) in ffi_prep_cif()
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | prep_cif.c | 88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif() 99 cif->abi = abi; in ffi_prep_cif() 124 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif() 144 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif() 146 && cif->abi != FFI_V9)) in ffi_prep_cif()
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | prep_cif.c | 88 ffi_abi abi, unsigned int nargs, in ffi_prep_cif() argument 97 FFI_ASSERT((abi > FFI_FIRST_ABI) && (abi <= FFI_DEFAULT_ABI)); in ffi_prep_cif() 99 cif->abi = abi; in ffi_prep_cif() 123 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif() 143 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif() 145 && cif->abi != FFI_V9)) in ffi_prep_cif()
|
/external/libcxxabi/ |
D | CMakeLists.txt | 56 "Build libc++abi with an externalized threading API. 59 "Build libc++abi with an externalized threading library. 63 # programs to due undefined references to new/delete in libc++abi. Once this 66 "Build libc++abi with definitions for operator new/delete. Normally libc++ 68 option(LIBCXXABI_BUILD_32_BITS "Build 32 bit libc++abi." ${LLVM_BUILD_32_BITS}) 69 option(LIBCXXABI_INCLUDE_TESTS "Generate build targets for the libc++abi unit tests." ${LLVM_INCLUD… 72 option(LIBCXXABI_INSTALL_LIBRARY "Install the libc++abi library." ON) 79 # the libc++abi that is being built. There are two problems with testing a 80 # static libc++abi. In the case of a standalone build, the tests will link the 81 # system's libc++, which might not have been built against our libc++abi. In the [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/ |
D | roundl-call.ll | 1 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 3 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 6 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n64 -relocation-model=pic < \ 8 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -relocation-model=pic \ 11 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \ 13 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \ 16 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n64 < %s \ 19 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n64 < \
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | roundl-call.ll | 1 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 3 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 6 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n64 -relocation-model=pic < \ 8 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -relocation-model=pic < \ 11 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \ 13 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \ 16 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n64 < %s \ 18 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n64 < \
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | ffi.c | 134 ffi_abi abi, in ffi_prep_cif() argument 146 if (abi <= FFI_FIRST_ABI || abi > FFI_DEFAULT_ABI) in ffi_prep_cif() 149 cif->abi = abi; in ffi_prep_cif() 169 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif() 206 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif() 208 && cif->abi != FFI_V9)) in ffi_prep_cif()
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | ffi.c | 133 ffi_abi abi, in ffi_prep_cif() argument 141 if (abi <= FFI_FIRST_ABI || abi > FFI_DEFAULT_ABI) in ffi_prep_cif() 148 cif->abi = abi; in ffi_prep_cif() 168 && (cif->abi != FFI_V9 || cif->rtype->size > 32) in ffi_prep_cif() 205 && ((*ptr)->size > 16 || cif->abi != FFI_V9)) in ffi_prep_cif() 207 && cif->abi != FFI_V9)) in ffi_prep_cif()
|