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

/vbox/src/recompiler/
H A Dcutils.c175 char *t_dup; /* top 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.
366 t_dup = t_par = t_lim = b_lim + rsiz * (nrec - 1);
398 if (t_dup == m2) {
400 } else if (t_dup != t_par) {
401 (*swapf)(t_dup, t_par, loops);
403 t_dup
[all...]

Completed in 276 milliseconds