Searched defs:f2 (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/java_api/
H A Dtst.FunctionLookup.c40 f2(f func, int i) function
48 f2(f1, 3);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dcpu.c18 uint32_t f1, f2; local
30 : "=&r" ( f1 ), "=&r" ( f2 )
33 return ( ( ( f1 ^ f2 ) & flag ) != 0 );
/vbox/src/libs/xpcom18a4/xpcom/sample/
H A DnsSample.cpp175 const char* f2 = foopy2.get(); local
178 printf("%s %d\n", f2, l2);
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard-types.h65 unsigned f2; member in struct:__anon16030
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_calib.c344 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/EFI/Firmware/IntelFrameworkPkg/Include/Framework/
H A DSmmCis.h348 UINT64 f2[2]; member in struct:__anon10573
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c2667 char *rep, *f2; local
2672 f2= "%le"; /* Input */
2675 f2= "%Le";
2680 sscanf(rep, f2, &new1);
2683 printf("%s scanning: %s format: %s%s\n\n", co, rep, f2, oc);
2698 co, rep, f2, oc);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/
H A DMT25218_PRM.h852 pseudo_bit_t f2[0x00001]; /* Overflow flag. If set, overflow occurred on respective counter. Cleared if written to as '1 */ member in struct:arbelprm_performance_monitors_st
H A DMT25408_PRM.h715 pseudo_bit_t f2[0x00001]; /* Overflow flag. If set, overflow occurred on respective counter. Cleared if written to as '1 */ member in struct:hermonprm_performance_monitors_st

Completed in 110 milliseconds