Searched defs:OF (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h186 #define OF ( 1 << 11 ) macro
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dioapi.h135 typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode)); typedef
136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size)); typedef
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size)); typedef
138 typedef int (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
139 typedef int (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));
141 typedef long (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
142 typedef long (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
158 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream)); typedef
159 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
160 typedef voidpf (ZCALLBACK *open64_file_func) OF((voidp typedef
[all...]
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-instr-1.cpp47 #undef OF macro
54 #define OF X86_EFL_OF macro
260 static const CIDET2IN1OUTWITHFLAGS s_Results = CIDET2IN1OUTWITHFLAGS_INITIALIZER(CF | PF | AF | SF | OF);
/vbox/src/libs/zlib-1.2.6/
H A Dzconf.h357 #ifndef OF /* function prototypes */
359 # define OF(args) args macro
361 # define OF(args) () macro
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
1012 UINT32 OF:1; member in struct:__anon10757
1056 UINT16 OF:1; member in struct:__anon10759
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
4251 Performs a write operation on End OF External Interrupt Register (EOI).
4840 UINT32 OF:1; ///< Overflow Flag. member in struct:__anon11926::__anon11927
4866 UINT32 OF:1; ///< Overflow Flag. member in struct:__anon11928::__anon11929

Completed in 72 milliseconds