Searched refs:most (Results 1 - 7 of 7) sorted by relevance
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | enough.c | 205 int most; /* most number of syms to use at this juncture */ local 228 /* we can use at most this many bit patterns, lest there not be enough 230 no limit to the code length, this would become: most = left - 1) */ 231 most = (((code_t)left << (max - len)) - syms) / 236 for (use = least; use <= most; use++) { 322 int most; /* most number of syms to use at this juncture */ local 364 /* we can use at most this many bit patterns, lest there not be enough 366 no limit to the code length, this would become: most [all...] |
/vbox/src/VBox/VMM/VMMRC/ |
H A D | CPUMRCPatchHlp.asm | 39 ; We have at most 32 bytes of stack to play with, .
|
H A D | TRPMRCHandlersA.asm | 297 mov ebx, IMP(g_trpmGuestCtxCore) ; Assume GC as the most common. 798 mov ebx, IMP(g_trpmGuestCtxCore) ; Assume GC as the most common.
|
/vbox/src/VBox/ValidationKit/utils/cpu/ |
H A D | cidet-appA.asm | 202 ; Restore most GPRs (except xCX, xAX and xSP).
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PATMA.asm | 1185 ; we can't do an iret to v86 code, as we run with CPL=1. The iret would attempt a protected mode iret and (most likely) fault. 1423 ; we can't do an iret to v86 code, as we run with CPL=1. The iret would attempt a protected mode iret and (most likely) fault. 2332 ; (@todo figure out which path is taken most often (1 or 2))
|
/vbox/src/VBox/HostDrivers/Support/os2/ |
H A D | SUPDrvA-os2.asm | 299 ; Check for the most frequent first.
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestA-os2.asm | 391 ; Check for the most frequent first.
|
Completed in 479 milliseconds