HomeSort by relevance Sort by last modified time
    Searched refs:di (Results 101 - 125 of 182) sorted by null

1 2 3 45 6 7 8

  /external/icu4c/i18n/
uregex.cpp     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 293 push di
301 mov di, ax local
308 pop di
333 push di
343 mov di, ax local
355 pop di
380 push di
390 mov di, ax local
402 pop di
477 and ax,[di]
784 Bit16u di, si, bp, sp; member in struct:__anon14059::__anon14060::__anon14061
801 Bit16u di, filler1, si, filler2, bp, filler3, sp, filler4; member in struct:__anon14063::__anon14064::__anon14066
2929 mov di, _ata_cmd_data_in.offset + 2[bp] local
2938 sub di, #0x0800 ;; sub 2 kbytes from offset local
4019 xor di, di local
6463 mov di, _int13_harddisk.tempbx + 2 [bp] local
6467 cmp di, #0xfe00 local
6470 sub di, #0x0200 ; sub 512 bytes from offset local
    [all...]
  /external/quake/quake/src/WinQuake/
vid_ext.cpp 205 regs.x.di = ptr2real(ppal) & 0xf;
312 regs.x.di = ptr2real(pinfoblock) & 0xf;
455 regs.x.di = ptr2real(infobuf) & 0xf;
net_ipx.cpp 160 regs.x.di = lowmem_bufoff + sizeof(IPXaddr);
250 ipx_ip = regs.x.di;
  /external/valgrind/main/coregrind/m_debuginfo/
priv_d3basics.h 652 RegSummary* regs, const DebugInfo* di );
663 const DebugInfo* di,
673 GXResult ML_(evaluate_trivial_GX)( GExpr* gx, const DebugInfo* di );
  /external/qemu-pc-bios/vgabios/
vbe.c 194 mov ax, di
751 mul eax, dword ptr [di]
761 * ES:DI = Pointer to buffer in which to place VbeInfoBlock structure
768 void vbe_biosfn_return_controller_information(AX, ES, DI)
769 Bit16u *AX;Bit16u ES;Bit16u DI;
784 printf("VBE vbe_biosfn_return_vbe_info ES%x DI%x AX%x\n",ES,DI,status);
791 memcpyb(ss, &vbe_info_block, ES, DI, sizeof(vbe_info_block));
832 vbe_info_block.VideoModePtr_Off= DI + 34;
850 memcpyb(ES, DI, ss, &vbe_info_block, sizeof(vbe_info_block))
1442 mov di, #0xc000 variable
1444 mov di, # vesa_pm_start variable
    [all...]
vgabios.c 558 mov di,si local
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;
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;
742 biosfn_read_state_info(BX,ES,DI);
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,BX,ES,DI);
3428 mov di, ax local
3466 mov di, ax local
3507 mov di, ax local
3553 mov di, ax local
    [all...]
  /frameworks/base/core/java/android/view/
Choreographer.java 178 DisplayInfo di = DisplayManagerGlobal.getInstance().getDisplayInfo( local
180 return di.refreshRate;
    [all...]
  /external/icu4c/common/
utext.cpp 2500 int32_t si, di; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 192 var di:int = 0;
217 data[di++] = v;
  /external/valgrind/main/callgrind/
main.c 384 IRDirty* di; local
590 di = unsafeIRDirty_0_N( regparms,
593 addStmtToIRSB( clgs->sbOut, IRStmt_Dirty(di) );
895 IRDirty* di; local
900 di = unsafeIRDirty_0_N( 1, "setup_bbcc",
903 addStmtToIRSB( clgs->sbOut, IRStmt_Dirty(di) );
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_sse4.asm 152 mov WORD PTR[rsp + qcoeff + %1 *2], di
quantize_sse2.asm 148 mov WORD PTR[rsp + qcoeff + %1 * 2], di ;qcoeff_ptr[rc] = temp_qcoeff[rc]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 94 const DbgValueInst* DI;
98 DanglingDebugInfo() : DI(0), dl(DebugLoc()), SDNodeOrder(0) { }
99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) :
100 DI(di), dl(DL), SDNodeOrder(SDNO) { }
101 const DbgValueInst* getDI() { return DI; }
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 194 extern constexpr void (D::*di)() = &D::i; member in namespace:MemberPtr
  /external/valgrind/main/coregrind/
m_translate.c 1370 DebugInfo* di = VG_(find_DebugInfo)( addr ); local
    [all...]
  /external/valgrind/main/exp-dhat/
dh_main.c 807 IRDirty* di = NULL; local
829 di = unsafeIRDirty_0_N( 2/*regparms*/,
867 di->guard = mkexpr(guard);
869 addStmtToIRSB( sbOut, IRStmt_Dirty(di) );
    [all...]
  /bionic/tests/
math_test.cpp 1130 double di; local
1131 double df = modf(123.456, &di);
1132 ASSERT_FLOAT_EQ(123.0, di);
  /external/opencv/cxcore/src/
cxmatmul.cpp 1111 int i, j, k, di = 0, dj = 0, dk = 0; local
    [all...]
cxdrawing.cpp 992 int idx, di;
1081 int idx = edge[i].idx, di = edge[i].di; local
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 182 public AlertController(Context context, DialogInterface di, Window window) {
184 mDialogInterface = di;
186 mHandler = new ButtonHandler(di);
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 3211 FT_UInt di, ni, k; local
    [all...]
  /external/grub/stage2/
asm.S 33 ax,dx,cx,bx,si,di,bp,sp,st,st1,st2,st3,st4,st5,st6,st7,arg
234 movw $0x0472, %di
235 movw %ax, (%di)
1019 /* save nsec and ah to %di */
1022 movw %ax, %di
1032 movw %di, %ax
1397 /* place address (+4) in ES:DI */
    [all...]
  /external/qemu/target-mips/
helper.h 270 DEF_HELPER_0(di, tl)
  /external/smack/asmack-master/lib/
jstun.jar 

Completed in 3455 milliseconds

1 2 3 45 6 7 8