/third_party/ffmpeg/libavfilter/ |
H A D | vf_telecine.c | 168 int i, len, ret = 0, nout = 0; in filter_frame() local 185 av_frame_make_writable(s->frame[nout]); in filter_frame() 188 av_image_copy_plane(s->frame[nout]->data[i] + s->frame[nout]->linesize[i] * s->first_field, in filter_frame() 189 s->frame[nout]->linesize[i] * 2, in filter_frame() 195 av_image_copy_plane(s->frame[nout]->data[i] + s->frame[nout]->linesize[i] * !s->first_field, in filter_frame() 196 s->frame[nout]->linesize[i] * 2, in filter_frame() 202 s->frame[nout]->interlaced_frame = 1; in filter_frame() 203 s->frame[nout] in filter_frame() [all...] |
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | libftest.c | 32 int idx, nout, i; in ft_dumpiov() local 36 nout = 0; in ft_dumpiov() 51 ++nout; in ft_dumpiov() 54 if (nout > 10) { in ft_dumpiov() 103 int idx, nout, i; in ft_dumpbuf() local 106 nout = 0; in ft_dumpbuf() 118 ++nout; in ft_dumpbuf() 120 if (nout > 10) { in ft_dumpbuf()
|
/third_party/node/deps/base64/base64/bin/ |
H A D | base64.c | 302 size_t nread, nout; in encode() local 312 base64_stream_encode(&state, buf->raw, nread, buf->enc, &nout); in encode() 315 if (write_wrapped(config, buf->enc, nout) == false) { in encode() 328 base64_stream_encode_final(&state, buf->enc, &nout); in encode() 331 if (write_wrapped(config, buf->enc, nout) == false) { in encode()
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | semi.c | 419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp() argument 424 nout[0] = 0; in test_frexp() 434 nout[0] = 0; in test_frexp() 448 nout[0] = ex - 0x3FE; in test_frexp() 453 nout[0] = ex - 0x3FE; in test_frexp() 457 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf() argument 461 nout[0] = 0; in test_frexpf() 470 nout[0] = 0; in test_frexpf() 481 nout[0] = ex - 0x7E; in test_frexpf() 485 nout[ in test_frexpf() [all...] |
H A D | semi.h | 17 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout); 23 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout);
|
/third_party/lame/libmp3lame/ |
H A D | util.c | 680 int nout, ch = 0; in fill_buffer() local 686 nout = in fill_buffer() 690 *n_out = nout; in fill_buffer() 693 nout = Min(framesize, nsamples); in fill_buffer() 695 memcpy(&mfbuf[ch][mf_size], &in_buffer[ch][0], nout * sizeof(mfbuf[0][0])); in fill_buffer() 697 *n_out = nout; in fill_buffer() 698 *n_in = nout; in fill_buffer()
|
/third_party/ltp/testcases/kernel/mem/vmtests/ |
H A D | stack_space.c | 350 int nout; local 359 nout = 0; 373 ++nout; 375 if (nout > 10) {
|
H A D | data_space.c | 382 int nout; local 391 nout = 0; 405 ++nout; 407 if (nout > 10) {
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.c | 651 vector unsigned char *out, *nout; in yuv2packedX_altivec() local 809 nout = (vector unsigned char *) scratch; in yuv2packedX_altivec() 812 out_abgr(R, G, B, nout); in yuv2packedX_altivec() 815 out_bgra(R, G, B, nout); in yuv2packedX_altivec() 818 out_rgba(R, G, B, nout); in yuv2packedX_altivec() 821 out_argb(R, G, B, nout); in yuv2packedX_altivec() 824 out_rgb24(R, G, B, nout); in yuv2packedX_altivec() 827 out_bgr24(R, G, B, nout); in yuv2packedX_altivec()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 17957 int64_t nout = _mm_popcnt_u64(mprocessed); 17960 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), Wout); 17961 out += nout; 18043 int64_t nout = _mm_popcnt_u64(mprocessed); 18045 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), Wout); 18046 out += nout; 18090 int nout = _mm_popcnt_u32(uint32_t(leading)); 18091 _mm512_mask_storeu_epi16(out, __mmask32((uint64_t(1) << nout) - 1), final); 18092 out += nout; // UTF-8 to UTF-16 is only expansionary in this case. 18094 int nout [all...] |
/third_party/python/Lib/test/ |
H A D | test_ssl.py | 3665 "<<{outdata:r}>> ({nout:d}) received; " 3668 nout=len(outdata), 3694 "<<{outdata:r}>> ({nout:d}) received; " 3697 nout=len(outdata),
|