Searched defs:B10 (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-lazy-empty-nonvirtual-base.cpp18 struct B10 { char c[7]; B10() { printf("B10 = %p\n", this); } }; function in struct:B10
239 struct AA2 : B10, B1, virtual B0 {
247 // CHECK-NEXT: 0 | struct B10 (base)
258 // CHECK-X64-NEXT: 0 | struct B10 (base)
267 struct AB2 : B10, B1, virtual B0 {
274 // CHECK-NEXT: 0 | struct B10 (base)
284 // CHECK-X64-NEXT: 0 | struct B10 (base)
293 struct AC2 : B10, B
[all...]
/external/svox/pico/lib/
H A Dpicopam.c190 picoos_uint8 b10_b11_accented_syllable; /* B10,B11 */
287 #define B10 18 macro
1762 outVect[T_B10] = inVect[B10];
3242 case B10:/*processor for B10, B11*/
3245 sDest = B10;
3251 sDest = B10;
3264 case B11:/*done in B10*/
4676 pam->sSyllFeats[pam->nCurrSyllable].phoneV[B10]
4677 = pam->sSyllFeats[pam->nCurrSyllable - 1].phoneV[B10];
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A Dbinary.h20 #define B10 2 macro

Completed in 194 milliseconds