Searched refs:smaller (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/zlib-1.2.6/ |
H A D | trees.c | 443 #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 D | CPUMRCPatchHlp.asm | 120 jb cpuid_lookup_subleaf_backwards_loop ; Still hope if the subleaf we're seeking is smaller.
|
/vbox/src/VBox/HostDrivers/Support/os2/ |
H A D | SUPDrvA-os2.asm | 648 mov cx, bx ; output buffer is smaller than available data.
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestA-os2.asm | 722 mov cx, bx ; output buffer is smaller than available data.
|
Completed in 329 milliseconds