Searched refs:OS_NULL_SHORT (Results 1 – 19 of 19) sorted by relevance
103 #define OS_NULL_SHORT ((UINT16)0xFFFF) macro
106 #define OS_NULL_SHORT ((UINT16)0xFFFF) macro
354 UINT16 tmpFlag = (excType >> 16) & OS_NULL_SHORT; /* 16: Get Exception Type */ in HalExcHandleEntry()358 g_excInfo.type = excType & OS_NULL_SHORT; in HalExcHandleEntry()
353 UINT16 tmpFlag = (excType >> 16) & OS_NULL_SHORT; /* 16: Get Exception Type */ in HalExcHandleEntry()357 g_excInfo.type = excType & OS_NULL_SHORT; in HalExcHandleEntry()
357 UINT16 tmpFlag = (excType >> 16) & OS_NULL_SHORT; /* 16: Get Exception Type */ in HalExcHandleEntry()361 g_excInfo.type = excType & OS_NULL_SHORT; in HalExcHandleEntry()
352 UINT16 tmpFlag = (excType >> 16) & OS_NULL_SHORT; /* 16: Get Exception Type */ in HalExcHandleEntry()356 g_excInfo.type = excType & OS_NULL_SHORT; in HalExcHandleEntry()
356 UINT16 tmpFlag = (excType >> 16) & OS_NULL_SHORT; /* 16: Get Exception Type */ in HalExcHandleEntry()360 g_excInfo.type = excType & OS_NULL_SHORT; in HalExcHandleEntry()
355 UINT16 tmpFlag = (excType >> 16) & OS_NULL_SHORT; /* 16: Get Exception Type */ in HalExcHandleEntry()359 g_excInfo.type = excType & OS_NULL_SHORT; in HalExcHandleEntry()
117 if (maxMsgSize > (OS_NULL_SHORT - sizeof(UINT32))) { in LOS_QueueCreate()176 if ((*bufferSize == 0) || (*bufferSize > (OS_NULL_SHORT - sizeof(UINT32)))) { in OsQueueReadParameterCheck()
352 #define OS_NULL_SHORT ((UINT16)0xFFFF) macro
130 if (maxMsgSize > (OS_NULL_SHORT - sizeof(UINT32))) { in OsQueueCreate()
318 semID = (taskCB->taskSem == NULL) ? OS_NULL_SHORT : (((LosSemCB *)taskCB->taskSem)->semID); in PrintTskInfo()