Home
last modified time | relevance | path

Searched refs:OS_DELIVER_ARG_ENCODE_FLAG (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_argument.c594 sBufferPtr->header.flag = OS_DELIVER_ARG_ENCODE_FLAG | OS_DELIVER_ARG_VALID_FLAG; in OS_EncodeDeliverArg()
657 sBufferPtr->header.flag &= ~OS_DELIVER_ARG_ENCODE_FLAG; in OS_DecodeDeliverArg()
858 … return (p->header.flag & (OS_DELIVER_ARG_ENCODE_FLAG | OS_DELIVER_ARG_VALID_FLAG)) ? TRUE : FALSE; in OS_IsDeliverArgEncoded()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
Dargument.h277 #define OS_DELIVER_ARG_ENCODE_FLAG 1 macro