HomeSort by relevance Sort by last modified time
    Searched refs:U16 (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/lz4/programs/
frametest.c 57 typedef uint16_t U16;
63 typedef unsigned short U16;
fullbench.c 91 typedef uint16_t U16;
97 typedef unsigned short U16;
fuzzer.c 56 typedef uint16_t U16;
62 typedef unsigned short U16;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s 102 dSumAboveValU16 DN D2.U16
105 dSumLeftValU16 DN D2.U16
  /frameworks/rs/cpp/
Element.cpp 85 CREATE_USER(U16, UNSIGNED_16);
138 CREATE_VECTOR(U16, UNSIGNED_16);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 65 testTypeBuilderHelper(Element.U16(mRS));
KernelInputTest.java 537 Allocation ain = Allocation.createSized(mRS, Element.U16(mRS), 1);
538 Allocation tmp = Allocation.createSized(mRS, Element.U16(mRS), 1);
RSBaseCompute.java 96 element = Element.U16(rs);
AllocationTest.java 134 createTypedHelper(Element.U16(mRS));
177 createSizedHelper(Element.U16(mRS));
ForEachTest.java 122 t = new Type.Builder(mRS, Element.U16(mRS)).setX(x).create();
KernelTest.java 122 t = new Type.Builder(mRS, Element.U16(mRS)).setX(x).create();
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 24 U16 uint16
104 U16: 16,
313 {".Method2(.U16, `str`)", "-{{.Method2 .U16 `str`}}-", "-Method2: 16 str-", tVal, true},
314 {".Method2(.U16, $x)", "{{if $x := .X}}-{{.Method2 .U16 $x}}{{end}}-", "-Method2: 16 x-", tVal, true},
317 {"method on var", "{{if $x := .}}-{{$x.Method2 .U16 $x.X}}{{end}}-", "-Method2: 16 x-", tVal, true},
351 {"pipeline", "-{{.Method0 | .Method2 .U16}}-", "-Method2: 16 M0-", tVal, true},
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 24 U16 uint16
104 U16: 16,
313 {".Method2(.U16, `str`)", "-{{.Method2 .U16 `str`}}-", "-Method2: 16 str-", tVal, true},
314 {".Method2(.U16, $x)", "{{if $x := .X}}-{{.Method2 .U16 $x}}{{end}}-", "-Method2: 16 x-", tVal, true},
317 {"method on var", "{{if $x := .}}-{{$x.Method2 .U16 $x.X}}{{end}}-", "-Method2: 16 x-", tVal, true},
351 {"pipeline", "-{{.Method0 | .Method2 .U16}}-", "-Method2: 16 M0-", tVal, true},
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 468 uint16_t U16;
480 bool U16Success = StringRef(Unsigned[i].Str).getAsInteger(0, U16);
483 EXPECT_EQ(U16, Unsigned[i].Expected);
  /external/llvm/unittests/IR/
MetadataTest.cpp 782 unsigned U16 = 1u << 16;
784 DILocation *L = DILocation::get(Context, UINT32_MAX, U16 - 1, N);
786 EXPECT_EQ(U16 - 1, L->getColumn());
789 DILocation *L = DILocation::get(Context, UINT32_MAX, U16, N);
794 DILocation *L = DILocation::get(Context, UINT32_MAX, U16 + 1, N);
    [all...]
  /external/valgrind/VEX/priv/
ir_opt.c 1444 UShort u16 = e->Iex.Unop.arg->Iex.Const.con->Ico.U8; local
    [all...]
host_tilegx_isel.c 1071 l = (Long) (Int) (Short) con->Ico.U16;
    [all...]
host_s390_isel.c 454 case Ico_U16: value = expr->Iex.Const.con->Ico.U16; break;
476 case Ico_U16: value = con->Ico.U16; return ((Long)(value << 48) >> 48);
    [all...]
  /external/lz4/lib/
xxhash.c 109 typedef uint16_t U16;
115 typedef unsigned short U16;
lz4frame.c 79 typedef uint16_t U16;
85 typedef unsigned short U16;
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_foreach.cpp 85 t = Type::create(mRS, Element::U16(mRS), x, 0, 0);
rs_jni_allocation.cpp 99 createTypedHelper(rs, Element::U16(rs));
  /external/ImageMagick/coders/
wmf.c 774 bmp_read->bmp.width = (U16)image->columns;
775 bmp_read->bmp.height = (U16)image->rows;
784 bmp->width = (U16) 0;
785 bmp->height = (U16) 0;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Mesh.java 815 smb.addIndexSetType(Element.U16(mRS), mIndexCount, Primitive.TRIANGLE);
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
RawConverter.java 323 Type.Builder typeBuilder = new Type.Builder(rs, Element.U16(rs));
    [all...]

Completed in 4873 milliseconds

1 23 4