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

1 2 3 4

  /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 || ""; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
10 b0 = "" || 0; // expected-warning{{implicit conversion turns string literal into bool: 'const char [1]' to 'bool'}}
11 b0 = 0 && "";
12 b0 = "" && 0;
  /external/libcxx/test/atomics/atomics.types.generic/
bool.pass.cpp 66 bool b0 = obj.is_lock_free(); local
121 bool b0 = obj.is_lock_free(); local
176 bool b0 = obj.is_lock_free(); local
address.pass.cpp 84 bool b0 = obj.is_lock_free(); local
integral.pass.cpp 101 bool b0 = obj.is_lock_free(); local
  /external/chromium_org/base/third_party/dmg_fp/
g_fmt.cc 35 char *b0, *s0, *se; local
37 b0 = b;
99 return b0;
  /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
instantiate-anonymous-union.cpp 19 B<int> b0; variable
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 60 unsigned b0 = getBundle(i, 0); local
62 Blocks[b0].push_back(i);
63 if (b1 != b0)
  /external/lzma/CPP/7zip/Compress/
ByteSwap.cpp 54 Byte b0 = data[i]; local
59 data[i + 3] = b0;
  /external/libunwind/src/x86_64/
Gos-freebsd.c 41 unw_word_t w0, w1, w2, b0, ip; local
78 if ((ret = (*a->access_mem) (as, ip - 5, &b0, 0, arg)) < 0)
80 Debug (12, "b0 0x%lx\n", b0);
81 if ((b0 & 0xffffffffffffff) == 0x050fca89490000 ||
82 (b0 & 0xffffffffff) == 0x050fca8949)
  /external/clang/test/CodeGenCXX/
arm64.cpp 51 const std::type_info &b0 = typeid(B); member in namespace:test2
  /external/clang/test/Layout/
ms-x86-empty-nonvirtual-bases.cpp 8 struct __declspec(align(8)) B0 { B0() {printf("B0 : %p\n", this);} };
20 struct A : B0 {
28 // CHECK-NEXT: 0 | struct B0 (base) (empty)
33 struct B : B0 {
34 B0 b0; member in struct:B
41 // CHECK-NEXT: 0 | struct B0 (base) (empty)
42 // CHECK-NEXT: 0 | struct B0 b0 (empty
70 B0 b0; member in struct:D
    [all...]
  /external/clang/test/Sema/
tentative-decls.c 64 static int b0; variable
67 static int b0 = 5; variable
  /external/eigen/bench/
benchVecAdd.cpp 95 PacketScalar a0, a1, a2, a3, b0, b1, b2, b3; local
100 // b0 = internal::pload(&b[i]);
107 // internal::pstore(&a[i], internal::padd(a0, b0));
109 // b0 = internal::pload(&b[i+4*PacketSize]);
123 // internal::pstore(&a[i+4*PacketSize], internal::padd(a0, b0));
  /external/chromium_org/third_party/WebKit/Source/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/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 95 double b0 = bPtr[0]; local
98 // e.g., if ((a0 - b0) * (a0 - a1) < 0 || abs(a0 - b0) > abs(a0 - a1))
102 if (!between(b0, a0, b1)) {
107 double at0 = (a0 - b0) / aDenom;
115 double bDenom = b0 - b1;
120 i.fT[1][bIn] = SkTMax(SkTMin((b0 - a0) / bDenom, 1.0), 0.0);
121 i.fT[1][!bIn] = SkTMax(SkTMin((b0 - a1) / bDenom, 1.0), 0.0);
207 double b0 = flipped ? right : left; local
210 double at0 = (a0 - b0) / (a0 - a1)
296 double b0 = flipped ? bottom : top; local
    [all...]
  /external/deqp/execserver/
xsProtocol.cpp 34 deUint32 b0 = (value >> 0) & 0xFF; local
38 return (b0 << 24) | (b1 << 16) | (b2 << 8) | b3;
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 36 __u32 b0 = buf[0], b1 = buf[1]; local
42 b0 += ((b1 << 4)+a) ^ (b1+sum) ^ ((b1 >> 5)+b);
43 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d);
46 buf[0] += b0;
  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 149 const uint8x8_t b0 = vreinterpret_u8_u64(vcreate_u64(*b)); local
150 const uint8x8_t avg = vhadd_u8(a0, b0);
158 const uint8x8_t b0 = vreinterpret_u8_u64(vcreate_u64(*b)); local
161 const uint8x8_t avg2 = vhadd_u8(avg1, b0);
170 const uint8x8_t b0 = vreinterpret_u8_u64(vcreate_u64(*b)); local
173 const uint8x8_t avg1 = vhadd_u8(a0, b0);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 243 float a0, b0, a1, a2, b2, a3; local
249 b0 = 1 / (1 + 0.273 * e);
261 k[0] = MAX2(0, a0 + b0 * cutoff);
270 k[0] = b0;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
readable_font_data.cc 330 int32_t b0 = 0; local
331 sum += (b3 << 24) | (b2 << 16) | (b1 << 8) | b0;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsQuad.cpp 251 SkDLine b0 = {{a, sub[1] + (a - sub[0])}}; local
254 i.intersectRay(b0, b1);
259 b = SkDPoint::Mid(b0[1], b1[1]);
  /external/chromium_org/third_party/speex/libspeex/
lsp.c 148 spx_word16_t b0, b1; local
159 b0=x;
165 spx_word16_t tmp=b0;
166 b0 = SUB16(MULT16_16_Q13(x,b0), b1);
168 sum = ADD32(sum, EXTEND32(MULT16_16_P14(coef[m-i],b0)));
180 float b0, b1, tmp; local
183 b0=0; /* b_(m+1) */
191 tmp=b0; /* tmp holds the previous value of b0 */
    [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-instruction.cc 133 BasicBlock* b0 = R.schedule.start(); local
138 R.schedule.AddGoto(b0, b1);
144 R.code->StartBlock(b0);
145 int i0 = R.NewInstr(b0);
146 int i1 = R.NewInstr(b0);
147 R.code->EndBlock(b0);
162 CHECK_EQ(b0, R.code->GetBasicBlock(i0));
163 CHECK_EQ(b0, R.code->GetBasicBlock(i1));
174 CHECK_EQ(b0, R.code->GetBasicBlock(b0->first_instruction_index()))
191 BasicBlock* b0 = R.schedule.start(); local
216 BasicBlock* b0 = R.schedule.start(); local
259 BasicBlock* b0 = R.schedule.start(); local
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
p1.cpp 39 B<int>::E b0 = B<int>().v; variable

Completed in 746 milliseconds

1 2 3 4