Home
last modified time | relevance | path

Searched defs:ax (Results 1 – 25 of 72) sorted by relevance

123

/external/qemu-pc-bios/vgabios/
Dclext.c400 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 …]
Dvbe.c254 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 …]
Dvgabios.c124 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/
Drombios.c298 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/
Dgpuhelper.cpp63 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/
DPathOpsSimplifyTrianglesThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyTrianglesMain() local
79 int ax = a & 0x03; in PathOpsSimplifyTrianglesThreadedTest() local
DPathOpsSimplifyDegenerateThreadedTest.cpp18 int ax = state.fA & 0x03; in testSimplifyDegeneratesMain() local
74 int ax = a & 0x03; in PathOpsSimplifyDegeneratesThreadedTest() local
DColorTest.cpp34 int ax = SkMulDiv255Ceiling(x, a); in test_premul() local
DPathOpsSimplifyQuadralateralsThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadralateralsMain() local
DPathOpsSimplifyQuadThreadedTest.cpp19 int ax = state.fA & 0x03; in testSimplifyQuadsMain() local
DPathOpsQuadLineIntersectionThreadedTest.cpp78 int ax = state.fA & 0x03; in testQuadLineIntersectMain() local
/external/libvpx/libvpx/vpx_ports/
Dx86.h38 #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/
Dgradient_checker_test.cc76 double ax = 0; in Evaluate() local
129 double ax = 0; in Evaluate() local
/external/blktrace/btt/
Dbtt_plot.py255 def gen_labels(db, ax, type): argument
259 def gen_ylabel(ax, type): argument
/external/qemu/distrib/sdl-1.2.15/src/joystick/nds/
DSDL_sysjoystick.c108 short ax=0,v=0,h=0; in SDL_SYS_JoystickUpdate() local
/external/fdlibm/
Ds_log1p.c107 int k,hx,hu,ax; local
/external/clang/test/SemaTemplate/
Dtemp_arg_type.cpp39 A1<Array<int, 17>::type> ax; variable
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c183 cpuid(uint32_t ax, uint32_t *p) in cpuid()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_cpu_detect.c183 cpuid(uint32_t ax, uint32_t *p) in cpuid()
/external/eigen/unsupported/Eigen/src/AutoDiff/
DAutoDiffJacobian.h59 ActiveInput ax = x.template cast<ActiveScalar>(); in operator() local
/external/opencv/cxcore/src/
Dcxjacobieigens.cpp73 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/
DStableNorm.h124 RealScalar ax = internal::abs(coeff(j)); in blueNorm() local
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
Dopenid.php54 , $ax = false, $sreg = false, $data; variable in LightOpenID
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
Dopenid.php54 , $ax = false, $sreg = false, $data; variable in LightOpenID
/external/clang/test/CodeGenCXX/
Ddynamic-cast-hint.cpp42 volatile X *ax = dynamic_cast<X *>(a); in test() local

123