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

1 2 3 4 5 6

  /external/clang/test/SemaCXX/
warn-string-conversion.cpp 7 bool b0 = "hi"; // expected-warning{{implicit conversion turns string literal into bool: 'const char [3]' to 'bool'}} local
8 b0 = ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
9 b0 = 0 && "";
  /bionic/libm/ia64/
s_fmal.S 33 br.ret.sptk b0
s_fma.S 33 br.ret.sptk b0
s_fmaf.S 33 br.ret.sptk b0
  /external/clang/test/CodeGen/
asm-variable.c 8 register unsigned long long b0 asm("rdi");
15 b0 = a0;
23 : "r"(addr), "r" (b0), "r" (b1), "r" (b2), "r" (b3), "r" (b4), "r" (b5));
33 register double b0 asm("xmm0");
44 b0 = a0;
54 : "r"(addr), "x" (b0), "x" (b1), "x" (b2), "x" (b3), "x" (b4), "x" (b5), "x" (b6),
  /external/chromium/base/memory/
linked_ptr_unittest.cc 59 linked_ptr<B> b0(new B);
60 linked_ptr<A> a6(b0);
61 ASSERT_TRUE(b0 == a6);
62 ASSERT_TRUE(a6 == b0);
63 ASSERT_TRUE(b0 != NULL);
64 a5 = b0;
65 a5 = b0;
70 b0->Use();
71 (*b0).Use();
72 b0.get()->Use()
    [all...]
  /external/chromium/testing/gtest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<B> b0(new B);
104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
107 ASSERT_TRUE(b0 != NULL);
108 a5 = b0;
109 a5 = b0;
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use()
    [all...]
  /external/gtest/test/
gtest-linked_ptr_test.cc 103 linked_ptr<B> b0(new B);
104 linked_ptr<A> a6(b0);
105 ASSERT_TRUE(b0 == a6);
106 ASSERT_TRUE(a6 == b0);
107 ASSERT_TRUE(b0 != NULL);
108 a5 = b0;
109 a5 = b0;
114 b0->Use();
115 (*b0).Use();
116 b0.get()->Use()
    [all...]
  /external/protobuf/gtest/test/
gtest-linked_ptr_test.cc 102 linked_ptr<B> b0(new B);
103 linked_ptr<A> a6(b0);
104 ASSERT_TRUE(b0 == a6);
105 ASSERT_TRUE(a6 == b0);
106 ASSERT_TRUE(b0 != NULL);
107 a5 = b0;
108 a5 = b0;
113 b0->Use();
114 (*b0).Use();
115 b0.get()->Use()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnClassifier.cpp 45 // (terse) variable names. Note that the b0..b3 coordinates are
48 FloatPoint3D b0(c0.x(), c0.y(), 1.0f);
54 float a1 = b0 * b3.cross(b2);
55 float a2 = b1 * b0.cross(b3);
56 float a3 = b2 * b1.cross(b0);
92 if (approxEqual(b0, b1) && approxEqual(b0, b2) && approxEqual(b0, b3))
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
103 d[0]=a0*b0;
104 d[1]=a0*b1+a1*b0;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
115 d[0]=a0*b0;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
127 d[0]=a0*b0;
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
175 double b0; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 99 double b0,b1; local
101 b0=b[0];b1=b[1];
103 d[0]=a0*b0;
104 d[1]=a0*b1+a1*b0;
111 double b0,b1,b2; local
113 b0=b[0];b1=b[1];b2=b[2];
115 d[0]=a0*b0;
123 double b0,b1,b2; local
125 b0=b[0];b1=b[1];b2=b[2];
127 d[0]=a0*b0;
137 double b0,b1,b2,b3; local
152 double b0,b1; local
162 double b0,b1,b2; local
175 double b0; local
185 double b0,b1; local
196 double b0,b1,b2; local
208 double b0,b1,b2,b3; local
    [all...]
  /external/libffi/testsuite/libffi.call/
