HomeSort by relevance Sort by last modified time
    Searched refs:S2 (Results 51 - 75 of 560) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
pcrel-reloc-local-r.d 15 [ \t]*4:[ \t]+00800162[ \t]+addkpc \.S2 0 <[^>]*>,b1,0
17 [ \t]*8:[ \t]+00800162[ \t]+addkpc \.S2 0 <[^>]*>,b1,0
19 [ \t]*c:[ \t]+00000012[ \t]+b \.S2 0 <[^>]*>
21 [ \t]*10:[ \t]+00000012[ \t]+b \.S2 0 <[^>]*>
23 [ \t]*14:[ \t]+00801022[ \t]+bdec \.S2 0 <[^>]*>,b1
25 [ \t]*18:[ \t]+00801022[ \t]+bdec \.S2 0 <[^>]*>,b1
27 [ \t]*1c:[ \t]+00000122[ \t]+bnop \.S2 0 <[^>]*>,0
29 [ \t]*20:[ \t]+00000122[ \t]+bnop \.S2 20 <[^>]*>,0
32 [ \t]*44:[ \t]+00000122[ \t]+bnop \.S2 40 <[^>]*>,0
34 [ \t]*48:[ \t]+00000122[ \t]+bnop \.S2 40 <[^>]*>,
    [all...]
weak-be.d 12 10000000:[ \t]+000c0362[ \t]+b \.S2 b3
13 10000004:[ \t]+a00c0362[ \t]+\[a2\] b \.S2 b3
14 10000008:[ \t]+000c0363[ \t]+b \.S2 b3
weak.d 12 10000000:[ \t]+000c0362[ \t]+b \.S2 b3
13 10000004:[ \t]+a00c0362[ \t]+\[a2\] b \.S2 b3
14 10000008:[ \t]+000c0363[ \t]+b \.S2 b3
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
pcr-relocs.d 11 0+0c <[^>]*> 004003e2[ \t]+mvc \.S2 pce1,b0
13 0+14 <[^>]*> 0100002a[ \t]+mvk \.S2 0,b2
15 0+18 <[^>]*> 0100006a[ \t]+mvkh \.S2 0,b2
17 0+1c <[^>]*> 0100002a[ \t]+mvk \.S2 0,b2
19 0+20 <[^>]*> 0100006a[ \t]+mvkh \.S2 0,b2
21 0+24 <[^>]*> 0100002a[ \t]+mvk \.S2 0,b2
23 0+28 <[^>]*> 0100006a[ \t]+mvkh \.S2 0,b2
25 0+2c <[^>]*> 0100002a[ \t]+mvk \.S2 0,b2
27 0+30 <[^>]*> 0100006a[ \t]+mvkh \.S2 0,b2
30 0+38 <[^>]*> 004003e2[ \t]+mvc \.S2 pce1,b
    [all...]
