Searched refs:v_low (Results 1 – 2 of 2) sorted by relevance
2431 int32_t v_low = Low32Bits(v); in AddInt64() local2436 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()2444 buffer_.push_back(v_low); in AddInt64()
3196 int32_t v_low = v; in AddInt64() local3201 if (v_low == buffer_[i] && v_high == buffer_[i + 1]) { in AddInt64()3209 buffer_.push_back(v_low); in AddInt64()