/external/qemu-pc-bios/vgabios/ |
D | clext.c | 400 mov ax, #0x0007 ; set vga mode variable 402 mov ax, #0x0431 ; reset bitblt variable 405 mov ax, #0x0031 variable 550 mov ax, #0xffff ; set to 0xff to keep win 2K happy variable 608 mov ax, #0x1206 variable 609 out dx, ax ;; Unlock cirrus special variable 791 mov ax, [di] variable 794 mov ax, [di+2] variable 801 mov ax, # cirrus_vesa_vendorname variable 803 mov ax, cs variable [all …]
|
D | vbe.c | 254 mov ax, # VBE_DISPI_INDEX_XRES local 257 mov ax, 4[bp] ; xres local 426 mov ax, # VBE_DISPI_INDEX_X_OFFSET variable 437 mov ax, # VBE_DISPI_INDEX_X_OFFSET variable 440 in ax, dx variable 448 mov ax, # VBE_DISPI_INDEX_Y_OFFSET variable 459 mov ax, # VBE_DISPI_INDEX_Y_OFFSET variable 462 in ax, dx variable 491 mov ax, # VBE_DISPI_INDEX_VIRT_WIDTH variable 502 mov ax, # VBE_DISPI_INDEX_VIRT_WIDTH variable [all …]
|
D | vgabios.c | 124 xor ax, ax variable 126 mov ax, ?3 variable 257 mov ax,#0x0003 variable 457 mov ax, [bx] variable 533 mov ax,#0xc000 in display_info() local 3425 mov ax, 4[bp] ; segment local 3427 mov ax, 6[bp] ; offset local 3463 mov ax, 4[bp] ; segment local 3465 mov ax, 6[bp] ; offset local 3467 mov ax, 8[bp] ; value local [all …]
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 298 mov ax, 4[bp] ; segment local 300 mov ax, 6[bp] ; offset local 340 mov ax, 4[bp] ; dsegment local 342 mov ax, 6[bp] ; doffset local 344 mov ax, 8[bp] ; ssegment local 346 mov ax, 10[bp] ; soffset local 387 mov ax, 4[bp] ; dsegment local 389 mov ax, 6[bp] ; doffset local 391 mov ax, 8[bp] ; ssegment local 393 mov ax, 10[bp] ; soffset local [all …]
|
/external/eigen/demos/opengl/ |
D | gpuhelper.cpp | 63 Vector3f ax = Matrix3f::Identity().col(2).cross(vec); in drawVector() local 84 Vector3f ax = Matrix3f::Identity().col(2).cross(vec); in drawVectorBox() local
|
/external/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 19 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local 79 int ax = a & 0x03; in PathOpsSimplifyTrianglesThreadedTest() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 18 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local 74 int ax = a & 0x03; in PathOpsSimplifyDegeneratesThreadedTest() local
|
D | ColorTest.cpp | 34 int ax = SkMulDiv255Ceiling(x, a); in test_premul() local
|
D | PathOpsSimplifyQuadralateralsThreadedTest.cpp | 19 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 19 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local
|
D | PathOpsQuadLineIntersectionThreadedTest.cpp | 78 int ax = state.fA & 0x03; in testQuadLineIntersectMain() local
|
/external/libvpx/libvpx/vpx_ports/ |
D | x86.h | 38 #define cpuid(func,ax,bx,cx,dx)\ argument 44 #define cpuid(func,ax,bx,cx,dx)\ argument 54 #define cpuid(func,ax,bx,cx,dx)\ argument 63 #define cpuid(func,ax,bx,cx,dx)\ argument
|
/external/ceres-solver/internal/ceres/ |
D | gradient_checker_test.cc | 76 double ax = 0; in Evaluate() local 129 double ax = 0; in Evaluate() local
|
/external/blktrace/btt/ |
D | btt_plot.py | 255 def gen_labels(db, ax, type): argument 259 def gen_ylabel(ax, type): argument
|
/external/qemu/distrib/sdl-1.2.15/src/joystick/nds/ |
D | SDL_sysjoystick.c | 108 short ax=0,v=0,h=0; in SDL_SYS_JoystickUpdate() local
|
/external/fdlibm/ |
D | s_log1p.c | 107 int k,hx,hu,ax; local
|
/external/clang/test/SemaTemplate/ |
D | temp_arg_type.cpp | 39 A1<Array<int, 17>::type> ax; variable
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 183 cpuid(uint32_t ax, uint32_t *p) in cpuid()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_cpu_detect.c | 183 cpuid(uint32_t ax, uint32_t *p) in cpuid()
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffJacobian.h | 59 ActiveInput ax = x.template cast<ActiveScalar>(); in operator() local
|
/external/opencv/cxcore/src/ |
D | cxjacobieigens.cpp | 73 double Amax, anorm = 0, ax; in icvJacobiEigens_32f() local 224 double Amax = 0.0, anorm = 0.0, ax; in icvJacobiEigens_64d() local
|
/external/eigen/Eigen/src/Core/ |
D | StableNorm.h | 124 RealScalar ax = internal::abs(coeff(j)); in blueNorm() local
|
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
D | openid.php | 54 , $ax = false, $sreg = false, $data; variable in LightOpenID
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
D | openid.php | 54 , $ax = false, $sreg = false, $data; variable in LightOpenID
|
/external/clang/test/CodeGenCXX/ |
D | dynamic-cast-hint.cpp | 42 volatile X *ax = dynamic_cast<X *>(a); in test() local
|