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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c42 static void FixUpMaxHigh(IntervalTree *, IntervalTreeNode *);
271 /* FUNCTION: FixUpMaxHigh */
284 FixUpMaxHigh(IntervalTree *it, IntervalTreeNode *x) function
321 FixUpMaxHigh(it, x->parent);
653 /* Then calls FixUpMaxHigh to fix maxHigh fields then calls */
699 FixUpMaxHigh(it, x->parent);
713 FixUpMaxHigh(it, x->parent);

Completed in 74 milliseconds