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

/vbox/src/recompiler/tests/
H A Dsha1.c63 /* (R0+R1), R2, R3, R4 are the different operations used in SHA1 */
64 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
98 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); R0(c,d,e,a,b, 3);
99 R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); R0(e,a,b,c,d, 6); R0(
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h118 UINT64 R0; member in struct:__anon11924
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDebugSupport.h461 UINT64 R0; member in struct:__anon12043
497 UINT32 R0; member in struct:__anon12044
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDebugSupport.h463 UINT64 R0; member in struct:__anon15610
499 UINT32 R0; member in struct:__anon15611
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h1699 ULONG R0; member in struct:_CONTEXT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h1312 ULONG R0; member in struct:_CONTEXT

Completed in 114 milliseconds