Searched refs:bcmv_total_length (Results 1 – 1 of 1) sorted by relevance
158 const uint32_t bcmv_total_length = length + static_cast<uint32_t>(size()); in Write() local160 static_cast<std::uint8_t>((bcmv_total_length >> 24) & 0xff), in Write()161 static_cast<std::uint8_t>((bcmv_total_length >> 16) & 0xff), in Write()162 static_cast<std::uint8_t>((bcmv_total_length >> 8) & 0xff), in Write()163 static_cast<std::uint8_t>(bcmv_total_length & 0xff), in Write()