Searched refs:MSOS_BRANCH_PREDICTION_UNLIKELY (Results 1 – 6 of 6) sorted by relevance
122 if (MSOS_BRANCH_PREDICTION_UNLIKELY(strcmp(shmName, "") == 0)) { in shm_malloc()150 if (MSOS_BRANCH_PREDICTION_UNLIKELY(u32CreateRet == 0)) { in shm_malloc()158 if (MSOS_BRANCH_PREDICTION_UNLIKELY(u32RetShmID >= SHM_INFO_TABLE_LENGTH)) { in shm_malloc()165 if (MSOS_BRANCH_PREDICTION_UNLIKELY(shm_info_table[u32RetShmID].va != NULL)) { in shm_malloc()367 if (MSOS_BRANCH_PREDICTION_UNLIKELY(!bFind)) in utopia_delete_instance_table()416 if (MSOS_BRANCH_PREDICTION_UNLIKELY(ppInstance == NULL)) in UtopiaInstanceCreate()451 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaInstanceGetPrivate()456 else if (MSOS_BRANCH_PREDICTION_UNLIKELY(ppPrivate == NULL)) in UtopiaInstanceGetPrivate()471 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaInstanceGetModule()476 else if (MSOS_BRANCH_PREDICTION_UNLIKELY(ppModule == NULL)) in UtopiaInstanceGetModule()[all …]
141 if(MSOS_BRANCH_PREDICTION_UNLIKELY(ret)) in UtopiaOpen()161 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaIoctl()
176 if (MSOS_BRANCH_PREDICTION_UNLIKELY(strcmp(shmName, "") == 0)) { in shm_malloc()204 if (MSOS_BRANCH_PREDICTION_UNLIKELY(u32CreateRet == 0)) { in shm_malloc()212 if (MSOS_BRANCH_PREDICTION_UNLIKELY(u32RetShmID >= SHM_INFO_TABLE_LENGTH)) { in shm_malloc()343 if (MSOS_BRANCH_PREDICTION_UNLIKELY(ppInstance == NULL)) in UtopiaInstanceCreate()379 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaInstanceGetPrivate()384 else if (MSOS_BRANCH_PREDICTION_UNLIKELY(ppPrivate == NULL)) in UtopiaInstanceGetPrivate()399 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaInstanceGetModule()404 else if (MSOS_BRANCH_PREDICTION_UNLIKELY(ppModule == NULL)) in UtopiaInstanceGetModule()415 if (MSOS_BRANCH_PREDICTION_UNLIKELY(*ppModule == NULL)) in UtopiaInstanceGetModule()515 if (MSOS_BRANCH_PREDICTION_UNLIKELY(!pModule)) in UtopiaModuleSetSTRPrivate()[all …]
353 if(MSOS_BRANCH_PREDICTION_UNLIKELY(ret)) in UtopiaOpen()382 if(MSOS_BRANCH_PREDICTION_UNLIKELY(ret)) in UtopiaOpen()406 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaIoctl()437 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaIoctl()488 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaClose()
243 #define MSOS_BRANCH_PREDICTION_UNLIKELY(x) __builtin_expect(!!(x), 0) macro
80787 #define MSOS_BRANCH_PREDICTION_UNLIKELY(x) __builtin_expect(!!(x), 0)