HomeSort by relevance Sort by last modified time
    Searched full:aout (Results 376 - 400 of 741) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_it.d 3 #skip: *-*-*aout*
thumb2_it_auto.d 3 #skip: *-*-*aout*
  /toolchain/binutils/binutils-2.25/include/coff/
apollo.h 43 /********************** AOUT "OPTIONAL HEADER" **********************/
  /toolchain/binutils/binutils-2.25/ld/
Makefile.am 771 $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/
binutils.exp 30 && ![istarget "*-*-*aout*"]
  /frameworks/rs/
rsApiStubs.cpp 655 RsAllocation ain, RsAllocation aout,
659 RS_DISPATCH(ctxWrapper, ScriptForEach, s, slot, ain, aout, usr, usr_length, sc, sc_length);
663 RsAllocation * ains, size_t ains_length, RsAllocation aout,
667 RS_DISPATCH(ctxWrapper, ScriptForEachMulti, s, slot, ains, ains_length, aout, usr, usr_length, sc, sc_length);
671 RsAllocation * ains, size_t ains_length, RsAllocation aout,
674 RS_DISPATCH(ctxWrapper, ScriptReduce, s, slot, ains, ains_length, aout, sc, sc_length);
    [all...]
rs_hal.h 173 Allocation * aout,
180 Allocation *aout,
213 Allocation * aout,
  /toolchain/binutils/binutils-2.25/bfd/
Makefile.in 362 # *-*-coff, *-*-aout, etc., configurations, because people will want to
560 aout-adobe.lo \
561 aout-arm.lo \
562 aout-cris.lo \
563 aout-ns32k.lo \
564 aout-sparcle.lo \
565 aout-tic30.lo \
747 aout-adobe.c \
748 aout-arm.c \
749 aout-cris.c
    [all...]
ChangeLog-0001     [all...]
coff-tic30.c 52 map to the howto table entries that match those in both the aout
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]
  /external/boringssl/src/crypto/perlasm/
x86asm.pl 269 $elf=$cpp=$coff=$aout=$macosx=$win32=$netware=$mwerks=$android=0;
275 { $aout=1; require "x86gas.pl"; }
287 { $aout=1; $macosx=1; require "x86gas.pl"; }
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorReductionSycl.h 39 auto aOut =
48 r, [aOut, aI, scratch, local, length](cl::sycl::nd_item<1> id) {
75 aOut[globalid]=scratch[localid];
  /frameworks/compile/slang/
slang_rs_foreach_lowering.cpp 266 For example, rsForEach(foo, ain1, ain2, aout) would be translated into
272 (rs_allocation[]){ain1, ain2, aout) // Input and output allocations
285 `-DeclRefExpr 0x99574a58 'rs_allocation':'struct rs_allocation' lvalue ParmVar 0x9942c478 'aout' 'rs_allocation':'struct rs_allocation'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
srec.exp 349 # The i386-aout target is confused: the linker does not put the
351 setup_xfail "i*86-*-aout*"
415 setup_xfail "i*86-*-aout*"
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 25 %elifidn __OUTPUT_FORMAT__,aout
375 %elifidn __OUTPUT_FORMAT__,aout
  /external/mesa3d/include/VG/
vgext.h 222 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguTransformClipLineNDS(const VGfloat Ain,const VGfloat Bin,const VGfloat Cin,const VGfloat* matrix,const VGboolean inverse,VGfloat* Aout,VGfloat* Bout,VGfloat* Cout);
225 typedef VGUErrorCode (VGU_API_ENTRYP PFNVGUTRANSFORMCLIPLINENDSPROC) (const VGfloat Ain,const VGfloat Bin,const VGfloat Cin,const VGfloat* matrix,const VGboolean inverse,VGfloat* Aout,VGfloat* Bout,VGfloat* Cout);
  /toolchain/binutils/binutils-2.25/binutils/testsuite/lib/
binutils-common.exp 45 if { [istarget *-*-linux*aout*]
55 && ([istarget *-*-netbsd*aout*]
  /toolchain/binutils/binutils-2.25/gas/po/
POTFILES.in 21 config/obj-aout.c
22 config/obj-aout.h
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 182 ASN1OutputStream aOut = new ASN1OutputStream(bOut);
184 aOut.writeObject(c.getIssuer());
204 ASN1OutputStream aOut = new ASN1OutputStream(bOut);
206 aOut.writeObject(c.getSubject());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 183 ASN1OutputStream aOut = new ASN1OutputStream(bOut);
185 aOut.writeObject(c.getIssuer());
205 ASN1OutputStream aOut = new ASN1OutputStream(bOut);
207 aOut.writeObject(c.getSubject());
  /external/libjpeg-turbo/
acinclude.m4 33 linux*aout*)
  /frameworks/native/libs/binder/include/binder/
TextOutput.h 57 extern TextOutput& aout;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 36 uint32_t inLen, Allocation * aout, const void * usr,
638 uint32_t inLen, Allocation * aout,
678 scaleX = (float)srcWidth / aout->mHal.drvState.lod[0].dimX;
679 scaleY = (float)srcHeight / aout->mHal.drvState.lod[0].dimY;
  /system/libhwbinder/include/hwbinder/
TextOutput.h 58 extern TextOutput& aout;

Completed in 638 milliseconds

<<11121314151617181920>>