Home
last modified time | relevance | path

Searched refs:MSOS_BRANCH_PREDICTION_UNLIKELY (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_dapi.c122 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 …]
H A Dutopia.c141 if(MSOS_BRANCH_PREDICTION_UNLIKELY(ret)) in UtopiaOpen()
161 if (MSOS_BRANCH_PREDICTION_UNLIKELY(pInstance == NULL)) in UtopiaIoctl()
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux/
H A Dutopia_dapi.c176 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 …]
H A Dutopia.c353 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()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h243 #define MSOS_BRANCH_PREDICTION_UNLIKELY(x) __builtin_expect(!!(x), 0) macro
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt80787 #define MSOS_BRANCH_PREDICTION_UNLIKELY(x) __builtin_expect(!!(x), 0)