Lines Matching refs:UINT8
47 UINT8 magicNum;
48 UINT8 msgType;
54 UINT8 type;
55 UINT8 len;
56 UINT8 value[];
60 UINT8 tag;
61 UINT8 elemOffset;
62 UINT8 elemSize;
76 * @param type [IN] Type #UINT8. The type stands for different struct of src data.
77 * @param src [IN] Type #UINT8 *. The raw trace data.
79 * @param dest [OUT] Type #UINT8 *. The tlv data.
80 * @param destLen [IN] Type #UINT8 *. The tlv buf max len.
89 extern UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen);