HomeSort by relevance Sort by last modified time
    Searched refs:uc1 (Results 1 - 12 of 12) sorted by null

  /external/clang/test/CXX/expr/
p9.cpp 22 __typeof__(uc0 + uc0) uc1;
23 int &ucr = uc1;
  /external/clang/test/CodeGen/
complex-convert.c 17 unsigned char uc1; local
58 uc1 = csc;
61 // CHECK-NEXT: store i[[CHSIZE]] %[[VAR12]], i[[CHSIZE]]* %[[UC1:[A-Za-z0-9.]+]], align [[CHALIGN]]
63 uc1 = cuc;
66 // CHECK-NEXT: store i[[CHSIZE]] %[[VAR14]], i[[CHSIZE]]* %[[UC1]], align [[CHALIGN]]
68 uc1 = csll;
72 // CHECK-NEXT: store i[[CHSIZE]] %[[VAR17]], i[[CHSIZE]]* %[[UC1]], align [[CHALIGN]]
74 uc1 = cull;
78 // CHECK-NEXT: store i[[CHSIZE]] %[[VAR20]], i[[CHSIZE]]* %[[UC1]], align [[CHALIGN]]
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 25 unsigned_c<1> uc1 = f<int>(); local
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 31 uchar uc1;
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-0x.cpp 14 unsigned char uc1 = {5}; // OK: no narrowing needed local
p7-cxx11-nowarn.cpp 15 unsigned char uc1 = {5}; // OK: no narrowing needed local
  /external/curl/lib/
telnet.c 1008 unsigned char *uc1, *uc2; local
1024 uc1 = (unsigned char *)&x;
1026 CURL_SB_ACCUM(tn, uc1[0]);
1027 CURL_SB_ACCUM(tn, uc1[1]);
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1283 unsigned uc1 = (uch)c1; local
1287 if (col[uc1] != col[uc2])
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regcomp.c 1245 unsigned uc1 = (uch)c1; local
1249 if (col[uc1] != col[uc2])
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regcomp.c 1283 unsigned uc1 = (uch)c1; local
1287 if (col[uc1] != col[uc2])
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
math.rs 51 volatile uchar uc1;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1586 unsigned uc1 = (unsigned char)c1; local
    [all...]

Completed in 283 milliseconds