/third_party/node/deps/v8/src/bigint/ |
D | tostring.cc | 549 void ProcessorImpl::ToString(char* out, int* out_length, Digits X, int radix, in ToString() argument 552 ToStringImpl(out, out_length, X, radix, sign, use_fast_algorithm); in ToString() 556 void ProcessorImpl::ToStringImpl(char* out, int* out_length, Digits X, in ToStringImpl() argument 559 for (int i = 0; i < *out_length; i++) out[i] = kStringZapValue; in ToStringImpl() 561 ToStringFormatter formatter(X, radix, sign, out, *out_length, this); in ToStringImpl() 577 *out_length -= excess; in ToStringImpl() 580 Status Processor::ToString(char* out, int* out_length, Digits X, int radix, in ToString() argument 583 impl->ToString(out, out_length, X, radix, sign); in ToString()
|
D | bigint-internal.h | 67 void ToString(char* out, int* out_length, Digits X, int radix, bool sign); 68 void ToStringImpl(char* out, int* out_length, Digits X, int radix, bool sign,
|
D | bigint.h | 299 Status ToString(char* out, int* out_length, Digits X, int radix, bool sign);
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.c | 543 size_t pa_resampler_request(pa_resampler *r, size_t out_length) { in pa_resampler_request() argument 546 if (!r || out_length == 0) in pa_resampler_request() 547 return out_length; in pa_resampler_request() 550 out_length = out_length / r->o_fz; in pa_resampler_request() 556 in_length = (out_length - 1) * r->i_ss.rate / r->o_ss.rate + 1; in pa_resampler_request() 563 size_t out_length; in pa_resampler_result() local 592 out_length = in_length * r->o_ss.rate / r->i_ss.rate; in pa_resampler_result() 593 if ((double)in_length * (double)r->o_ss.rate / (double)r->i_ss.rate - out_length > 0) in pa_resampler_result() 594 out_length++; in pa_resampler_result() 596 …o_ss.rate > 0 && (double)in_length * (double)r->o_ss.rate / (double)r->i_ss.rate - out_length <= 0) in pa_resampler_result() [all …]
|
D | resampler.h | 140 size_t pa_resampler_request(pa_resampler *r, size_t out_length);
|
/third_party/cups-filters/filter/ |
D | imagetopdf.c | 531 int out_length; /* Length of output buffer */ in outImage() local 583 out_length = (xc1 - xc0 + 1) * abs(colorspace) + out_offset; in outImage() 584 out_offset = out_length & 3; in outImage() 586 out_ascii85(row, out_length, y == yc1); in outImage() 589 memcpy(row, row + out_length - out_offset, out_offset); in outImage() 596 out_length = (xc1 - xc0 + 1) * abs(colorspace); in outImage() 599 out_hex(row, out_length, y == yc1); in outImage() 601 out_bin(row, out_length, y == yc1); in outImage()
|
/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/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/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/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout.h | 423 unsigned int *out_length /* OUT */);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 4106 unsigned *out_length) in iris_compute_sbe_urb_read_interval() argument 4167 *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 */);
|