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

1 2

  /external/clang/test/CodeGen/
struct-init.c 23 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
30 const uint32x2_t signBit = { (uint2) 0x80000000 };
builtins-nvptx.c 355 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); typedef
357 __nvvm_ldg_ui2((const uint2 *)p);
  /external/skia/tests/
Writer32Test.cpp 189 const uint32_t uint2 = 0x98765432; local
212 writer->overwriteTAt(padding, uint2);
216 REPORTER_ASSERT(reporter, writer->readTAt<uint32_t>(padding) == uint2);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 32 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
  /external/swiftshader/src/Common/
Types.hpp 69 typedef ALIGN(8, unsigned int) uint2[2]; member in namespace:sw
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 232 raise ValueError("not enough data in stream to read uint2")
234 uint2 = ArgumentDescriptor( variable
235 name='uint2',
940 arg=uint2,
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 60 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
571 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 81 typedef uint32_t uint2 __attribute__((ext_vector_type(2))); typedef
589 ELEMENT_AT(uint2, RS_TYPE_UNSIGNED_32, 2)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 104 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 104 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 103 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 110 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 110 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 110 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 110 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef
    [all...]

Completed in 1218 milliseconds

1 2