HomeSort by relevance Sort by last modified time
    Searched refs:U32 (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_multi.java 42 Type.Builder type32Builder = new Type.Builder(RS, Element.U32(RS));
  /frameworks/rs/tests/cppbasic-getpointer/
compute.cpp 25 sp<const Element> e = Element::U32(rs);
  /frameworks/rs/tests/latency/
latency.cpp 62 sp<const Element> e = Element::U32(rs);
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 622 typedef unsigned int U32;
  /external/valgrind/VEX/priv/
ir_opt.c 1418 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8; local
1425 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U16; local
1597 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1613 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1630 UInt u32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
1900 \/*unsigned*\/ UInt u32; local
    [all...]
host_tilegx_isel.c 1068 l = (Long) (Int) con->Ico.U32;
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 138 passed &= (Element::U32(mRS) != nullptr);
196 sp<const Element> U32 = Element::U32(mRS);
207 U16, U32, U64, U8, U8_3, U8_4 };
274 eb->add(Element::U32(mRS), "U32", arraySize);
rs_jni_type.cpp 89 passed &= testTypeBuilderHelper(mRS, Element::U32(mRS));
  /external/lz4/programs/
fullbench.c 92 typedef uint32_t U32;
98 typedef unsigned int U32;
130 U32 id;
431 U32 crcOriginal;
656 U32 crcDecoded;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_PredictIntra_4x4_s.S 86 VPADDL.U32 d1,d1
96 VRSHR.U32 d1,d1,#2
108 VRSHR.U32 d1,d1,#2
omxVCM4P10_PredictIntra_16x16_s.S 132 VPADDL.U32 d6,d0
142 VPADDL.U32 d7,d0
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DeblockingChroma_unsafe_s.s 120 VLD1 d18.U32[0], [pThresholds]! ;here
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 221 VMOVEQ.U32 dFilt[0], Mask_0
227 VMOVEQ.U32 dFilt[1], Mask_0
omxVCM4P10_PredictIntraChroma_8x8_s.s 103 dSumAboveValU32 DN D3.U32
106 dSumLeftValU32 DN D1.U32
108 dSumAboveLeft DN D2.U32
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 315 VMOVEQ.U32 dFilt[0], Mask_0
321 VMOVEQ.U32 dFilt[1], Mask_0
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 152 VMOV.U32 dBS3210[0], bS3210
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicHistogram.java 141 if (mOut.getType().getElement() != Element.U32(mRS) &&
150 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicHistogram.java 151 if (mOut.getType().getElement() != Element.U32(mRS) &&
160 throw new RSIllegalArgumentException("Output type must be U32 or I32.");
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 103 assertTrue(Element.U32(mRS) != null);
230 Element[] U32 = { Element.U32(mRS) };
254 U16, U32, U64, U8, U8_3, U8_4 };
320 eb.add(Element.U32(mRS), "U32", arraySize);
390 assertFalse(Element.U32(mRS).isComplex());
AtomicTest.java 43 mSrc = Allocation.createTyped(mRS, Type.createXY(mRS, Element.U32(mRS), sz, sz));
44 mReturn = Allocation.createSized(mRS, Element.U32(mRS), 1);
  /external/v8/test/unittests/interpreter/
bytecodes-unittest.cc 187 {{B(ExtraWide), B(LdaSmi), U32(100000)},
193 {{B(ExtraWide), B(LdaSmi), U32(-100000)},
212 {{B(ExtraWide), B(JumpIfNull), U32(123456789)},
  /external/skia/src/views/
SkWidgets.cpp 339 SkStaticTextView::SkStaticTextView(U32 flags) : SkView(flags)
500 SkBitmapView::SkBitmapView(U32 flags) : SkView(flags)
  /frameworks/compile/slang/tests/P_reduce_general_input/
ScriptField_MyStruct.java.expect 47 eb.add(Element.U32(rs), "#rs_padding_1");
  /frameworks/compile/slang/tests/P_reduce_general_inputs/
ScriptField_MyStruct.java.expect 47 eb.add(Element.U32(rs), "#rs_padding_1");
  /frameworks/compile/slang/tests/P_reduce_general_result/
ScriptField_MyStruct.java.expect 47 eb.add(Element.U32(rs), "#rs_padding_1");

Completed in 571 milliseconds

12 3 4 5