HomeSort by relevance Sort by last modified time
    Searched defs:uc2 (Results 1 - 11 of 11) sorted by null

  /external/valgrind/none/tests/solaris/
context_link2.c 10 ucontext_t uc2; local
13 getcontext(&uc2);
14 assert(uc2.uc_link == ucp);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p3-0x.cpp 26 unsigned_c<2> uc2 = f<float, double>(); local
  /external/clang/test/Sema/
zvector.c 6 vector unsigned char uc, uc2; variable
47 uc = uc2;
63 sc = uc2; // expected-error {{incompatible type}}
68 bc = uc2; // expected-error {{incompatible type}}
92 us = uc2; // expected-error {{incompatible type}}
93 ui = uc2; // expected-error {{incompatible type}}
94 ul = uc2; // expected-error {{incompatible type}}
95 fd = uc2; // expected-error {{incompatible type}}
112 bc = (vector bool char)uc2;
145 bl = (vector bool long long)uc2;
719 sc <<= uc2; local
723 uc <<= uc2; local
730 bc <<= uc2; \/\/ expected-error {{invalid operands}} local
819 sc >>= uc2; local
823 uc >>= uc2; local
830 bc >>= uc2; \/\/ expected-error {{invalid operands}} local
    [all...]
  /external/clang/test/CodeGen/
zvector.c 5 volatile vector unsigned char uc, uc2; variable
31 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc2
33 uc = uc2;
68 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc2
70 uc = +uc2;
126 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc2
128 ++uc2;
163 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc2
165 uc2++;
200 // CHECK: [[VAL:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc2
1746 sc <<= uc2; local
1764 uc <<= uc2; local
2048 sc >>= uc2; local
2066 uc >>= uc2; local
    [all...]
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
p7-cxx11-nowarn.cpp 16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} local
p7-0x.cpp 15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} local
  /external/vulkan-validation-layers/loader/
cJSON.c 269 unsigned uc, uc2; local
319 uc2 = parse_hex4(ptr + 3);
321 if (uc2 < 0xDC00 || uc2 > 0xDFFF)
323 uc = 0x10000 + (((uc & 0x3FF) << 10) | (uc2 & 0x3FF));
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1587 unsigned uc2 = (unsigned char)c2; local
    [all...]
  /external/curl/lib/
telnet.c 1007 unsigned char*uc1, *uc2; local
1024 uc2 = (unsigned char*)&y;
1027 CURL_SB_ACCUM(tn, uc2[0]);
1028 CURL_SB_ACCUM(tn, uc2[1]);
    [all...]
  /external/llvm/lib/Support/
regcomp.c 1284 unsigned uc2 = (uch)c2; local
1287 if (col[uc1] != col[uc2])
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 1238 unsigned uc2 = (uch)c2; local
1241 if (col[uc1] != col[uc2])
    [all...]

Completed in 803 milliseconds