HomeSort by relevance Sort by last modified time
    Searched defs:U8 (Results 1 - 25 of 31) sorted by null

1 2

  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 61 typedef uint64_t U8;
  /external/valgrind/main/memcheck/tests/
sh-mem.c 15 typedef unsigned long long U8;
24 U8 a [SZB_OF_a / 8]; // Type is U8 to ensure it's 8-aligned
25 U8 b [SZB_OF_a / 8]; // same size as a[]
38 U8 build(int size, U1 byte)
41 U8 mask = 0;
42 U8 shres;
43 U8 res = 0xffffffffffffffffULL, res2;
49 mask |= (U8)byte;
109 assert(8 == sizeof(U8));
    [all...]
sh-mem-random.c 16 typedef unsigned long long U8;
37 U8 build(int size, U1 byte)
40 U8 mask = 0;
41 U8 shres;
42 U8 res = 0xffffffffffffffffULL, res2;
48 mask |= (U8)byte;
75 U8 sum = 0;
85 sum += (U8)arr_i;
153 case 3: { // U8
156 *(U8*)(arr+dst) = *(U8*)(arr+src)
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 414 uint8_t U8;
420 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8);
423 EXPECT_EQ(U8, Unsigned[i].Expected);
  /external/valgrind/main/memcheck/tests/common/
sh-mem-vec128.tmpl.c 25 typedef unsigned long long U8;
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
TIDspOmx.h 620 typedef unsigned char U8;
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 63 testTypeBuilderHelper(Element.U8(mRS));
ElementTest.java 95 assertTrue(Element.U8(mRS) != null);
130 assertFalse(Element.A_8(mRS).equals(Element.U8(mRS)));
133 assertTrue(Element.A_8(mRS).isCompatible(Element.U8(mRS)));
134 assertTrue(Element.U8(mRS).isCompatible(Element.A_8(mRS)));
139 Element e1 = eb1.add(Element.U8(mRS), "UTest").create();
145 Element e2 = eb2.add(Element.U8(mRS), "UTest").create();
156 Element e3 = eb3.add(Element.U8(mRS), "NotUTest").create();
183 // A_8 is in U8
225 Element[] U8 = { Element.A_8(mRS),
226 Element.U8(mRS)
    [all...]
AllocationTest.java 128 createTypedHelper(Element.U8(mRS));
167 createSizedHelper(Element.U8(mRS));
265 Type.Builder b = new Type.Builder(mRS, Element.U8(mRS));
273 Type.Builder b = new Type.Builder(mRS, Element.U8(mRS));
TestGetSet.java 348 testSetup(Element.U8(mRS));
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Element.java 326 public static Element U8(RenderScript rs) {
976 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 323 public static Element U8(RenderScript rs) {
886 * size and type (i.e. U8 is compatible with A_8). User-defined Elements
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 57 U8,
98 {"U8", "Unsigned 8 bit"},
  /frameworks/rs/cpp/
rsCppStructs.h 174 sp<const Element> U8;
680 static sp<const Element> U8(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h 173 sp<const Element> U8;
672 static sp<const Element> U8(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h 173 sp<const Element> U8;
672 static sp<const Element> U8(sp<RS> rs);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h 173 sp<const Element> U8;
672 static sp<const Element> U8(sp<RS> rs);
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 77 typedef unsigned long long U8; // NOLINT
133 static U8 poisoned_array[100];
418 EXPECT_UMR(break_optimization((void*)(U8)a[GetPoisonedZero()]));
    [all...]
  /external/valgrind/main/VEX/pub/
libvex_ir.h 295 UChar U8;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 682 milliseconds

1 2