Searched defs:B8 (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp16 struct B8 { char c[5]; B8() { printf("B8 = %p\n", this); } }; function in struct:B8
27 struct B8X { short a; B8X() : a(0x000000B8) { printf("B8 = %p\n", this); } };
29 struct AA : B8, B1, virtual B0 {
39 // CHECK-NEXT: 0 | struct B8 (base)
52 // CHECK-X64-NEXT: 0 | struct B8 (base)
61 struct AB : B8, B1, virtual B0 {
68 // CHECK-NEXT: 0 | struct B8 (base)
78 // CHECK-X64-NEXT: 0 | struct B8 (bas
[all...]
/external/google-breakpad/src/common/
H A Dtest_assembler.h356 Section &B8(uint8_t value) { contents_ += value; return *this; } function in class:google_breakpad::test_assembler::Section
363 &B8(const Label &label), &B16(const Label &label),
/external/v8/src/arm/
H A Dconstants-arm.h191 B8 = 1 << 8, enumerator in enum:v8::internal::__anon18453
/external/svox/pico/lib/
H A Dpicopam.c189 picoos_uint8 b8_b9_stressed_syllable; /* B8,B9 */
285 #define B8 16 macro
1756 outVect[T_B8] = inVect[B8];
3217 case B8:/*processor for B8,B9*/
3220 sDest = B8;
3226 sDest = B8;
3240 case B9:/*done in B8*/
4674 pam->sSyllFeats[pam->nCurrSyllable].phoneV[B8]
4675 = pam->sSyllFeats[pam->nCurrSyllable - 1].phoneV[B8];
[all...]
/external/v8/src/ppc/
H A Dconstants-ppc.h321 B8 = 1 << 8, enumerator in enum:v8::internal::__anon18688
/external/v8/src/s390/
H A Dconstants-s390.h928 B8 = 1 << 8, enumerator in enum:v8::internal::__anon18731

Completed in 232 milliseconds