Searched refs:output_end (Results 1 – 9 of 9) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | bin_decoder.cc | 109 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial() 115 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial() 129 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial() 133 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial() 144 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial() 190 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode() 237 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
|
D | bin_decoder.h | 32 uint8_t* output_end; member
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | bin_decoder.cc | 109 if (ctx->input_cur > ctx->input_end || ctx->output_cur > ctx->output_end) { in grpc_base64_decode_partial() 115 ctx->output_end >= ctx->output_cur + 3) { in grpc_base64_decode_partial() 129 if (ctx->input_cur[2] == '=' && ctx->output_end >= ctx->output_cur + 1) { in grpc_base64_decode_partial() 133 } else if (ctx->output_end >= ctx->output_cur + 2) { in grpc_base64_decode_partial() 144 if (ctx->output_end >= ctx->output_cur + tail_xtra[input_tail]) { in grpc_base64_decode_partial() 190 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode() 237 ctx.output_end = GRPC_SLICE_END_PTR(output); in grpc_chttp2_base64_decode_with_length()
|
D | bin_decoder.h | 32 uint8_t* output_end; member
|
/external/mesa3d/src/intel/dev/ |
D | gen_debug.c | 156 void *output = _output, *output_end = _output + output_size; in intel_debug_write_identifiers() local 172 output_end - (output + sizeof(driver_desc)), in intel_debug_write_identifiers() 197 assert(output < output_end); in intel_debug_write_identifiers() 207 assert(output < output_end); in intel_debug_write_identifiers()
|
/external/pcre/dist2/src/ |
D | pcre2_convert.c | 371 PCRE2_SPTR output_end; /* output end */ member 389 if (out->output < out->output_end) in convert_glob_write() 406 PCRE2_SPTR output_end = out->output_end; in convert_glob_write_str() local 413 if (output < output_end) in convert_glob_write_str() 820 out.output_end = use_buffer + use_length; in convert_glob()
|
/external/tensorflow/tensorflow/lite/micro/examples/network_tester/ |
D | README.md | 46 "data":"0x06,0x08,0x0e,0x10" }] output_end` 51 "data_address": "0x111111", "data":"0x06,0x08,0x0e,0x10" }] output_end`
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | adb_wrapper.py | 643 output_end = output.rfind('%') 644 if output_end < 0: 646 output_end = len(output) 649 status = int(output[output_end + 1:]) 654 output = output[:output_end]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | maxpooling_op.cc | 1009 const int64 output_end = limit * output_size_per_batch; in launch() local 1011 output_end - output_start); in launch() 1022 CHECK(grad_out_index >= output_start && grad_out_index < output_end) in launch() 1024 << output_start << ", " << output_end; in launch()
|