Searched refs:most (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c205 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 DCPUMRCPatchHlp.asm39 ; We have at most 32 bytes of stack to play with, .
H A DTRPMRCHandlersA.asm297 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 Dcidet-appA.asm202 ; Restore most GPRs (except xCX, xAX and xSP).
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm1185 ; 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 DSUPDrvA-os2.asm299 ; Check for the most frequent first.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm391 ; Check for the most frequent first.

Completed in 561 milliseconds