HomeSort by relevance Sort by last modified time
    Searched refs:CX (Results 1 - 25 of 44) sorted by null

1 2

  /external/skia/tests/
ClipperTest.cpp 36 static const SkScalar CX = SkScalarHalf(L + R);
47 { CX, T }, { CX, T - 10 },
48 { CX, B }, { CX, B + 10 },
67 { CX, T }, { CX, B },
69 { CX, T }, { R, CY },
70 { CX, T }, { L, CY },
71 { L, CY }, { CX, B }
    [all...]
EmptyPathTest.cpp 104 #define CX (SkIntToScalar(DIMENSION) / 2)
108 static void make_M(SkPath* path) { path->moveTo(CX, CY); }
109 static void make_MM(SkPath* path) { path->moveTo(CX, CY); path->moveTo(CX, CY); }
110 static void make_MZM(SkPath* path) { path->moveTo(CX, CY); path->close(); path->moveTo(CX, CY); }
111 static void make_L(SkPath* path) { path->moveTo(CX, CY); path->lineTo(CX, CY); }
112 static void make_Q(SkPath* path) { path->moveTo(CX, CY); path->quadTo(CX, CY, CX, CY);
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.h 14 #define SET_CL(val8) CX = ((CX & 0xff00) | (val8))
18 #define SET_CH(val8) CX = ((CX & 0x00ff) | ((val8) << 8))
23 #define GET_CL() ( CX & 0x00ff )
27 #define GET_CH() ( CX >> 8 )
vgabios.c 559 xor cx,cx local
560 not cx
565 not cx
566 dec cx
567 push cx
573 pop cx
583 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;
588 printf("vgabios call ah%02x al%02x bx%04x cx%04x dx%04x\n",GET_AH(),GET_AL(),BX,CX,DX)
3422 mov cx, 10[bp] ; count local
3423 cmp cx, #0x00 local
3460 mov cx, 10[bp] ; count local
3461 cmp cx, #0x00 local
3501 mov cx, 12[bp] ; count local
3502 cmp cx, #0x0000 local
3547 mov cx, 12[bp] ; count local
3548 cmp cx, #0x0000 local
3846 xor cx, cx local
3856 add cx, #0x8 local
3857 cmp cx, #0x200 ;; search bus #0 and #1 local
    [all...]
vbe.c 892 * CX = Mode Number
898 void vbe_biosfn_return_mode_information(AX, CX, ES, DI)
899 Bit16u *AX;Bit16u CX; Bit16u ES;Bit16u DI;
909 printf("VBE vbe_biosfn_return_mode_information ES%x DI%x CX%x\n",ES,DI,CX);
912 using_lfb=((CX & VBE_MODE_LINEAR_FRAME_BUFFER) == VBE_MODE_LINEAR_FRAME_BUFFER);
914 CX = (CX & 0x1ff);
916 cur_info = mode_info_find_mode(CX, using_lfb, &cur_info);
921 printf("VBE found mode %x\n",CX);
1291 mov cx, ax variable
1360 mov cx, ax variable
1445 mov cx, # vesa_pm_end variable
1446 sub cx, di variable
    [all...]
vbe.h 15 void vbe_biosfn_return_mode_information(AX, CX, ES, DI);
17 void vbe_biosfn_save_restore_state(AX, CX, DX, ES, BX);
clext.c 720 push cx
744 pop cx
749 mov cx, #0x1132 variable
854 mov ax, cx
863 push cx
874 mov cx, #0x80 variable
924 mov cx, dx variable
926 div cx
974 pop cx
978 test cx, #0x4000 ;; LFB fla variable
982 mov cx, [di] variable
983 cmp cx, #0x0080 ;; is LFB supported? variable
1130 mov cx, ax variable
1195 mov cx, ax variable
1243 mov cx, #0xffff variable
1495 mov cx, #0xa000 variable
1499 mov cx, #8192 variable
    [all...]
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 431 ModRefResult getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc);
434 ModRefResult getModRefInfo(const AtomicCmpXchgInst *CX,
436 return getModRefInfo(CX, Location(P, Size));
  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 334 AliasAnalysis::getModRefInfo(const AtomicCmpXchgInst *CX, const Location &Loc) {
336 if (CX->getOrdering() > Monotonic)
340 if (!alias(getLocation(CX), Loc))
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 547 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
559 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
596 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
597 return X86::CX;
632 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
684 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
  /external/qemu-pc-bios/bochs/bios/
rombios.c 291 push cx
295 mov cx, 10[bp] ; count local
296 test cx, cx local
310 pop cx
331 push cx
337 mov cx, 12[bp] ; count local
338 test cx, cx local
357 pop cx
384 mov cx, 12[bp] ; count local
385 test cx, cx local
558 mov cx,di local
574 mov cx,di local
785 Bit16u bx, dx, cx, ax; member in struct:__anon11469::__anon11470::__anon11471
802 Bit16u bx, filler5, dx, filler6, cx, filler7, ax, filler8; member in struct:__anon11473::__anon11474::__anon11476
3336 mov cx, _ata_cmd_packet.lbefore + 2[bp] local
3356 mov cx, _ata_cmd_packet.lcount + 2[bp] local
3987 mov cx, _int15_function.CX [bx] local
6476 mov cx, #0x0100 ;; counter (256 words = 512b) local
6616 mov cx, #0x0100 ;; counter (256 words = 512b) local
8428 pop cx ;; remove make_far_call from stack local
    [all...]
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 107 ENTRY(CX) \
  /external/clang/lib/Sema/
SemaExprObjC.cpp 167 ASTContext &CX = S.Context;
179 S.NSNumberDecl = ObjCInterfaceDecl::Create (CX,
180 CX.getTranslationUnitDecl(),
194 S.NSNumberPointer = CX.getObjCObjectPointerType(CX.getObjCInterfaceType(S.NSNumberDecl));
202 Method = ObjCMethodDecl::Create(CX, SourceLocation(), SourceLocation(), Sel,
211 &CX.Idents.get("value"),
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 217 case X86::RCX: case X86::ECX: case X86::CX: case X86::CL: return N86::ECX;
  /external/jpeg/
config.guess 257 m88k:CX/UX:7*:*)
  /external/llvm/projects/sample/autoconf/
config.guess 270 "EV6.8CX (21264D)")
450 m88k:CX/UX:7*:*)
    [all...]
  /external/qemu/distrib/jpeg-6b/
config.guess 257 m88k:CX/UX:7*:*)
  /external/qemu-pc-bios/bochs/
config.guess 434 m88k:CX/UX:7*:*)
    [all...]
  /external/chromium/third_party/libevent/
config.guess 257 "EV6.8CX (21264D)")
454 m88k:CX/UX:7*:*)
    [all...]
  /external/dropbear/
config.guess 257 "EV6.8CX (21264D)")
454 m88k:CX/UX:7*:*)
    [all...]
  /external/elfutils/config/
config.guess 257 "EV6.8CX (21264D)")
454 m88k:CX/UX:7*:*)
    [all...]
  /external/icu4c/
config.guess 257 "EV6.8CX (21264D)")
454 m88k:CX/UX:7*:*)
    [all...]
  /external/libmtp/
config.guess 257 "EV6.8CX (21264D)")
454 m88k:CX/UX:7*:*)
    [all...]
  /ndk/sources/host-tools/make-3.81/config/
config.guess 256 "EV6.8CX (21264D)")
453 m88k:CX/UX:7*:*)
    [all...]
  /external/bison/build-aux/
config.guess 252 "EV6.8CX (21264D)")
449 m88k:CX/UX:7*:*)
    [all...]

Completed in 980 milliseconds

1 2