Home
last modified time | relevance | path

Searched refs:ITMax (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c52 #define ITMax(a, b) ( (a > b) ? a : b ) macro
149 x->maxHigh=ITMax(x->left->maxHigh,ITMax(x->right->maxHigh,x->high)); in LeftRotate()
150 y->maxHigh=ITMax(x->maxHigh,ITMax(y->right->maxHigh,y->high)); in LeftRotate()
213 y->maxHigh=ITMax(y->left->maxHigh,ITMax(y->right->maxHigh,y->high)); in RightRotate()
214 x->maxHigh=ITMax(x->left->maxHigh,ITMax(y->maxHigh,x->high)); in RightRotate()
287 x->maxHigh=ITMax(x->high,ITMax(x->left->maxHigh,x->right->maxHigh)); in FixUpMaxHigh()
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dinttree.c52 #define ITMax(a, b) ( (a > b) ? a : b ) macro
149 x->maxHigh=ITMax(x->left->maxHigh,ITMax(x->right->maxHigh,x->high)); in LeftRotate()
150 y->maxHigh=ITMax(x->maxHigh,ITMax(y->right->maxHigh,y->high)); in LeftRotate()
213 y->maxHigh=ITMax(y->left->maxHigh,ITMax(y->right->maxHigh,y->high)); in RightRotate()
214 x->maxHigh=ITMax(x->left->maxHigh,ITMax(y->maxHigh,x->high)); in RightRotate()
287 x->maxHigh=ITMax(x->high,ITMax(x->left->maxHigh,x->right->maxHigh)); in FixUpMaxHigh()