Searched refs:native (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathDivU64x64.c77 ; Call native DivU64x64Remainder of BaseLib
H A DMathMultS64x64.c68 ; Call native MulS64x64 of BaseLib
H A DMathReminderU64x64.c76 ; Call native DivU64x64Remainder of BaseLib
H A DMathDivU64x64.S74 # Call native DivU64x64Remainder of BaseLib
H A DMathMultS64x64.S68 # Call native MulS64x64 of BaseLib
H A DMathReminderU64x64.S74 # Call native DivU64x64Remainder of BaseLib
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dllmul.c68 ; Call native MulS64x64 of BaseLib
H A Dulldiv.c77 ; Call native DivU64x64Remainder of BaseLib
H A Dlldiv.c86 ; Call native DivS64x64Remainder of BaseLib
H A Dlldvrm.c82 ; Call native DivS64x64Remainder of BaseLib
H A Dllrem.c76 ; Call native DivS64x64Remainder of BaseLib
H A Dulldvrm.c82 ; Call native DivU64x64Remainder of BaseLib
H A Dullrem.c76 ; Call native DivU64x64Remainder of BaseLib
H A Dmulll.S68 # Call native MulS64x64 of BaseLib
H A Dudivdi3.S74 # Call native DivU64x64Remainder of BaseLib
H A Dumoddi3.S74 # Call native DivU64x64Remainder of BaseLib
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Data.h35 * 64-bit integer in native byte order, unioned with bytes named so
50 /** LBA as a 64-bit integer in native-endian order */
51 uint64_t native; member in union:ata_lba
78 /** Value in native-endian order */
79 uint16_t native; member in union:ata_fifo
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecImpl.cpp219 nsCAutoString native; local
220 native = mFileSpec.GetNativePathCString();
221 NS_CopyNativeToUnicode(native, aUnicodePath);
229 nsCAutoString native; local
231 NS_CopyUnicodeToNative(aUnicodePath, native);
232 mFileSpec = native.get();
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEventQueueService.cpp268 PRBool native = PR_TRUE; // native by default as per old comment local
284 youngQueue->IsQueueNative(&native);
289 MakeNewQueue(currentThread, native, &newQueue); // create new queue; addrefs
292 // shouldn't happen. as a fallback, we guess you wanted a native queue
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/block/
H A Data.c483 command.cb.lba.native = lba;
484 command.cb.count.native = count;
510 ( unsigned long long ) command.cb.lba.native,
511 command.cb.count.native );
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.asm43 ; to native code.
44 ; This instruction requires that we thunk out to external native
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S29 # This instruction requires that we thunk out to external native
H A DEbcLowLevel.asm34 ; This instruction requires that we thunk out to external native
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Daoe.c407 aoeata->count = command->cb.count.native;
409 aoeata->lba.u64 = cpu_to_le64 ( command->cb.lba.native );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Darb_program_shader.c3331 GLint native; local
3333 GL_EXTCALL(glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB, GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, &native));
3335 if (!native) WARN("Program exceeds native resource limits.\n");
3435 GLint native; local
3437 GL_EXTCALL(glGetProgramivARB(GL_FRAGMENT_PROGRAM_ARB, GL_PROGRAM_UNDER_NATIVE_LIMITS_ARB, &native));
3439 if (!native) WARN("Program exceeds native resource limits.\n");
3656 * is faster than what we gain from using higher native instructions. There are some things though
3923 GLint native; local
4321 GLint native; local
6468 GLint native; local
7272 GLint native; local
[all...]

Completed in 1416 milliseconds

12