/third_party/grpc/src/core/lib/gpr/ |
D | string.cc | 227 const size_t out_length = str_length > length ? str_length : length; in gpr_leftpad() local 228 char* out = static_cast<char*>(gpr_malloc(out_length + 1)); in gpr_leftpad() 229 memset(out, flag, out_length - str_length); in gpr_leftpad() 230 memcpy(out + out_length - str_length, str, str_length); in gpr_leftpad() 231 out[out_length] = 0; in gpr_leftpad() 242 size_t out_length = 0; in gpr_strjoin_sep() local 246 out_length += strlen(strs[i]); in gpr_strjoin_sep() 248 out_length += 1; /* null terminator */ in gpr_strjoin_sep() 250 out_length += sep_len * (nstrs - 1); /* separators */ in gpr_strjoin_sep() 252 out = static_cast<char*>(gpr_malloc(out_length)); in gpr_strjoin_sep() [all …]
|
/third_party/grpc/src/core/lib/slice/ |
D | percent_encoding.cc | 94 size_t out_length = 0; in grpc_strict_percent_decode_slice() local 101 out_length++; in grpc_strict_percent_decode_slice() 105 out_length++; in grpc_strict_percent_decode_slice() 115 *slice_out = GRPC_SLICE_MALLOC(out_length); in grpc_strict_percent_decode_slice() 132 size_t out_length = 0; in grpc_permissive_percent_decode_slice() local 138 out_length++; in grpc_permissive_percent_decode_slice() 141 out_length++; in grpc_permissive_percent_decode_slice() 146 out_length++; in grpc_permissive_percent_decode_slice() 153 grpc_slice out = GRPC_SLICE_MALLOC(out_length); in grpc_permissive_percent_decode_slice()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/timeouts/ |
D | blocking_udp_client.cpp | 99 boost::system::error_code* out_error, std::size_t* out_length) in handle_receive() argument 102 *out_length = length; in handle_receive()
|
/third_party/boost/libs/asio/example/cpp03/timeouts/ |
D | blocking_udp_client.cpp | 98 boost::system::error_code* out_ec, std::size_t* out_length) in handle_receive() argument 101 *out_length = length; in handle_receive()
|
/third_party/boost/libs/asio/example/cpp11/timeouts/ |
D | blocking_udp_client.cpp | 99 boost::system::error_code* out_error, std::size_t* out_length) in handle_receive() argument 102 *out_length = length; in handle_receive()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/timeouts/ |
D | blocking_udp_client.cpp | 98 boost::system::error_code* out_ec, std::size_t* out_length) in handle_receive() argument 101 *out_length = length; in handle_receive()
|
/third_party/boost/boost/interprocess/sync/windows/ |
D | sync_utils.hpp | 44 …bytes_to_str(const void *mem, const std::size_t mem_length, char *out_str, std::size_t &out_length) in bytes_to_str() argument 47 if(out_length < need_mem){ in bytes_to_str() 48 out_length = need_mem; in bytes_to_str()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/ |
D | trees.c | 1040 ulg out_length = (ulg)s->last_lit*8L; local 1044 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1047 out_length >>= 3; 1049 s->last_lit, in_length, out_length, 1050 100L - out_length*100L/in_length)); 1051 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/third_party/libwebsockets/win32port/zlib/ |
D | trees.c | 1052 ulg out_length = (ulg)s->last_lit*8L; local 1056 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1059 out_length >>= 3; 1061 s->last_lit, in_length, out_length, 1062 100L - out_length*100L/in_length)); 1063 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/ |
D | trees.c | 1040 ulg out_length = (ulg)s->last_lit*8L; local 1044 out_length += (ulg)s->dyn_dtree[dcode].Freq * 1047 out_length >>= 3; 1049 s->last_lit, in_length, out_length, 1050 100L - out_length*100L/in_length)); 1051 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|
/third_party/ffmpeg/libavcodec/ |
D | hapenc.c | 55 static int compress_texture(AVCodecContext *avctx, uint8_t *out, int out_length, const AVFrame *f) in compress_texture() argument 60 if (ctx->tex_size > out_length) in compress_texture()
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.h | 130 size_t pa_resampler_request(pa_resampler *r, size_t out_length);
|
D | resampler.c | 503 size_t pa_resampler_request(pa_resampler *r, size_t out_length) { in pa_resampler_request() argument 515 …return ((((uint64_t) ((out_length + r->o_fz-1) / r->o_fz) * r->i_ss.rate) + r->o_ss.rate-1) / r->o… in pa_resampler_request()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | map.c | 69 size_t* out_length) { in table_key() argument 80 *out_length = RSTRING_LEN(key); in table_key() 90 *out_length = native_slot_size(self->key_type); in table_key()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.h | 355 unsigned int *out_length /* OUT */);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.h | 423 unsigned int *out_length /* OUT */);
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout.h | 423 unsigned int *out_length /* OUT */);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 3951 unsigned *out_length) in iris_compute_sbe_urb_read_interval() argument 4012 *out_length = DIV_ROUND_UP(last_read_slot - first_slot + 1, 2); in iris_compute_sbe_urb_read_interval()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 37854 - unsigned int *out_length /* OUT */);
|