Searched refs:ulCmpResult (Results 1 – 1 of 1) sorted by relevance
502 ULONG_T ulCmpResult; in LOS_RbInsertOneNodeProcess() local511 ulCmpResult = pstTree->pfCmpKey(pNodeKey, pKey); in LOS_RbInsertOneNodeProcess()512 if (RB_SMALLER == ulCmpResult) { in LOS_RbInsertOneNodeProcess()662 ULONG_T ulCmpResult; in LOS_RbGetNode() local682 ulCmpResult = pstTree->pfCmpKey(pKey, pNodeKey); in LOS_RbGetNode()683 if (RB_EQUAL == ulCmpResult) { in LOS_RbGetNode()687 if (RB_SMALLER == ulCmpResult) { in LOS_RbGetNode()