/external/u-boot/post/lib_powerpc/ |
D | load.c | 170 ulong base0 = (ulong) (data + 8); in cpu_post_test_load() local 171 ulong base = base0; in cpu_post_test_load() 198 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_load() 200 ret = base == base0 ? 0 : -1; in cpu_post_test_load() 208 ret = *(uchar *)(base0 + test->offset) == value ? in cpu_post_test_load() 212 ret = *(ushort *)(base0 + test->offset) == value ? in cpu_post_test_load() 216 ret = *(short *)(base0 + test->offset) == value ? in cpu_post_test_load() 220 ret = *(ulong *)(base0 + test->offset) == value ? in cpu_post_test_load()
|
D | store.c | 155 ulong base0 = (ulong) (data + 8); in cpu_post_test_store() local 156 ulong base = base0; in cpu_post_test_store() 182 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_store() 184 ret = base == base0 ? 0 : -1; in cpu_post_test_store() 192 ret = *(uchar *)(base0 + test->offset) == test->value ? in cpu_post_test_store() 196 ret = *(ushort *)(base0 + test->offset) == test->value ? in cpu_post_test_store() 200 ret = *(ulong *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | Halide_vec_cast_trunc2.ll | 57 !9 = !{!"sum.width128.base0", !10} 58 !10 = !{!"sum.width256.base0", !11} 59 !11 = !{!"sum.width512.base0", !12} 60 !12 = !{!"sum.width1024.base0", !13}
|
/external/epid-sdk/epid/member/tiny/math/ |
D | efq.h | 66 int EFqAffineMultiExp(EccPointFq* result, EccPointFq const* base0, 79 void EFqMultiExp(EccPointJacobiFq* result, EccPointJacobiFq const* base0,
|
D | fq12.h | 101 void Fq12MultiExp(Fq12Elem* result, Fq12Elem const* base0,
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | efq.c | 67 int EFqAffineMultiExp(EccPointFq* result, EccPointFq const* base0, in EFqAffineMultiExp() argument 72 EFqFromAffine(&efqj_base0, base0); in EFqAffineMultiExp() 78 void EFqMultiExp(EccPointJacobiFq* result, EccPointJacobiFq const* base0, in EFqMultiExp() argument 86 EFqAdd(&efqj_base0, base0, base1); in EFqMultiExp() 92 EFqJCp(&efqj_b, base0); in EFqMultiExp()
|
D | fq12.c | 130 void Fq12MultiExp(Fq12Elem* result, Fq12Elem const* base0, in Fq12MultiExp() argument 136 Fq12Exp(result, base0, exp0); in Fq12MultiExp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadStoreElimination/ |
D | OverwriteStoreBegin.ll | 298 %base0 = bitcast i64* %P to i8* 299 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0 325 %base0 = bitcast i64* %P to i8* 326 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0 352 %base0 = bitcast i64* %P to i8* 353 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0 379 %base0 = bitcast i64* %P to i8* 380 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0
|
D | OverwriteStoreEnd.ll | 302 %base0 = bitcast i64* %P to i8* 303 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0 328 %base0 = bitcast i64* %P to i8* 329 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0 354 %base0 = bitcast i64* %P to i8* 355 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0 380 %base0 = bitcast i64* %P to i8* 381 %mybase0 = getelementptr inbounds i8, i8* %base0, i64 0
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p5-0x.cpp | 29 Base&& base0 = xvalue<Base>(); in test_rvalue_refs()
|
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 61 uint16_t base0; member 76 (desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc64_base()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderIntegerFunctionTests.cpp | 597 const deUint32 base0 = rnd.getUint32(); in getInputValues() local 601 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues() 688 const deInt32 base0 = (deInt32)rnd.getUint32(); in getInputValues() local 692 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderIntegerFunctionTests.cpp | 716 const deUint32 base0 = rnd.getUint32(); in getInputValues() local 720 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues() 821 const deInt32 base0 = (deInt32)rnd.getUint32(); in getInputValues() local 825 in0[valueNdx*scalarSize + compNdx] = base0 >> adj0; in getInputValues()
|
/external/u-boot/arch/arm/include/asm/arch-ep93xx/ |
D | ep93xx.h | 43 uint32_t base0; member
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 193 PyObject *base0 = PyTuple_GET_ITEM(bases, 0); in builtin___build_class__() local 194 meta = (PyObject *) (base0->ob_type); in builtin___build_class__()
|
/external/u-boot/arch/arm/dts/ |
D | sun8i-a23-a33.dtsi | 292 nand_pins_a: nand-base0@0 {
|
D | sun5i-gr8.dtsi | 826 nand_pins_a: nand-base0@0 {
|
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/ |
D | processor.c | 450 desc->base0 = segp->base & 0xFFFF; in kvm_seg_fill_gdt_64bit()
|