HomeSort by relevance Sort by last modified time
    Searched refs:ss2 (Results 1 - 25 of 48) sorted by null

1 2

  /external/clang/test/CodeGen/
zvector.c 8 volatile vector signed short ss, ss2; variable
35 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @ss2
37 ss = ss2;
72 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @ss2
74 ss = +ss2;
105 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @ss2
107 ss = -ss2;
130 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @ss2
132 ++ss2;
167 // CHECK: [[VAL:%[^ ]+]] = load volatile <8 x i16>, <8 x i16>* @ss2
1779 ss <<= ss2; local
1797 us <<= ss2; local
2081 ss >>= ss2; local
2099 us >>= ss2; local
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLSocketTest.java 76 ServerSocket ss2 = new ServerSocket(0); local
78 InetAddress.getLocalHost(), ss2.getLocalPort());
80 ss2.close();
92 ServerSocket ss2 = new ServerSocket(0); local
94 .getLocalPort(), InetAddress.getLocalHost(), ss2
97 ss2.close();
  /external/gmock/test/
gmock-cardinalities_test.cc 100 stringstream ss2; local
101 Cardinality::DescribeActualCallCountTo(2, &ss2);
102 EXPECT_EQ("called twice", ss2.str());
171 stringstream ss2; local
172 c.DescribeTo(&ss2);
174 ss2.str());
226 stringstream ss2; local
227 c.DescribeTo(&ss2);
229 ss2.str());
377 stringstream ss2; local
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-cardinalities_test.cc 100 stringstream ss2; local
101 Cardinality::DescribeActualCallCountTo(2, &ss2);
102 EXPECT_EQ("called twice", ss2.str());
171 stringstream ss2; local
172 c.DescribeTo(&ss2);
174 ss2.str());
226 stringstream ss2; local
227 c.DescribeTo(&ss2);
229 ss2.str());
377 stringstream ss2; local
    [all...]
  /external/clang/test/Sema/
zvector.c 9 vector signed short ss, ss2; variable
50 ss = ss2;
77 sc = ss2; // expected-error {{incompatible type}}
117 us = (vector unsigned short)ss2;
157 ++ss2;
197 --ss2;
237 ss = +ss2;
263 ss = -ss2;
289 ss = ~ss2;
338 ss = ss + ss2;
732 sc <<= ss2; \/\/ expected-error {{vector operands do not have the same number of elements}} local
737 ss <<= ss2; local
832 sc >>= ss2; \/\/ expected-error {{vector operands do not have the same number of elements}} local
837 ss >>= ss2; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_surface_state.c 185 surf->ss2.width >= 8192) {
207 uint32_t height = surf->ss2.height + 1;
274 surf->ss2.width = w & 0x7f; /* bits 6:0 of size or width */
275 surf->ss2.height = (w >> 7) & 0x1fff; /* bits 19:7 of size or width */
280 surf->ss2.width = 0;
281 surf->ss2.height = 0;
354 surf->ss2.width = width - 1;
355 surf->ss2.height = height - 1;
425 surf->ss2.width = w & 0x7f; /* bits 6:0 of size or width */
426 surf->ss2.height = (w >> 7) & 0x1fff; /* bits 19:7 of size or width *
    [all...]
brw_wm_sampler_state.c 307 sampler->ss2.default_color_pointer = brw->wm.sdc_offset[ss_index] >> 5;
310 sampler->ss2.default_color_pointer = (intel->batch.bo->offset +
316 offsetof(struct brw_sampler_state, ss2),
gen7_sampler_state.c 173 sampler->ss2.default_color_pointer = brw->wm.sdc_offset[ss_index] >> 5;
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 182 ServerSocket ss2 = new ServerSocket(); local
183 ss2.bind(new InetSocketAddress("127.0.0.1", 4343));
184 assertEquals(ss2.getLocalPort(), 4343);
185 ss2.close();
  /external/v8/test/mjsunit/es6/
classes-experimental.js 198 let ss2 = new Subclass2();
199 assertSame(5, ss2.foobar);
200 assertSame(Subclass2.prototype, ss2.__proto__);
  /libcore/luni/src/test/java/libcore/java/nio/
OldAndroidNIOTest.java 483 short[] ss2 = {10, 22, 30}; local
485 sb.put(ss2, 1, 1);
587 int[] ss2 = {10, 22, 30}; local
589 ib.put(ss2, 1, 1);
691 float[] ss2 = {10, 22, 30}; local
693 fb.put(ss2, 1, 1);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SignatureSpiTest.java 50 MySignatureSpi2 ss2 = new MySignatureSpi2(); local
52 ss2.clone();
  /external/gtest/test/
gtest-printers_test.cc 1482 ::std::stringstream ss2; local
1512 ::std::stringstream ss2; local
1529 ::std::stringstream ss2; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-printers_test.cc 1482 ::std::stringstream ss2; local
1512 ::std::stringstream ss2; local
1529 ::std::stringstream ss2; local
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 1482 ::std::stringstream ss2; local
1512 ::std::stringstream ss2; local
1529 ::std::stringstream ss2; local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
DateCache.java 159 String ss2 = _formatString.substring( zIndex+3 ); local
185 sb.append(ss2);
206 String ss2=_tzFormatString.substring(i+l); local
207 _minFormatString =ss1+"'ss'"+ss2;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
ServerSocketTest.java 223 ServerSocket ss2 = new ServerSocket(0); local
224 ss2.setSoTimeout(500);
227 ss2.accept();
236 ss2.close();
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-printers_test.cc 1238 ::std::stringstream ss2; local
1268 ::std::stringstream ss2; local
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
processor_32.h 175 unsigned short ss2,__ss2h; member in struct:i386_hw_tss

Completed in 616 milliseconds

1 2