Home
last modified time | relevance | path

Searched refs:pArray (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A DapiHSL.c1317 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const void* pArray) in M_FrHslString() argument
1322 if ( NULL==pArray ) in M_FrHslString()
1326 M_FrHslMS_U8ArrayMsg(u16Id, hsl, pArray); in M_FrHslString()
1337 …t MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16length, const void* pArray) in M_FrHslArray16() argument
1342 if ( NULL==pArray ) in M_FrHslArray16()
1346 M_FrHslMS_U16ArrayMsg(u16Id, hsl, u16length, pArray); in M_FrHslArray16()
1357 …st MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray, const MS_BOOL bLa… in M_FrHslArray32() argument
1362 if ( NULL==pArray ) in M_FrHslArray32()
1366 M_FrHslMS_U32ArrayMsg(u16Id, hsl, u16Length, pArray, bLastWordEmpty); in M_FrHslArray32()
1369 …t MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* pArray, const MS_BOOL bOd… in FrHslTypedefCall() argument
[all …]
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/include/
H A DdrvPQ_Template.h1065 MS_U8 *pArray = _PQTableInfo.pXRule_Array[u8XRuleType]; in _MDrv_PQ_GetXRuleTableIndex() local
1066 return pArray[((MS_U16)u8XRuleIdx) * _PQTableInfo.u8PQ_XRule_IP_Num[u8XRuleType] + u8XRuleIP]; in _MDrv_PQ_GetXRuleTableIndex()
1071 MS_U8 *pArray = _PQTableInfo.pXRule_IP_Index[u8XRuleType]; in _MDrv_PQ_GetXRuleIPIndex() local
1072 return pArray[u8XRuleIP]; in _MDrv_PQ_GetXRuleIPIndex()
1082 MS_U8 *pArray = _PQTableInfo.pGRule_Level[u8GRuleType]; in _MDrv_PQ_GetGRule_LevelIndex() local
1083 return pArray[u8GRuleLvlIndex]; in _MDrv_PQ_GetGRule_LevelIndex()
1088 MS_U8 *pArray = _PQTableInfo.pGRule_IP_Index[u8GRuleType]; in _MDrv_PQ_GetGRule_IPIndex() local
1089 return pArray[u8GRuleIPIndex]; in _MDrv_PQ_GetGRule_IPIndex()
1096 MS_U8 *pArray = _PQTableInfo.pGRule_Array[u8GRuleType]; in _MDrv_PQ_GetGRule_TableIndex() local
1101 return pArray[u16index]; in _MDrv_PQ_GetGRule_TableIndex()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DapiHSL.h623 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8fmt, const void* pArray);
633 … MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray);
644 …st MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray, const MS_BOOL bLa…
654 …t MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* pArray, const MS_BOOL bOd…
656 #define M_FrHslTypedef(u16Id, u16GId, u8Fmt, type, pArray) … argument
658 …16Id, u16GId, sizeof(type)/sizeof(MS_U16) + sizeof(type)%sizeof(MS_U16), pArray, (MS_BOOL)(sizeof(…
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DapiHSL.h623 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8fmt, const void* pArray);
633 … MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray);
644 …st MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray, const MS_BOOL bLa…
654 …t MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* pArray, const MS_BOOL bOd…
656 #define M_FrHslTypedef(u16Id, u16GId, u8Fmt, type, pArray) … argument
658 …16Id, u16GId, sizeof(type)/sizeof(MS_U16) + sizeof(type)%sizeof(MS_U16), pArray, (MS_BOOL)(sizeof(…
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt13450 void M_FrHslString(const MS_U16 u16Id, const MS_U16 u16GId, const char* u8fmt, const void* pArray);
13452 … MS_U16 u16Id, const MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray);
13454 …st MS_U16 u16GId, const char* u8Fmt, const MS_U16 u16Length, const void* pArray, const MS_BOOL bLa…
13456 …t MS_U16 u16Id, const MS_U16 u16GId, const MS_U16 u16Length, const void* pArray, const MS_BOOL bOd…
13458 #define M_FrHslTypedef(u16Id,u16GId,u8Fmt,type,pArray) \
13460 …16Id, u16GId, sizeof(type)/sizeof(MS_U16) + sizeof(type)%sizeof(MS_U16), pArray, (MS_BOOL)(sizeof(…