insns16-s-unit.d 11 [0-9a-f]+[02468ace] <[^>]*> 201b[ \t]+add \.S2 b1,b0,b1
15 [0-9a-f]+[02468ace] <[^>]*> a25b[ \t]+add \.S2 b5,b4,b5
19 [0-9a-f]+[02468ace] <[^>]*> 0a9b[ \t]+sub \.S2 b0,b5,b1
23 [0-9a-f]+[02468ace] <[^>]*> 88db[ \t]+sub \.S2 b4,b1,b5
26 [0-9a-f]+[02468ace] <[^>]*> 41fb[ \t]+sadd \.S2 b2,b3,b7
30 [0-9a-f]+[02468ace] <[^>]*> e33b[ \t]+sadd \.S2 b7,b6,b3
34 [0-9a-f]+[02468ace] <[^>]*> a87b[ \t]+sub \.S2 b5,b0,b7
41 [0-9a-f]+[02468ace] <[^>]*> 251b[ \t]+shl \.S2 b2,1,b1
45 [0-9a-f]+[02468ace] <[^>]*> 655b[ \t]+shl \.S2 b2,3,b5
49 [0-9a-f]+[02468ace] <[^>]*> addb[ \t]+shr \.S2 b3,5,b
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-variables.cpp 94 struct S2 {
95 S2() {
99 S2 makeS2();
100 void testS2(S2 a) {
101 S2 x = makeS2(); // expected-warning {{unused variable 'x'}}
102 S2 y;
103 S2 z = a; // expected-warning {{unused variable 'z'}}
144 struct S2 {
145 S2(const S1&);
148 S2 s((S1()))
    [all...]
warn-comma-operator.cpp 26 class S2 {
30 S2 operator++();
31 S2 operator++(int);
32 S2 operator--();
33 S2 operator--(int);
34 S2 operator=(int);
35 S2 operator*=(int);
36 S2 operator/=(int);
37 S2 operator%=(int);
38 S2 operator+=(int)
    [all...]
namespace.cpp 30 namespace S2 {
43 namespace S2 {
56 namespace S2 {
err_init_conversion_failed.cpp 53 template <class P> struct S2 {
58 S2<S> X = {&S::foo};
  /external/clang/test/CodeGen/
malign-double.cpp 7 /* Structs S1, S2, S3, S4, and union U5 are taken from Intel, "IA-64
24 struct S2{
31 unsigned S2_align = __alignof(struct S2);
32 unsigned S2_size = sizeof(struct S2);
36 unsigned S2_c_offset = (unsigned) &((struct S2*) 0)->c;
37 unsigned S2_d_offset = (unsigned) &((struct S2*) 0)->d;
38 unsigned S2_s_offset = (unsigned) &((struct S2*) 0)->s;
39 unsigned S2_n_offset = (unsigned) &((struct S2*) 0)->n;
mcu-struct-return.c 27 struct S2 {
29 } s2; variable in typeref:struct:S2
42 struct S2 bar2() { return s2; }
56 struct S2 y2 = bar2();
  /external/llvm/unittests/ADT/
ImmutableMapTest.cpp 34 ImmutableMap<int, int> S2 = f.add(f.add(f.add(S, 3, 10), 4, 11), 5, 12);
37 EXPECT_FALSE(S2.isEmpty());
42 EXPECT_EQ(10, *S2.lookup(3));
43 EXPECT_EQ(11, *S2.lookup(4));
44 EXPECT_EQ(12, *S2.lookup(5));
46 EXPECT_EQ(5, S2.getMaxElement()->first);
47 EXPECT_EQ(3U, S2.getHeight());
  /external/clang/test/CodeGenCXX/
regparm.cpp 19 struct S2 {
23 void __attribute__((regparm(3))) foo3(struct S2 a, int b);
25 void bar3(struct S2 a, int b) {
microsoft-uuidof.cpp 21 struct __declspec(uuid("87654321-4321-4321-4321-ba0987654321")) S2 { };
53 // __uuidof(S2) hasn't been used globally yet, so it's emitted when it's used
100 GUID s2_1 = __uuidof(S2);
101 GUID s2_2 = __uuidof(S2);
108 const GUID& r = __uuidof(S2);
110 const GUID* p = &__uuidof(S2);
  /prebuilts/go/darwin-x86/test/fixedbugs/bug478.dir/
b.go 9 type S2 struct {
13 func (s S2) f() {}
  /prebuilts/go/linux-x86/test/fixedbugs/bug478.dir/
b.go 9 type S2 struct {
13 func (s S2) f() {}
  /external/clang/test/Index/
annotate-tokens.cpp 17 struct S2 { S1 *operator->(); };
18 void test3(S2 s2) {
19 s2->f();
111 // CHECK: Keyword: "struct" [17:1 - 17:7] StructDecl=S2:17:8 (Definition)
112 // CHECK: Identifier: "S2" [17:8 - 17:10] StructDecl=S2:17:8 (Definition)
113 // CHECK: Punctuation: "{" [17:11 - 17:12] StructDecl=S2:17:8 (Definition)
120 // CHECK: Punctuation: ";" [17:29 - 17:30] StructDecl=S2:17:8 (Definition)
121 // CHECK: Punctuation: "}" [17:31 - 17:32] StructDecl=S2:17:8 (Definition
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
string.h 33 void *memcpy (void * __restrict s1, const void * __restrict s2, size_t n);
34 void *memmove (void *s1, const void *s2, size_t n);
35 char *strcpy (char * __restrict s1, const char * __restrict s2);
36 char *strncpy (char * __restrict s1, const char * __restrict s2, size_t n);
37 int strncpyX (char * __restrict s1, const char * __restrict s2, size_t n);
40 char *strcat (char * __restrict s1, const char * __restrict s2);
41 char *strncat (char * __restrict s1, const char * __restrict s2, size_t n);
42 int strncatX (char * __restrict s1, const char * __restrict s2, size_t n);
45 int memcmp (const void *s1, const void *s2, size_t n);
46 int strcmp (const char *s1, const char *s2);
    [all...]
  /external/clang/test/OpenMP/
parallel_firstprivate_messages.cpp 12 class S2 {
15 S2():a(0) { }
16 S2(const S2 &s2):a(s2.a) { }
20 const float S2::S2sc = 0;
21 const S2 b;
22 const S2 ba[5];
79 #pragma omp parallel firstprivate(S2::S2s
    [all...]
task_firstprivate_messages.cpp 23 class S2 {
27 S2() : a(0) {}
28 S2(const S2 &s2) : a(s2.a) {}
32 const float S2::S2sc = 0;
33 const S2 b;
34 const S2 ba[5];
99 #pragma omp task firstprivate(S2::S2s
    [all...]
parallel_copyin_messages.cpp 11 class S2 {
14 S2():a(0) { }
15 S2 & operator =(S2 &s2) { return *this; }
51 S2 k;
  /external/guava/guava-tests/benchmark/com/google/common/base/
ObjectsBenchmark.java 34 private static final String S2 = "44 one million";
51 dummy += Objects.hashCode(S0, S1, S2);
59 dummy += Objects.hashCode(S0, S1, S2, S3);
67 dummy += Objects.hashCode(S0, S1, S2, S3, S4);
75 dummy += Objects.hashCode(I2, S1, D1, S2, I0);
  /external/wpa_supplicant_8/src/crypto/
sha1-tlsprf.c 34 const u8 *S1, *S2;
63 * PRF = P_MD5(S1, label + seed) XOR P_SHA-1(S2, label + seed)
68 S2 = secret + L_S1;
70 /* The last byte of S1 will be shared with S2 */
71 S2--;
75 hmac_sha1_vector(S2, L_S2, 2, &SHA1_addr[1], &SHA1_len[1], A_SHA1);
86 hmac_sha1_vector(S2, L_S2, 3, SHA1_addr, SHA1_len,
89 hmac_sha1(S2, L_S2, A_SHA1, SHA1_MAC_LEN, A_SHA1);
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_sinf.c 28 S2 = 0x111110896efbb2.0p-59, /* 0.0083333293858894631756 */
45 return (x + s*(S1+z*S2)) + s*w*r;
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 30 struct S2 {
36 struct S2 {

Completed in 1123 milliseconds

1 23 4 5 6 7 8 91011>>