HomeSort by relevance Sort by last modified time
    Searched full:aout (Results 76 - 100 of 718) sorted by null

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-w-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
thumbv6k.s 9 # arm-aout wants the segment padded to an 16-byte boundary;
vcvt-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
weakdef-2.d 5 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
pic-err-3.s 3 ; { dg-do assemble { target cris-*-*aout* } }
  /toolchain/binutils/binutils-2.25/ld/emulparams/
hp3hpux.sh 1 SCRIPT_NAME=aout
ns32knbsd.sh 1 SCRIPT_NAME=aout
sparcaout.sh 1 SCRIPT_NAME=aout
sun3.sh 1 SCRIPT_NAME=aout
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
def2.d 4 #target: cris-*-*elf* cris-*-*aout*
def3.d 4 #target: cris-*-*elf* cris-*-*aout*
noglob1.d 2 #target: cris-*-*elf* cris-*-*aout*
undef2.d 3 # target: cris-*-*elf* cris-*-*aout*
undef3.d 3 #target: cris-*-*elf* cris-*-*aout*
warn3.d 4 #target: cris-*-*elf* cris-*-*aout*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
abi-note.d 5 #notarget: *-*-*aout *-*-*oldld
start.d 5 #notarget: *-*-*aout *-*-*oldld frv-*-linux* metag-*-linux*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
empty-address-2a.d 4 #notarget: frv-*-*linux* *-*-linux*aout *-*-linux*oldld
empty-address-2b.d 4 #notarget: frv-*-*linux* *-*-linux*aout *-*-linux*oldld
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
rsAllocationCopyTest.java 41 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
43 aOut.copyFrom(outArray);
47 s.set_aOut1D(aOut);
52 aOut.copyTo(outArray);
88 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
90 aOut.copyFrom(outArray);
94 s.set_aOut1D(aOut);
99 aOut.copyTo(outArray);
135 Allocation aOut = Allocation.createTyped(mRS, typeBuilder.create());
137 aOut.copyFrom(outArray)
    [all...]
YuvTest.java 84 Allocation aout = makeOutput(); local
102 syuv.forEach(aout);
108 mVerify.invoke_verify(aref, aout, ay);
123 Allocation aout = makeOutput(); local
147 syuv.forEach(aout);
148 mVerify.invoke_verify(aref, aout, ay);
151 script.forEach_cvt(aout);
152 mVerify.invoke_verify(aref, aout, ay);
167 Allocation aout = makeOutput(); local
193 syuv.forEach(aout);
212 Allocation aout = makeOutput_f4(); local
253 Allocation aout = makeOutput_f4(); local
    [all...]
negate.rs 18 void root(const int *ain, int *aout) {
19 aout[0] = -1 * ain[0];
  /toolchain/binutils/binutils-2.25/bfd/
aout-target.h 21 #include "aout/aout64.h"
22 #include "aout/stab_gnu.h"
23 #include "aout/ar.h"
30 extern reloc_howto_type * NAME (aout, reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *);
44 /* Calculate the file positions of the parts of a newly read aout header. */
102 sections. This is normally done by NAME (aout,new_section_hook),
160 NAME (aout, swap_exec_header_in) (abfd, &exec_bytes, &exec);
167 target = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
198 return NAME (aout, mkobject (abfd))
    [all...]
  /frameworks/rs/tests/cppbasic-getpointer/
compute.cpp 39 sp<Allocation> aout = Allocation::createTyped(rs, t, RS_ALLOCATION_USAGE_SCRIPT | RS_ALLOCATION_USAGE_SHARED); local
40 printf("Allocation %p %p\n", ain.get(), aout.get());
45 uint32_t *output = (uint32_t*)aout->getPointer(&outputStride);
63 aout->syncAll(RS_ALLOCATION_USAGE_SHARED);
68 sc->forEach_copyAndNot(ain, aout);
74 aout->syncAll(RS_ALLOCATION_USAGE_SCRIPT);
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptC_reduce_general_result.java.expect     [all...]

Completed in 310 milliseconds

1 2 34 5 6 7 8 91011>>