Searched refs:ubound_v (Results 1 – 1 of 1) sorted by relevance
234 std::vector<uint8_t> ubound_v = uIntToU8(~ubound, size); in SetBTEntry() local235 bt_entry_v.insert(bt_entry_v.begin() + size, ubound_v.begin(), in SetBTEntry()236 ubound_v.end()); in SetBTEntry()