Searched refs:B10 (Results 1 - 7 of 7) 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/arduino/hardware/arduino/cores/arduino/
H A Dbinary.h20 #define B10 2 macro
/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/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h121 case AArch64::D10: return AArch64::B10;
161 case AArch64::B10: return AArch64::D10;
/external/pcre/dist/
H A DRunGrepTest186 (cd $srcdir; $valgrind $pcregrep -C12 -B10 'four' ./testdata/grepinputx) >>testtrygrep
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.cpp557 #define ASSIGN_BITS(B10, B9, B8, B7, B6, B5, B4, B3, B2, B1, B0) do { SB(10,(B10)); SB(9,(B9)); SB(8,(B8)); SB(7,(B7)); SB(6,(B6)); SB(5,(B5)); SB(4,(B4)); SB(3,(B3)); SB(2,(B2)); SB(1,(B1)); SB(0,(B0)); } while (false)
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp351 AArch64::B10, AArch64::B11, AArch64::B12, AArch64::B13, AArch64::B14,

Completed in 800 milliseconds