HomeSort by relevance Sort by last modified time
    Searched defs:input_end (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
bin_decoder.h 30 uint8_t* input_end; member in struct:grpc_base64_decode_context
37 /* base64 decode a grpc_base64_decode_context util either input_end is reached
38 or output_end is reached. When input_end is reached, (input_end - input_cur)
bin_decoder.cc 109 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) {
114 while (ctx->input_end >= ctx->input_cur + 4 &&
125 input_tail = static_cast<size_t>(ctx->input_end - ctx->input_cur);
177 uint8_t* input_end = GRPC_SLICE_END_PTR(input); local
178 if (*(--input_end) == '=') {
180 if (*(--input_end) == '=') {
188 ctx.input_end = GRPC_SLICE_END_PTR(input);
235 ctx.input_end = GRPC_SLICE_END_PTR(input);
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils.h 217 // input_start and input_end simultaneously.
255 int32 input_end = index; local
256 val = indices(input_end, 0);
258 ++input_end;
259 if (input_end >= num_total) {
262 val = indices(input_end, 0);
264 return input_end - input_start - 1;
  /external/v8/src/compiler/
branch-elimination.cc 181 auto input_end = inputs.end(); local
182 for (; input_it != input_end; ++input_it) {
  /external/tensorflow/tensorflow/examples/speech_commands/
test_streaming_accuracy.cc 251 const float* input_end = input_start + clip_duration_samples; local
252 std::copy(input_start, input_end, audio_data_tensor.flat<float>().data());
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.h 103 const byte** input_end);
169 Register input_end() { return x25; } function in class:v8::internal::RegExpMacroAssemblerARM64
  /external/v8/src/regexp/
regexp-macro-assembler.cc 163 const byte** input_start, const byte** input_end) {
209 intptr_t byte_length = *input_end - *input_start;
211 *input_end = *input_start + byte_length;
262 const byte* input_end = input_start + byte_length; local
267 input_end,
280 const byte* input_end,
292 const byte* input_start, const byte* input_end, int* output,
296 int result = fn.Call(input, start_offset, input_start, input_end, output,
  /external/vixl/test/aarch32/
test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc 1429 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc 1429 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-memop-immediate-512-a32.cc 3396 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-memop-immediate-8192-a32.cc 3396 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-memop-rs-a32.cc 3408 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to31-a32.cc 3404 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-memop-rs-shift-amount-1to32-a32.cc 3404 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-operand-const-a32.cc 503 Register input_end = scratch_registers.Acquire(); local
506 // Initialize `input_ptr` to the first element and `input_end` the address
509 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
543 __ Cmp(input_ptr, input_end);
test-simulator-cond-rd-operand-const-t32.cc 618 Register input_end = scratch_registers.Acquire(); local
621 // Initialize `input_ptr` to the first element and `input_end` the address
624 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
658 __ Cmp(input_ptr, input_end);
    [all...]
test-simulator-cond-rd-operand-imm16-t32.cc 456 Register input_end = scratch_registers.Acquire(); local
459 // Initialize `input_ptr` to the first element and `input_end` the address
462 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
496 __ Cmp(input_ptr, input_end);
test-simulator-cond-rd-operand-rn-a32.cc 540 Register input_end = scratch_registers.Acquire(); local
543 // Initialize `input_ptr` to the first element and `input_end` the address
546 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
582 __ Cmp(input_ptr, input_end);
test-simulator-cond-rd-operand-rn-ror-amount-a32.cc 605 Register input_end = scratch_registers.Acquire(); local
608 // Initialize `input_ptr` to the first element and `input_end` the address
611 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
647 __ Cmp(input_ptr, input_end);
    [all...]
test-simulator-cond-rd-operand-rn-ror-amount-t32.cc 605 Register input_end = scratch_registers.Acquire(); local
608 // Initialize `input_ptr` to the first element and `input_end` the address
611 __ Add(input_end, input_ptr, static_cast<uint32_t>(input_stride));
647 __ Cmp(input_ptr, input_end);
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to31-a32.cc 899 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to31-t32.cc 899 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to32-a32.cc 909 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-operand-rn-shift-amount-1to32-t32.cc 909 Register input_end = scratch_registers.Acquire(); local
    [all...]
test-simulator-cond-rd-operand-rn-shift-rs-a32.cc 1107 Register input_end = scratch_registers.Acquire(); local
    [all...]

Completed in 983 milliseconds

1 2 3