Home
last modified time | relevance | path

Searched refs:pout (Results 1 – 25 of 54) sorted by relevance

123

/third_party/libsnd/src/ALAC/
Ddp_dec.c61 int32_t * pout ; in unpc_block() local
121 pout = out + j - 1 ; in unpc_block()
123 ib0 = top - pout [0] ; in unpc_block()
124 ib1 = top - pout [-1] ; in unpc_block()
125 ib2 = top - pout [-2] ; in unpc_block()
126 ib3 = top - pout [-3] ; in unpc_block()
209 pout = out + j - 1 ; in unpc_block()
211 b0 = top - (*pout--) ; in unpc_block()
212 b1 = top - (*pout--) ; in unpc_block()
213 b2 = top - (*pout--) ; in unpc_block()
[all …]
/third_party/popt/src/
Dpoptint.c89 char * pout = dstr; in strdup_locale_from_utf8() local
98 *pout = '\0'; in strdup_locale_from_utf8()
99 err = iconv(cd, &pin, &ib, &pout, &ob); in strdup_locale_from_utf8()
110 { size_t used = (size_t)(pout - dstr); in strdup_locale_from_utf8()
114 pout = dstr + used; in strdup_locale_from_utf8()
127 *pout = '\0'; in strdup_locale_from_utf8()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_enc_mips32.c331 [pa]"+r"(pa), [pout]"+r"(pout)
348 uint32_t* pout, int size) { in AddVector_MIPS32() argument
354 ADD_TO_OUT(0, 4, 8, 12, 1, pa, pb, pout) in AddVector_MIPS32()
356 for (i = end; i < size; ++i) pout[i] = pa[i] + pb[i]; in AddVector_MIPS32()
359 static void AddVectorEq_MIPS32(const uint32_t* pa, uint32_t* pout, int size) { in AddVectorEq_MIPS32() argument
365 ADD_TO_OUT(0, 4, 8, 12, 0, pa, pout, pout) in AddVectorEq_MIPS32()
367 for (i = end; i < size; ++i) pout[i] += pa[i]; in AddVectorEq_MIPS32()
/third_party/ffmpeg/libavcodec/ppc/
Dfft_init.c58 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec() local
112 re = pout[o*2];\ in imdct_half_altivec()
113 im = pout[o*2+1];\ in imdct_half_altivec()
121 pout[2*j] = vec_perm(a, d, vcprm(0,s3,1,s2)); in imdct_half_altivec()
122 pout[2*j+1] = vec_perm(a, d, vcprm(2,s1,3,s0)); in imdct_half_altivec()
123 pout[2*k] = vec_perm(c, b, vcprm(0,s3,1,s2)); in imdct_half_altivec()
124 pout[2*k+1] = vec_perm(c, b, vcprm(2,s1,3,s0)); in imdct_half_altivec()
/third_party/openssl/crypto/rand/
Dprov_seed.c16 unsigned char **pout, int entropy, in ossl_rand_get_entropy() argument
34 *pout = ossl_rand_pool_detach(pool); in ossl_rand_get_entropy()
48 unsigned char **pout, size_t min_len, size_t max_len, in ossl_rand_get_nonce() argument
66 *pout = ossl_rand_pool_detach(pool); in ossl_rand_get_nonce()
/third_party/node/deps/openssl/openssl/crypto/rand/
Dprov_seed.c16 unsigned char **pout, int entropy, in ossl_rand_get_entropy() argument
34 *pout = ossl_rand_pool_detach(pool); in ossl_rand_get_entropy()
48 unsigned char **pout, size_t min_len, size_t max_len, in ossl_rand_get_nonce() argument
66 *pout = ossl_rand_pool_detach(pool); in ossl_rand_get_nonce()
/third_party/openssl/providers/common/
Dprovider_seeding.c47 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument
53 pout, entropy, min_len, max_len); in ossl_prov_get_entropy()
63 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument
69 return c_get_nonce(ossl_prov_ctx_get0_handle(prov_ctx), pout, in ossl_prov_get_nonce()
/third_party/node/deps/openssl/openssl/providers/common/
Dprovider_seeding.c47 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_entropy() argument
53 pout, entropy, min_len, max_len); in ossl_prov_get_entropy()
63 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout, in ossl_prov_get_nonce() argument
69 return c_get_nonce(ossl_prov_ctx_get0_handle(prov_ctx), pout, in ossl_prov_get_nonce()
/third_party/ffmpeg/libavdevice/
Dfbdev_enc.c104 uint8_t *pin, *pout; in fbdev_write_packet() local
132 pout = fbdev->data + in fbdev_write_packet()
149 pout += bytes_per_pixel * fbdev->xoffset; in fbdev_write_packet()
166 pout += fbdev->yoffset * fbdev->fixinfo.line_length; in fbdev_write_packet()
171 memcpy(pout, pin, bytes_to_copy); in fbdev_write_packet()
172 pout += fbdev->fixinfo.line_length; in fbdev_write_packet()
Dfbdev_dec.c157 uint8_t *pin, *pout; in fbdev_read_packet() local
194 pout = pkt->data; in fbdev_read_packet()
197 memcpy(pout, pin, fbdev->frame_linesize); in fbdev_read_packet()
199 pout += fbdev->frame_linesize; in fbdev_read_packet()
/third_party/openssl/doc/internal/man3/
Dossl_rand_get_entropy.pod14 unsigned char **pout, int entropy,
19 unsigned char **pout, size_t min_len,
29 bytes. The buffer address is stored in I<*pout> and the buffer length is
41 most I<max_len> bytes. The buffer address is stored in I<*pout> and the
51 in I<*pout> or 0 on error.
/third_party/ffmpeg/libavfilter/
Dvf_rotate.c362 static av_always_inline void copy_elem(uint8_t *pout, const uint8_t *pin, int elem_size) in copy_elem() argument
367 *pout = *pin; in copy_elem()
370 *((uint16_t *)pout) = *((uint16_t *)pin); in copy_elem()
374 AV_WB24(pout, v); in copy_elem()
377 *((uint32_t *)pout) = *((uint32_t *)pin); in copy_elem()
380 memcpy(pout, pin, elem_size); in copy_elem()
460 uint8_t *pin, *pout; in filter_slice() local
467 pout = out->data[plane] + j * out->linesize[plane] + i * rot->draw.pixelstep[plane]; in filter_slice()
479 *pout = *pin; in filter_slice()
483 AV_WL16(pout, v); in filter_slice()
[all …]
Dvf_alphamerge.c65 uint8_t *pin, *pout; in do_alphamerge() local
68 pout = main_buf->data[0] + y * main_buf->linesize[0] + s->rgba_map[A]; in do_alphamerge()
70 *pout = *pin; in do_alphamerge()
72 pout += 4; in do_alphamerge()
/third_party/openssl/ohos_lite/include/crypto/
Drand.h46 unsigned char **pout,
52 unsigned char **pout,
57 size_t rand_drbg_get_additional_data(RAND_POOL *pool, unsigned char **pout);
/third_party/openssl/providers/implementations/include/prov/
Dseeding.h33 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout,
37 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout,
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
Dseeding.h33 size_t ossl_prov_get_entropy(PROV_CTX *prov_ctx, unsigned char **pout,
37 size_t ossl_prov_get_nonce(PROV_CTX *prov_ctx, unsigned char **pout,
/third_party/openssl/providers/implementations/rands/
Ddrbg.c144 size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, in ossl_drbg_get_seed() argument
183 *pout = buffer; in ossl_drbg_get_seed()
194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() argument
203 return ossl_crngt_get_entropy(drbg, pout, entropy, min_len, max_len, in get_entropy()
206 return ossl_prov_get_entropy(drbg->provctx, pout, entropy, min_len, in get_entropy()
241 bytes = drbg->parent_get_seed(drbg->parent, pout, drbg->strength, in get_entropy()
312 static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, in prov_drbg_get_nonce() argument
336 *pout = buf; in prov_drbg_get_nonce()
348 return ossl_prov_get_nonce(drbg->provctx, pout, min_len, max_len, in prov_drbg_get_nonce()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
Ddrbg.c144 size_t ossl_drbg_get_seed(void *vdrbg, unsigned char **pout, in ossl_drbg_get_seed() argument
183 *pout = buffer; in ossl_drbg_get_seed()
194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() argument
203 return ossl_crngt_get_entropy(drbg, pout, entropy, min_len, max_len, in get_entropy()
206 return ossl_prov_get_entropy(drbg->provctx, pout, entropy, min_len, in get_entropy()
241 bytes = drbg->parent_get_seed(drbg->parent, pout, drbg->strength, in get_entropy()
312 static size_t prov_drbg_get_nonce(PROV_DRBG *drbg, unsigned char **pout, in prov_drbg_get_nonce() argument
336 *pout = buf; in prov_drbg_get_nonce()
348 return ossl_prov_get_nonce(drbg->provctx, pout, min_len, max_len, in prov_drbg_get_nonce()
/third_party/node/deps/openssl/openssl/include/crypto/
Drand.h112 unsigned char **pout, int entropy,
117 unsigned char **pout, size_t min_len, size_t max_len,
/third_party/openssl/include/crypto/
Drand.h112 unsigned char **pout, int entropy,
117 unsigned char **pout, size_t min_len, size_t max_len,
/third_party/python/Lib/idlelib/
Dpercolator.py96 pout = p.removefilter
101 (pin if var1.get() else pout)(t1)
103 (pin if var2.get() else pout)(t2)
/third_party/openssl/ohos_lite/include/openssl/
Drand_drbg.h107 unsigned char **pout,
113 typedef size_t (*RAND_DRBG_get_nonce_fn)(RAND_DRBG *drbg, unsigned char **pout,
/third_party/node/deps/openssl/openssl/crypto/ec/
Decdh_ossl.c49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
132 *pout = buf; in ossl_ecdh_simple_compute_key()
/third_party/openssl/crypto/ec/
Decdh_ossl.c49 int ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, in ossl_ecdh_simple_compute_key() argument
132 *pout = buf; in ossl_ecdh_simple_compute_key()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c205 g##type *pout = buf_out; \
211 *pout++ = *po - *pb++ * (*po - *pin++); \
222 gint16 *pout = buf_out; in output_overlap_s16() local
228 *pout++ = *po - ((*pb++ * (*po - *pin++)) >> 16); in output_overlap_s16()
478 gint8 *pout; in gst_scaletempo_transform() local
488 pout = (gint8 *) omap.data; in gst_scaletempo_transform()
503 st->output_overlap (st, pout, bytes_off); in gst_scaletempo_transform()
505 memcpy (pout + st->bytes_overlap, in gst_scaletempo_transform()
507 pout += st->bytes_stride; in gst_scaletempo_transform()

123