Searched refs:l_bytes (Results 1 – 2 of 2) sorted by relevance
164 uint64_t l_bytes = l.io[i].read_bytes + l.io[i].write_bytes; in cmp_uid_info() local169 if (l_bytes != r_bytes) { in cmp_uid_info()170 return l_bytes > r_bytes; in cmp_uid_info()
18150 std::string l_bytes; in ParseResponse_Commit() local18151 rc = Parse_TPM2B_ECC_POINT(&buffer, l, &l_bytes); in ParseResponse_Commit()