Searched refs:MSOS_BRANCH_PREDICTION_LIKELY (Results 1 – 4 of 4) sorted by relevance
350 if(MSOS_BRANCH_PREDICTION_LIKELY(pInstance != NULL)) //Coverity in UtopiaInstanceCreate()997 …if (MSOS_BRANCH_PREDICTION_LIKELY(TRUE == MsOS_ResetNamedSemaphore(pLocatedRPool->u32ResourcesSema… in set_rpool_sem()1022 if (MSOS_BRANCH_PREDICTION_LIKELY(u32Ret == TRUE)) in set_rpool_sem()
242 #define MSOS_BRANCH_PREDICTION_LIKELY(x) __builtin_expect(!!(x), 1) macro
759 if (MSOS_BRANCH_PREDICTION_LIKELY(pLocatedModule == NULL)) /* module is not yet registered */ in UtopiaModuleRegister()
80786 #define MSOS_BRANCH_PREDICTION_LIKELY(x) __builtin_expect(!!(x), 1)