HomeSort by relevance Sort by last modified time
    Searched defs:SS (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/test/fixedbugs/issue22877.dir/
p.go 8 type SS = S
  /prebuilts/go/linux-x86/test/fixedbugs/issue22877.dir/
p.go 8 type SS = S
  /external/clang/test/OpenMP/
single_ast_print.cpp 11 struct SS {
15 SS(int &d) : a(0), b(0), c(d) {
62 SS ss(a);
teams_codegen.cpp 113 struct SS{
118 SS<int> Gbla;
119 SS<long long> Gblb;
125 SS<int> la;
126 SS<long long> lb;
177 struct SS{
215 SS<int, 123, 456> V;
for_lastprivate_codegen.cpp 11 struct SS {
15 SS(int &d) : a(0), b(0), c(d) {
170 SS ss(sivar);
    [all...]
for_linear_codegen.cpp 26 struct SS {
30 SS(int &d) : a(0), b(0), c(d) {
115 SS ss(sivar);
parallel_firstprivate_codegen.cpp 28 struct SS {
33 SS(int &d) : a(0), b(0), c(d) {
119 SS ss(sivar);
parallel_private_codegen.cpp 21 struct SS {
25 SS(int &d) : a(0), b(0), c(d) {
98 SS ss(sivar);
parallel_reduction_codegen.cpp 23 struct SS {
27 SS(int &d) : a(0), b(0), c(d) {
103 SS ss(sivar);
    [all...]
single_codegen.cpp 35 struct SS {
39 SS(int &d) : a(0), b(0), c(d) {
78 SS ss(c.a);
  /external/compiler-rt/lib/asan/
asan_scariness_score.h 55 ScarinessScore SS;
56 SS.Scare(score, descr);
57 SS.Print();
  /external/libvpx/libvpx/third_party/libyuv/source/
row_any.cc 23 #define SS(width, shift) (((width) + (1 << (shift)) - 1) >> (shift))
38 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
39 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
44 SS(r, DUVSHIFT) * BPP); \
70 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
71 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
74 SS(r, DUVSHIFT) * BPP); \
109 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
110 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
112 temp[64 + SS(r, UVSHIFT)] = temp[64 + SS(r, UVSHIFT) - 1];
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVError.h 106 std::stringstream SS;
112 SS << SPIRVErrorMap::map(ErrCode) << " " << Msg;
114 SS <<" [Src: " << FileName << ":" << LineNo << " " << CondString << " ]";
115 setError(ErrCode, SS.str());
117 spvdbgs() << SS.str() << '\n';
  /external/clang/test/Modules/Inputs/
templates-left.h 66 SmallString<256> SS;
  /external/libyuv/files/source/
row_any.cc 31 #define SS(width, shift) (((width) + (1 << (shift)) - 1) >> (shift))
46 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
47 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
52 SS(r, DUVSHIFT) * BPP); \
81 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
82 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
85 SS(r, DUVSHIFT) * BPP); \
126 memcpy(temp + 64, u_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
127 memcpy(temp + 128, v_buf + (n >> UVSHIFT), SS(r, UVSHIFT)); \
129 temp[64 + SS(r, UVSHIFT)] = temp[64 + SS(r, UVSHIFT) - 1];
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 25 #undef SS
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/Solaris/sys/
regset.h 24 #undef SS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reg.h 41 #define SS 16

Completed in 593 milliseconds

1 2 3 4 5 6 7 8 9