Home
last modified time | relevance | path

Searched defs:uchar2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h31 typedef __attribute__((ext_vector_type(2))) uchar uchar2; typedef
/external/clang/test/CodeGen/
Dbuiltins-nvptx.c327 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/llvm-project/clang/test/CodeGen/
Dbuiltins-nvptx.c584 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/external/clang/lib/Headers/
Dopencl-c.h83 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h70 typedef uchar uchar2 __attribute__((ext_vector_type(2))); typedef
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c274 UChar* uchar2 = 0; in TestConvert() local