Home
last modified time | relevance | path

Searched defs:uc2 (Results 1 – 25 of 25) sorted by relevance

/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp118 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1DArray() local
136 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1DArray() local
235 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2DArray() local
253 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2DArray() local
331 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTextureBuffer() local
349 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTextureBuffer() local
440 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1D() local
458 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1D() local
621 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2D() local
639 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2D() local
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/external/llvm-project/clang/test/Sema/
Dzvector2.c6 vector unsigned char uc, uc2; variable
Dzvector.c6 vector unsigned char uc, uc2; variable
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-narrowing-conversions-unsigned-char.cpp71 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local
Dcppcoreguidelines-narrowing-conversions.cpp213 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local
247 char uc2 = b ? 1 : 128; in narrow_conditional_operator_contant_to_signed_is_not_ok() local
/external/clang/test/Sema/
Dzvector.c6 vector unsigned char uc, uc2; variable
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp164 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2D() local
252 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture3D() local
565 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLRenderbuffer() local
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c4 volatile vector unsigned char uc, uc2; variable
/external/clang/test/CodeGen/
Dzvector.c5 volatile vector unsigned char uc, uc2; variable
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
Dp7-0x.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
Dp7-0x.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/external/clang/lib/Headers/
D__clang_cuda_intrinsics.h195 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp730 unsigned uc2 = uses[n]; in bu_release_val() local
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_intrinsics.h359 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
/external/curl/lib/
Dtelnet.c959 unsigned char *uc1, *uc2; in sendsuboption() local
/external/llvm-project/llvm/lib/Support/
Dregcomp.c1412 unsigned uc2 = (uch)c2; in samesets() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
/external/libcups/vcnet/regex/
Dregcomp.c1294 register unsigned uc2 = (unsigned char)c2; local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c1412 unsigned uc2 = (uch)c2; in samesets() local
/external/llvm/lib/Support/
Dregcomp.c1284 unsigned uc2 = (uch)c2; in samesets() local
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c79 uchar uc1='a', uc2=127, uc3=128, uc4=255, uc5=(uchar)-1; variable