/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/ |
H A D | MathDivU64x64.c | 77 ; Call native DivU64x64Remainder of BaseLib
|
H A D | MathMultS64x64.c | 68 ; Call native MulS64x64 of BaseLib
|
H A D | MathReminderU64x64.c | 76 ; Call native DivU64x64Remainder of BaseLib
|
H A D | MathDivU64x64.S | 74 # Call native DivU64x64Remainder of BaseLib
|
H A D | MathMultS64x64.S | 68 # Call native MulS64x64 of BaseLib
|
H A D | MathReminderU64x64.S | 74 # Call native DivU64x64Remainder of BaseLib
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
H A D | llmul.c | 68 ; Call native MulS64x64 of BaseLib
|
H A D | ulldiv.c | 77 ; Call native DivU64x64Remainder of BaseLib
|
H A D | lldiv.c | 86 ; Call native DivS64x64Remainder of BaseLib
|
H A D | lldvrm.c | 82 ; Call native DivS64x64Remainder of BaseLib
|
H A D | llrem.c | 76 ; Call native DivS64x64Remainder of BaseLib
|
H A D | ulldvrm.c | 82 ; Call native DivU64x64Remainder of BaseLib
|
H A D | ullrem.c | 76 ; Call native DivU64x64Remainder of BaseLib
|
H A D | mulll.S | 68 # Call native MulS64x64 of BaseLib
|
H A D | udivdi3.S | 74 # Call native DivU64x64Remainder of BaseLib
|
H A D | umoddi3.S | 74 # Call native DivU64x64Remainder of BaseLib
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | ata.h | 35 * 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 D | nsFileSpecImpl.cpp | 219 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 D | nsEventQueueService.cpp | 268 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 D | ata.c | 483 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 D | EbcLowLevel.asm | 43 ; 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 D | EbcLowLevel.S | 29 # This instruction requires that we thunk out to external native
|
H A D | EbcLowLevel.asm | 34 ; This instruction requires that we thunk out to external native
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/ |
H A D | aoe.c | 407 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 D | arb_program_shader.c | 3331 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...] |