Searched refs:_LEN (Results 1 – 1 of 1) sorted by relevance
165 #define SET_u16_TO_ARRARY(_V, _LEN) \ argument167 _V[0] = (_LEN & 0xFF00) >> 8; \168 _V[1] = (_LEN & 0xFF); \171 #define INC_u16_TO_ARRARY(_V, _LEN) \ argument176 var_len += _LEN; \