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

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-div-01-m3.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-02.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-10-m3.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-12.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-20.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-21.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-div-22.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-unknown-3.d 8 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-1.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-1r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-3.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-3r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-6.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-6r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-7.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
attr-merge-vfp-7r.d 7 # not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
ldsym1.d 2 # target: cris-*-*elf* cris-*-*aout*
  /external/llvm/lib/Analysis/
DemandedBits.cpp 73 const APInt &AOut, APInt &AB, APInt &KnownZero, APInt &KnownOne,
109 AB = AOut.byteSwap();
139 AB = APInt::getLowBitsSet(BitWidth, AOut.getActiveBits());
146 AB = AOut.lshr(ShiftAmt);
162 AB = AOut.shl(ShiftAmt);
175 AB = AOut.shl(ShiftAmt);
179 if ((AOut & APInt::getHighBitsSet(BitWidth, ShiftAmt))
190 AB = AOut;
206 AB = AOut;
223 AB = AOut;
    [all...]
  /frameworks/compile/slang/tests/P_reduce_general_examples_halter/
ScriptC_reduce_general_examples_halter.java.expect 145 Allocation aout = Allocation.createSized(mRSLocal, __I32, 1);
146 aout.setAutoPadding(true);
147 reduce(mExportReduceIdx_fz, new Allocation[]{ain1}, aout, sc);
148 return new result_int(aout);
178 Allocation aout = Allocation.createSized(mRSLocal, __I32_2, 1);
179 aout.setAutoPadding(true);
180 reduce(mExportReduceIdx_fz2, new Allocation[]{ain1}, aout, sc);
181 return new result_int2(aout);
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
foreach_bounds.rs 13 rs_allocation aout;
61 rsForEach(s, ain, aout, NULL, 0, &rssc);
  /toolchain/binutils/binutils-2.25/bfd/
sparclynx.c 32 #include "aout/sun4.h"
35 #include "aout/aout64.h"
36 #include "aout/stab_gnu.h"
37 #include "aout/ar.h"
41 static bfd_boolean NAME (aout,sparclynx_write_object_contents) (bfd *);
148 NAME(aout,sparclynx_write_object_contents) (bfd *abfd)
228 #define MY_write_object_contents NAME(aout,sparclynx_write_object_contents)
247 #include "aout-target.h"
gen-aout.c 40 fprintf (stderr, "Usage: gen-aout target_name\n");
44 file = fopen ("gen-aout", "r");
47 fprintf (stderr, "Cannot open gen-aout!\n");
53 fprintf(stderr, "Cannot read gen-aout!\n");
117 printf ("\n#include \"aout-target.h\"\n");
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
weakref1u.d 4 # aout turns undefined into *ABS* symbols.
6 #not-target: *-*-*aout m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd alpha*-*-osf* *-*-ecoff
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicColorMatrix.java 222 * @param aout Output allocation
224 public void forEach(Allocation ain, Allocation aout) {
225 forEach(ain, aout, null);
241 * @param aout Output allocation
244 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
257 if (!aout.getElement().isCompatible(Element.U8(mRS)) &&
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
259 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
260 !aout.getElement().isCompatible(Element.U8_4(mRS)) &&
261 !aout.getElement().isCompatible(Element.F32(mRS)) &
    [all...]
Script.java 171 protected void forEach(int slot, Allocation ain, Allocation aout,
173 forEach(slot, ain, aout, v, null);
180 protected void forEach(int slot, Allocation ain, Allocation aout,
185 mRS.validateObject(aout);
187 if (ain == null && aout == null && sc == null) {
199 if (aout != null) {
200 out_id = aout.getID(mRS);
226 protected void forEach(int slot, Allocation[] ains, Allocation aout,
230 forEach(slot, ains, aout, v, null);
236 protected void forEach(int slot, Allocation[] ains, Allocation aout,
    [all...]

Completed in 576 milliseconds

1 2 3 4 5 6 78 91011>>