Searched defs:AX (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-primary-bases.cpp167 struct AX : B0X, B1X { int a; AX() : a(0xf000000A) {} virtual void f() { printf("A"); } }; function in struct:AX
172 // CHECK-NEXT: 0 | struct AX
184 // CHECK-X64-NEXT: 0 | struct AX
324 sizeof(AX)+
H A Dms-x86-aligned-tail-padding.cpp352 struct AX : B0X, virtual B2X, virtual B6X, virtual B3X { struct in inherits:B0X,B2X,B6X,B3X
354 AX() : a(0xf000000A) {} function in struct:AX
364 // CHECK-NEXT: 0 | struct AX
365 // CHECK-NEXT: 0 | (AX vftable pointer)
369 // CHECK-NEXT: 24 | (AX vbtable pointer)
386 // CHECK-X64-NEXT: 0 | struct AX
387 // CHECK-X64-NEXT: 0 | (AX vftable pointer)
391 // CHECK-X64-NEXT: 24 | (AX vbtable pointer)
531 sizeof(AX)+
H A Dms-x86-lazy-empty-nonvirtual-base.cpp623 struct AX : B1X, B2X, B3X, B4X, virtual B0X { struct in inherits:B1X,B2X,B3X,B4X,B0X
625 AX() : a(0x0000000A) { printf(" A = %p\n", this); } function in struct:AX
634 // CHECK-NEXT: 0 | struct AX
639 // CHECK-NEXT: 20 | (AX vbtable pointer)
650 // CHECK-X64-NEXT: 0 | struct AX
655 // CHECK-X64-NEXT: 24 | (AX vbtable pointer)
831 sizeof(AX)+
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h409 /** \brief Solve a triangular Sylvester equation AX + XB = C
452 // Compute AX = \sum_{k=i+1}^m A_{ik} X_{kj}
453 Scalar AX; local
455 AX = 0;
458 AX = AXmatrix(0,0);
470 X(i,j) = (C(i,j) - AX - XB) / (A(i,i) + B(j,j));
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp268 struct AX { struct
269 AX& operator ->(); // expected-note {{declared here}}
274 AX a;
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c583 static void int10_debugmsg(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
584 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
596 static void int10_func(DI, SI, BP, SP, BX, DX, CX, AX, DS, ES, FLAGS)
597 Bit16u DI, SI, BP, SP, BX, DX, CX, AX, ES, DS, FLAGS;
636 AX=0x00;
651 biosfn_read_char_attr(GET_BH(),&AX); local
663 biosfn_read_pixel(GET_BH(),CX,DX,&AX); local
771 vbe_biosfn_return_controller_information(&AX,ES,DI);
774 vbe_biosfn_return_mode_information(&AX,CX,ES,DI);
777 vbe_biosfn_set_mode(&AX,B
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java114 AX(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
118 "postprefix", "AX-",
/external/qemu/disas/
H A Di386.c407 #define AX { OP_IMREG, ax_reg } macro
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h95 #define AX ax macro
157 #define AX %ax macro
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
818 #define W_AX AX
1179 #define IN_W in AX, DX
1279 #define OUT_W out DX, AX
[all...]
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h95 #define AX ax macro
157 #define AX %ax macro
443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX)
450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a)
454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
556 #define OUT_W CHOICE(outw (DX), outw ARG2(AX,DX), _WTOG out DX)
562 #define OUT1_W(a) CHOICE(outw (a), outw ARG2(AX,a), _WTOG out a)
818 #define W_AX AX
1179 #define IN_W in AX, DX
1279 #define OUT_W out DX, AX
[all...]

Completed in 262 milliseconds