Home
last modified time | relevance | path

Searched refs:base0 (Results 1 – 18 of 18) sorted by relevance

/external/u-boot/post/lib_powerpc/
Dload.c170 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()
Dstore.c155 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/
DHalide_vec_cast_trunc2.ll57 !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/
Defq.h66 int EFqAffineMultiExp(EccPointFq* result, EccPointFq const* base0,
79 void EFqMultiExp(EccPointJacobiFq* result, EccPointJacobiFq const* base0,
Dfq12.h101 void Fq12MultiExp(Fq12Elem* result, Fq12Elem const* base0,
/external/epid-sdk/epid/member/tiny/math/src/
Defq.c67 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()
Dfq12.c130 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/
DOverwriteStoreBegin.ll298 %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
DOverwriteStoreEnd.ll302 %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/
Dp5-0x.cpp29 Base&& base0 = xvalue<Base>(); in test_rvalue_refs()
/external/linux-kselftest/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h61 uint16_t base0; member
76 (desc->base0 | ((desc->base1) << 16) | ((desc->base2) << 24)); in get_desc64_base()
/external/deqp/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp597 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/
DvktShaderIntegerFunctionTests.cpp716 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/
Dep93xx.h43 uint32_t base0; member
/external/python/cpython3/Python/
Dbltinmodule.c193 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/
Dsun8i-a23-a33.dtsi292 nand_pins_a: nand-base0@0 {
Dsun5i-gr8.dtsi826 nand_pins_a: nand-base0@0 {
/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c450 desc->base0 = segp->base & 0xFFFF; in kvm_seg_fill_gdt_64bit()