Searched refs:input_pos (Results 1 – 4 of 4) sorted by relevance
85 const uint8_t* input_pos = input.data(); in update() local90 while (input_pos < input_end) { in update()91 size_t to_send = std::min(max_chunk_size, static_cast<size_t>(input_end - input_pos)); in update()92 LOG(DEBUG) << "update: Sending " << to_send << " of " << (input_end - input_pos) in update()94 request.input.Reinitialize(input_pos, to_send); in update()103 input_pos += response.input_consumed; in update()
80 size_t input_pos,
587 size_t input_pos, in CheckTypeCheckBitstringInput() argument591 if (!check->InputAt(input_pos)->IsIntConstant()) { in CheckTypeCheckBitstringInput()595 input_pos, in CheckTypeCheckBitstringInput()601 static_cast<uint32_t>(check->InputAt(input_pos)->AsIntConstant()->GetValue()); in CheckTypeCheckBitstringInput()
664 for (size_t input_pos = first_nonbackedge_pred_pos + 1; in TransformLoopToSinglePreheaderFormat() local665 input_pos < header_phi->InputCount(); in TransformLoopToSinglePreheaderFormat()666 input_pos++) { in TransformLoopToSinglePreheaderFormat()667 HInstruction* input = header_phi->InputAt(input_pos); in TransformLoopToSinglePreheaderFormat()668 HBasicBlock* pred_block = header->GetPredecessors()[input_pos]; in TransformLoopToSinglePreheaderFormat()674 header_phi->RemoveInputAt(input_pos); in TransformLoopToSinglePreheaderFormat()675 input_pos--; in TransformLoopToSinglePreheaderFormat()