/external/clang/test/OpenMP/ |
atomic_capture_codegen.cpp | 11 unsigned char ucv, ucx; variable 93 ucv = ucx--; 374 // CHECK: [[UCV:%.+]] = load i8, i8* @{{.+}}, 375 // CHECK: [[EXPR:%.+]] = zext i8 [[UCV]] to i32 393 {cx = cx >> ucv; cv = cx;} [all...] |
atomic_read_codegen.c | 11 unsigned char ucv, ucx; variable 92 ucv = ucx; 170 ucv = cx;
|
atomic_write_codegen.c | 11 unsigned char ucv, ucx; variable 92 ucx = ucv; 187 cx = ucv;
|
atomic_update_codegen.cpp | 11 unsigned char ucv, ucx; variable 337 // CHECK: [[UCV:%.+]] = load i8, i8* @{{.+}}, 338 // CHECK: [[EXPR:%.+]] = zext i8 [[UCV]] to i32 355 cx = cx >> ucv; [all...] |
/prebuilts/misc/common/swig/include/2.0.11/ocaml/ |
ocaml.swg | 278 SWIG_CAMLlocal1(ucv); 279 ucv = caml_swig_alloc(1,C_uchar); 280 SWIG_Store_field(ucv,0,Val_int(uc)); 281 CAMLreturn(ucv);
|
/external/clang/test/SemaCXX/ |
overload-call.cpp | 41 void test_i(short sv, int iv, long lv, unsigned char ucv) { 44 int* ip3 = i(ucv);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_math_agree.java | 111 short[] ucv = new short[dim]; local 113 ucv[i] = (short)rand.nextInt(0x1 << 8); 114 return ucv;
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
UT_math_agree.java | 111 short[] ucv = new short[dim]; local 113 ucv[i] = (short)rand.nextInt(0x1 << 8); 114 return ucv;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_math_agree.java | 111 short[] ucv = new short[dim]; local 113 ucv[i] = (short)rand.nextInt(0x1 << 8); 114 return ucv;
|