Searched refs:todo (Results 1 - 18 of 18) sorted by relevance
/vbox/src/VBox/Runtime/common/string/ |
H A D | memset.asm | 52 ; todo: alignment. 77 ; todo: alignment.
|
H A D | memmove.asm | 130 ;; @todo check if they overlap.
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/ds/ |
H A D | plhash.c | 426 PLHashEntry *todo = 0; local 437 he->next = todo; 438 todo = he; 450 hep = &todo;
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/ |
H A D | VBoxHlp.asm | 20 ;; @todo BEGINCODE gives us this:
|
/vbox/src/VBox/ValidationKit/bootsectors/ |
H A D | bootsector-shutdown.asm | 66 ;; @todo print some message before halting.
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | test.h | 134 #define todo(platform) for (winetest_start_todo(platform); \ macro 137 #define todo_wine todo("wine") 228 static LONG todo_successes; /* number of successful tests inside todo block */ 229 static LONG todo_failures; /* number of failures inside todo block */ 236 int todo_level; /* current todo nesting level */ 321 fprintf( stdout, "%s:%d: Test succeeded inside todo block: ", 331 fprintf( stdout, "%s:%d: Test marked todo: ", 583 fprintf( stdout, "%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
H A D | test.h | 132 #define todo(platform) for (winetest_start_todo(platform); \ macro 135 #define todo_wine todo("wine") 225 static LONG todo_successes; /* number of successful tests inside todo block */ 226 static LONG todo_failures; /* number of failures inside todo block */ 233 int todo_level; /* current todo nesting level */ 319 fprintf( stdout, "%s:%d: Test succeeded inside todo block: ", 329 fprintf( stdout, "%s:%d: Test marked todo: ", 570 fprintf( stdout, "%s: %d tests executed (%d marked as todo, %d %s), %d skipped.\n",
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PATMA.asm | 25 ; @todo stack probing is currently hardcoded and not present everywhere (search for 'probe stack') 972 ; @todo not necessary to fault in that case (see 32 bits version) 1190 ;;@todo: not correct for iret back to ring 2!!!!! 1200 or dword [esp+8], 1 ;-> @todo we leave traces or raw mode if we jump back to the host context to handle pending interrupts! (below) 1205 ; @@todo fix this properly, so we can dispatch pending interrupts in GC 1428 ;;@todo: not correct for iret back to ring 2!!!!! 1441 ; @@todo fix this properly, so we can dispatch pending interrupts in GC 1681 ; @todo private ugly interface, since we have nothing generic at the moment 1921 ; @todo private ugly interface, since we have nothing generic at the moment 2055 ; @todo privat [all...] |
/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vberom.asm | 92 mov dx, 03DAh ; @todo use a symbolic constant! 104 mov dx, 03DAh ; @todo use a symbolic constant! 909 mov dx, 03DAh ; @todo: use symbolic constant
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstMicroRCA.asm | 425 ;; @todo This is a bit of a mess - clean up! 507 jmp short tstTrapHandler_Fault_Hyper ;; @todo
|
H A D | tstX86-1A.asm | 25 ;; @todo Move this to a header? 2949 ;;; @todo exception priority checks. 3240 %if 0 ;; @todo implement me 3325 ;; @todo Finish FPTAN testcase. 3409 ;; @todo Finish FCMOVB testcase.
|
/vbox/src/VBox/VMM/VMMRC/ |
H A D | TRPMRCHandlersA.asm | 293 mov eax, cr0 ;; @todo elimitate this read? 400 mov edx, cr2 ;; @todo Check how expensive cr2 reads are! 491 mov eax, cr0 ;; @todo try elimiate this read. 794 mov eax, cr0 ;; @todo elimitate this read? 954 mov eax, cr0 ;; @todo try elimiate this read.
|
H A D | CPUMRCA.asm | 237 ;; @todo load segment registers *before* enabling WP.
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | VMMR0JmpA-amd64.asm | 207 ;; @todo amd64/switch/resume sanity.
|
H A D | HMR0A.asm | 29 %ifdef RT_OS_OS2 ;; @todo fix OMF support in yasm and kick nasm out completely.
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | ip6.c | 426 @todo
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | IEMAllAImpl.asm | 48 ;; @todo 'global @fastcall@12' is still broken in yasm and requires dollar 891 cmp [esi + 4], edx ;; @todo FIXME - verify 64-bit compare implementation 2707 ;; @todo what do we need to do for MMX? 2713 ;; @todo what do we need to do for SSE?
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestA-os2.asm | 1574 ;; @todo If there is a simple way of determining the size do that, if
|
Completed in 466 milliseconds