/system/update_engine/payload_consumer/ |
bzip_extent_writer.cc | 47 const uint8_t* input_end = input + count; local 49 input_buffer_.insert(input_buffer_.end(), input, input_end); 51 input_end = input + input_buffer_.size(); 54 stream_.avail_in = input_end - input; 78 brillo::Blob new_input_buffer(input_end - stream_.avail_in, input_end);
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
wtf_clone_equals_util.h | 35 auto input_end = input.end(); local 36 for (auto it = input.begin(); it != input_end; ++it)
|
/frameworks/ml/nn/runtime/test/specs/ |
rnn.mod.py | 191 input_end = input_begin + input_size variable 192 input0[input] = test_inputs[input_begin:input_end]
|
/external/v8/src/compiler/ |
branch-elimination.cc | 165 auto input_end = inputs.end(); local 166 for (; input_it != input_end; ++input_it) {
|
/external/v8/src/regexp/arm64/ |
regexp-macro-assembler-arm64.h | 103 const byte** input_end); 170 Register input_end() { return x25; } function in class:v8::internal::RegExpMacroAssemblerARM64
|
/external/v8/src/regexp/ |
regexp-macro-assembler.cc | 162 const byte** input_start, const byte** input_end) { 205 intptr_t byte_length = *input_end - *input_start; 207 *input_end = *input_start + byte_length; 258 const byte* input_end = input_start + byte_length; local 263 input_end, 276 const byte* input_end, 286 isolate, code->entry(), input, start_offset, input_start, input_end,
|
/external/vixl/test/aarch32/ |
test-simulator-cond-rd-memop-immediate-512-a32.cc | 3398 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-memop-immediate-8192-a32.cc | 3398 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-memop-rs-a32.cc | 3410 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc | 3406 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc | 3406 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-const-a32.cc | 524 Register input_end = scratch_registers.Acquire(); local 527 // Initialize `input_ptr` to the first element and `input_end` the address 530 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); 564 __ Cmp(input_ptr, input_end);
|
test-simulator-cond-rd-operand-const-t32.cc | 639 Register input_end = scratch_registers.Acquire(); local 642 // Initialize `input_ptr` to the first element and `input_end` the address 645 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); [all...] |
test-simulator-cond-rd-operand-imm16-t32.cc | 477 Register input_end = scratch_registers.Acquire(); local 480 // Initialize `input_ptr` to the first element and `input_end` the address 483 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); 517 __ Cmp(input_ptr, input_end);
|
test-simulator-cond-rd-operand-rn-a32.cc | 655 Register input_end = scratch_registers.Acquire(); local 658 // Initialize `input_ptr` to the first element and `input_end` the address 661 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); 697 __ Cmp(input_ptr, input_end); [all...] |
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 734 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 734 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc | 1028 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc | 1028 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc | 1038 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc | 1038 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-shift-rs-a32.cc | 1732 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-shift-rs-t32.cc | 1720 Register input_end = scratch_registers.Acquire(); local [all...] |
test-simulator-cond-rd-operand-rn-t32.cc | 655 Register input_end = scratch_registers.Acquire(); local 658 // Initialize `input_ptr` to the first element and `input_end` the address 661 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride)); 697 __ Cmp(input_ptr, input_end); [all...] |
test-simulator-cond-rd-rn-a32.cc | 1368 Register input_end = scratch_registers.Acquire(); local [all...] |