Searched refs:v_low (Results 1 – 2 of 2) sorted by relevance
3955 int32_t v_low = Low32Bits(v); in AddInt64() local3960 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()3968 buffer_.push_back(v_low); in AddInt64()
5426 int32_t v_low = v; in AddInt64() local5431 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()5439 buffer_.push_back(v_low); in AddInt64()