/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.FunctionLookup.c | 40 f2(f func, int i) function 48 f2(f1, 3);
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.CircularTransDecl.d | 62 struct output_struct f2; 69 f2.myi = 100; 70 f2.myc = 'd'; 75 backwardi = xlate < struct input_struct > (f2).i; 76 backwardc = xlate < struct input_struct > (f2).c;
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/ |
H A D | cpu.c | 18 uint32_t f1, f2; local 30 : "=&r" ( f1 ), "=&r" ( f2 ) 33 return ( ( ( f1 ^ f2 ) & flag ) != 0 );
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxInterceptorDxe/ |
H A D | VBoxInterceptor.h | 58 #define PRNT_PARAMETER3(f0, ign0, f1, ign1, f2, ign2) "(" f0 "," f1 "," f2 ")" 59 #define PRNT_PARAMETER4(f0, ign0, f1, ign1, f2, ign2, f3, ign3) "(" f0 "," f1 "," f2 "," f3 ")" 60 #define PRNT_PARAMETER5(f0, ign0, f1, ign1, f2, ign2, f3, ign3, f4, ign4) "(" f0 "," f1 "," f2 "," f3 "," f4 ")" 61 #define PRNT_PARAMETER6(f0, ign0, f1, ign1, f2, ign2, f3, ign3, f4, ign4, f5, ign5) "(" f0 "," f1 "," f2 "," f3 "," f4 "," f5 ")"
|
/vbox/src/libs/xpcom18a4/xpcom/sample/ |
H A D | nsSample.cpp | 175 const char* f2 = foopy2.get(); local 178 printf("%s %d\n", f2, l2);
|
/vbox/src/libs/xpcom18a4/xpcom/base/ |
H A D | nsIExceptionService.idl | 45 [scriptable, uuid(0577744c-c1d2-47f2-8bcc-ce7a9e5a88fc)]
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/ |
H A D | xptcstubs_asm_ppc_linux.s | 33 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 64 stfd f2,48(sp)
|
H A D | xptcinvoke_asm_ppc_linux.s | 33 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 78 lfd f2,40(r30)
|
H A D | xptcstubs_asm_ppc_aix.s | 31 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 78 stfd f2,80(sp)
|
H A D | xptcstubs_asm_ppc_aix64.s | 45 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 92 stfd f2,152(sp)
|
H A D | xptcstubs_asm_ppc_netbsd.s | 33 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 64 stfd f2,48(sp)
|
H A D | xptcinvoke_asm_ppc_aix.s | 32 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 91 lfd f2,8(r31)
|
H A D | xptcinvoke_asm_ppc_ibmobj_aix.s | 31 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 90 lfd f2,8(r31)
|
H A D | xptcinvoke_asm_ppc_netbsd.s | 32 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 77 lfd f2,40(r30)
|
H A D | xptcinvoke_asm_ppc_aix64.s | 45 .set f0,0; .set f1,1; .set f2,2; .set f3,3; .set f4,4 104 lfd f2,8(r31)
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/ |
H A D | aes.c | 66 #define inv_mix_col(x,f2,f4,f8,f9) (\ 67 (f2)=mul2(x,f2), \ 68 (f4)=mul2(f2,f4), \ 71 (f8)=((f2)^(f4)^(f8)), \ 72 (f2)^=(f9), \ 74 (f8)^=rot3(f2), \
|
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/ |
H A D | keyboard.c | 421 && !pHost->left && !pHost->right && !pHost->f1 && !pHost->f2 440 || !checkHostKeycode(pHost->f2, pTarget->f2) 522 hostKB.f2 = XKeysymToKeycode(display, XK_F2);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | htiface.idl | 123 uuid(b2c867e6-69d6-46f2-a611-ded9a4bd7fef),
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/ |
H A D | VBoxHlp.asm | 33 ; CS:EIP=bea7:00000000 CSACC=00f2 CSLIM=00000002
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/ |
H A D | LongJmp.s | 38 ldf.fill.nt1 f2 = [in0], 0x10
|
H A D | SetJmp.s | 36 stf.spill.nta [in0] = f2, 0x10
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/mac/ |
H A D | xptcstubs_mac.s | 46 stfd f2,80(sp)
|
/vbox/src/VBox/Installer/solaris/ |
H A D | vboxconfig.sh | 267 HOST_OS_MAJORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f1,2 -d'.'` 270 HOST_OS_MINORVERSION=`echo "$BRANCH_VERSION" | cut -f2 -d'-' | cut -f6 -d'.'` 286 HOST_OS_MINORVERSION=`echo "$STR_KERN_MINOR" | cut -f2 -d'-' | cut -f6 -d'.'` 288 HOST_OS_MINORVERSION=`echo "$STR_KERN_MINOR" | cut -f2 -d'-' | cut -f2 -d'.'`
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/ |
H A D | ath9k_ar9003_calib.c | 344 f2; local 348 f2 = (f1 * f1 + f3 * f3) / result_shift; 350 if (!f2) { 360 mag_tx = (mag_tx / f2); 361 phs_tx = (phs_tx / f2);
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | VBoxBiosAlternative.asm | 1637 mov word [bp-00eh], ax ; 89 46 f2 1644 mov cx, word [bp-00eh] ; 8b 4e f2 1653 mov dx, si ; 89 f2 1679 mov dx, word [bp-00eh] ; 8b 56 f2 1721 mov word [bp-00eh], ax ; 89 46 f2 1729 mov cx, word [bp-00eh] ; 8b 4e f2 1845 mov word [bp-00eh], 00122h ; c7 46 f2 22 01 1877 add bx, word [bp-00eh] ; 03 5e f2 2004 mov word [bp-00eh], ax ; 89 46 f2 2121 mov ax, word [bp-00eh] ; 8b 46 f2 [all...] |