Searched defs:b_dup (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dcutils.c172 char *b_dup; /* bottom duplicate */ local
340 * Two duplicate records pointers are (b_dup and t_dup) are
344 * b_dup or t_dup and the duplicate pointer will be
357 * b_dup or t_dup is ever equal to m2,
359 * b_dup or t_dup is incremented with out swapping records.
365 b_dup = b_par = b_lim;
379 if (b_dup == m2) {
381 } else if (b_dup != b_par) {
382 (*swapf)(b_dup, b_par, loops);
384 b_dup
[all...]

Completed in 48 milliseconds