Home
last modified time | relevance | path

Searched refs:input_pos (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintOperation.cpp85 const uint8_t* input_pos = input.data(); in update() local
90 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()
/aosp12/art/compiler/optimizing/
H A Dgraph_checker.h80 size_t input_pos,
H A Dgraph_checker.cc587 size_t input_pos, in CheckTypeCheckBitstringInput() argument
591 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()
H A Dnodes.cc664 for (size_t input_pos = first_nonbackedge_pred_pos + 1; in TransformLoopToSinglePreheaderFormat() local
665 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()