Searched refs:actual (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dsettings_test.c47 uint8_t actual[ sizeof ( expected ) ]; \
51 len = fetch_setting ( settings, setting, actual, \
52 sizeof ( actual ) ); \
55 DBGC_HDA ( settings, 0, actual, len ); \
56 ok ( len == ( int ) sizeof ( actual ) ); \
57 ok ( memcmp ( actual, expected, sizeof ( actual ) ) == 0 ); \
70 char actual[ strlen ( formatted ) + 1 ]; \
75 len = fetchf_setting ( settings, setting, actual, \
76 sizeof ( actual ) ); \
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Drsa.c576 void *actual; local
604 actual = temp;
605 if ( ( rc = rsa_encode_digest ( context, digest, value, actual ) ) !=0 )
609 if ( memcmp ( actual, expected, context->max_len ) != 0 ) {
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dsystrace.c52 systrace_init(struct sysent *actual, systrace_sysent_t **interposed) argument
63 struct sysent *a = &actual[i];
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibio32.asm22 ; range on a paragraph boundary. Note that the actual 32-bit code need not
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector2-cpu-basic-1.asm60 ; The actual tests.
H A Dbootsector2-cpu-a20-1.asm56 ; The actual tests.
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm82 ; Call the C/C++ code that does the actual work. This returns the
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dxmmsaving-asm.asm41 ; @param pBadVal Where to store the actual register value on failure.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.S268 # last actual application stack entry is saved at offset
H A DAsmFuncs.asm301 ; last actual application stack entry is saved at offset
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.asm273 ; last actual application stack entry is
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm1575 ; not we can easily handle it the code that does the actual mapping.
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm1677 ; Initialize the FPU for the actual instruction being emulated, this means
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm1387 db 066h, 041h, 00Fh, 073h, 0D0h, 080h ; REX.B - has actual effect on the instruction.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 1159 milliseconds