Home
last modified time | relevance | path

Searched refs:inregs (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/modules/
Dpoweroff.c25 com32sys_t inregs, outregs; in main() local
27 memset(&inregs, 0, sizeof inregs); in main()
29 inregs.eax.l = 0x5300; /* APM Installation Check (00h) */ in main()
30 inregs.ebx.l = 0; /* APM BIOS (0000h) */ in main()
31 __intcall(0x15, &inregs, &outregs); in main()
53 memset(&inregs, 0, sizeof inregs); in main()
54 inregs.eax.l = 0x5301; /* APM Real Mode Interface Connect (01h) */ in main()
55 inregs.ebx.l = 0; /* APM BIOS (0000h) */ in main()
56 __intcall(0x15, &inregs, &outregs); in main()
63 memset(&inregs, 0, sizeof inregs); in main()
[all …]
Difplop.c84 com32sys_t inregs, outregs; in plop_INT13h_check() local
87 memset(&inregs, 0, sizeof inregs); in plop_INT13h_check()
102 inregs.eax.l = 0x504c6f50; /* "PLoP" */ in plop_INT13h_check()
103 inregs.ebp.l = 0x43484b44; /* "CHKD" */ in plop_INT13h_check()
105 __intcall(0x13, &inregs, &outregs); in plop_INT13h_check()
/external/llvm/test/CodeGen/Generic/
Dvector-constantexpr.ll3 define void @""(float* %inregs, float* %outregs) {
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dvector-constantexpr.ll3 define void @""(float* %inregs, float* %outregs) {