cls_24byte.c 18 cls_struct_24byte cls_struct_24byte_fn(struct cls_struct_24byte b0,
25 result.a = b0.a + b1.a + b2.a + b3.a;
26 result.b = b0.b + b1.b + b2.b + b3.b;
27 result.c = b0.c + b1.c + b2.c + b3.c;
28 result.d = b0.d + b1.d + b2.d + b3.d;
31 b0.a, b0.b, b0.c, b0.d,
44 struct cls_struct_24byte b0, b1, b2, b3 local
    [all...]
cls_64byte.c 23 cls_struct_64byte cls_struct_64byte_fn(struct cls_struct_64byte b0,
30 result.a = b0.a + b1.a + b2.a + b3.a;
31 result.b = b0.b + b1.b + b2.b + b3.b;
32 result.c = b0.c + b1.c + b2.c + b3.c;
33 result.d = b0.d + b1.d + b2.d + b3.d;
34 result.e = b0.e + b1.e + b2.e + b3.e;
35 result.f = b0.f + b1.f + b2.f + b3.f;
36 result.g = b0.g + b1.g + b2.g + b3.g;
37 result.h = b0.h + b1.h + b2.h + b3.h;
49 struct cls_struct_64byte b0, b1, b2, b3 local
    [all...]
nested_struct2.c 22 B B_fn(struct A b0, struct B b1)
26 result.x.a = b0.a + b1.x.a;
27 result.x.b = b0.b + b1.x.b + b1.y;
28 result.y = b0.b + b1.x.b;
30 printf("%lu %d %lu %d %d: %lu %d %d\n", b0.a, b0.b, b1.x.a, b1.x.b, b1.y,
40 struct A b0; local
43 b0 = *(struct A*)(args[0]);
46 *(B*)resp = B_fn(b0, b1);
nested_struct3.c 22 B B_fn(struct A b0, struct B b1)
26 result.x.a = b0.a + b1.x.a;
27 result.x.b = b0.b + b1.x.b + b1.y;
28 result.y = b0.b + b1.x.b;
30 printf("%d %d %d %d %d: %d %d %d\n", (int)b0.a, b0.b,
41 struct A b0; local
44 b0 = *(struct A*)(args[0]);
47 *(B*)resp = B_fn(b0, b1);
nested_struct.c 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
34 result.d.a = b0.a + b1.dd + b2.d.a;
35 result.d.b = b0.b + b1.ff + b2.d.b;
36 result.d.c = b0.c + b1.ii + b2.d.c;
37 result.e.ii = b0.c + b1.ii + b2.e.ii;
38 result.e.dd = b0.a + b1.dd + b2.e.dd;
39 result.e.ff = b0.b + b1.ff + b2.e.ff;
42 b0.a, b0.b, b0.c
56 struct cls_struct_16byte1 b0; local
    [all...]
nested_struct1.c 28 cls_struct_combined cls_struct_combined_fn(struct cls_struct_16byte1 b0,
35 result.d.a = b0.a + b1.dd + b2.d.a;
36 result.d.b = b0.b + b1.ff + b2.d.b;
37 result.d.c = b0.c + b1.ii + b2.d.c;
38 result.e.ii = b0.c + b1.ii + b2.e.ii;
39 result.e.dd = b0.a + b1.dd + b2.e.dd;
40 result.e.ff = b0.b + b1.ff + b2.e.ff;
43 b0.a, b0.b, b0.c
58 struct cls_struct_16byte1 b0; local
    [all...]
  /external/libpcap/
gencode.c 470 * Merge the lists in b0 and b1, using the 'sense' field to indicate
474 merge(b0, b1)
475 struct block *b0, *b1;
477 register struct block **p = &b0;
526 gen_and(b0, b1)
527 struct block *b0, *b1;
529 backpatch(b0, b1->head);
530 b0->sense = !b0->sense;
532 merge(b1, b0);
1530 struct block *b0, *b1; local
1713 struct block *b0, *b1; local
2139 struct block *b0, *b1, *b2; local
2740 struct block *b0, *b1; local
2783 struct block *b0, *b1; local
2834 register struct block *b0, *b1; local
2868 struct block *b0, *b1; local
2910 register struct block *b0, *b1; local
2944 register struct block *b0, *b1, *b2; local
3240 register struct block *b0, *b1; local
3289 struct block *b0, *b1, *b2, *tmp; local
3364 struct block *b0, *b1; local
3397 struct block *b0, *b1; local
3645 struct block *b0, *b1, *tmp; local
3717 struct block *b0; local
4007 struct block *b0, *b1, *tmp; local
4050 struct block *b0, *b1, *tmp; local
4098 struct block *b0, *b1, *tmp; local
4139 struct block *b0, *b1, *tmp; local
4200 struct block *b0, *b1, *tmp; local
4243 struct block *b0, *b1, *tmp; local
4303 struct block *b0, *b1, *tmp; local
4344 struct block *b0, *b1, *tmp; local
4751 struct block *b0, *b1; local
6067 struct block *b0, *b1, *b2; local
6139 register struct block *b0; local
6154 register struct block *b0, *b1, *b2; local
6351 register struct block *b0; local
6443 struct block *b0; local
6466 struct block *b0; local
6486 struct block *b0; local
6503 struct block *b0; local
6519 struct block *b0; local
6536 struct block *b0; local
6617 register struct block *b0, *b1; local
6651 struct block *b0, *b1; local
6725 struct block *b0,*b1; local
6800 struct block *b0; local
6866 struct block *b0; local
6921 struct block *b0, *b1; local
7028 struct block *b0, *b1; local
7069 struct block *b0; local
7189 struct block *b0, *b1; local
    [all...]
  /external/clang/test/Sema/
tentative-decls.c 62 static int b0; variable
65 static int b0 = 5; variable
  /external/srec/srec/clib/
voicing.c 65 chan->b0 = SHIFT_UP(enval, 8);
71 if (chan->b0 > SHIFT_UP(enval, 8))
73 chan->b0 = SHIFT_UP(enval, 8);
77 chan->b0 += B0_RATE2;
79 chan->b0 += B0_RATE1;
85 if ((enval - chan->quiet_margin) < (chan->b0 >> 8))
97 MAX(chan->s0 - chan->b0 - DYNAMIC_RANGE, 0), 2))) >> 8;
138 chan->b0 / 256.0, chan->b1 / 256.0,
  /frameworks/native/opengl/libagl/
matrix.h 86 static inline GLfixed mla2a( GLfixed a0, GLfixed b0,
100 : "%r"(a0), "r"(b0),
109 return (( int64_t(a0)*b0 +
115 static inline GLfixed mla3a( GLfixed a0, GLfixed b0,
131 : "%r"(a0), "r"(b0),
141 return (( int64_t(a0)*b0 +
148 // b0, b1, b2 are signed 16-bit quanities
178 int16_t b0 = b1b0 & 0xffff;
180 accum = int64_t(a0)*int16_t(b0) >> 16;
219 int16_t b0 = b1b0 & 0xffff
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/unicode/
UTF8.cpp 37 inline int inlineUTF8SequenceLengthNonASCII(char b0)
39 if ((b0 & 0xC0) != 0xC0)
41 if ((b0 & 0xE0) == 0xC0)
43 if ((b0 & 0xF0) == 0xE0)
45 if ((b0 & 0xF8) == 0xF0)
50 inline int inlineUTF8SequenceLength(char b0)
52 return isASCII(b0) ? 1 : inlineUTF8SequenceLengthNonASCII(b0);
55 int UTF8SequenceLength(char b0)
57 return isASCII(b0) ? 1 : inlineUTF8SequenceLengthNonASCII(b0)
63 const unsigned char b0 = sequence[0]; local
    [all...]
  /external/libffi/src/ia64/
unix.S 56 mov loc1 = b0
97 br.call.sptk.many b0 = b6
108 mov b0 = loc1
122 br.ret.sptk.many b0
128 br.ret.sptk.many b0
134 br.ret.sptk.many b0
140 br.ret.sptk.many b0
146 br.ret.sptk.many b0
152 br.ret.sptk.many b0
158 br.ret.sptk.many b0
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-initializers.cpp 20 B<int> b0; // expected-note {{in instantiation of member function 'B<int>::B' requested here}} variable

Completed in 866 milliseconds

1 2 3 4 5 6