Searched refs:smaller (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dtrees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm120 jb cpuid_lookup_subleaf_backwards_loop ; Still hope if the subleaf we're seeking is smaller.
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPDrvA-os2.asm648 mov cx, bx ; output buffer is smaller than available data.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm722 mov cx, bx ; output buffer is smaller than available data.

Completed in 329 milliseconds