Home
last modified time | relevance | path

Searched refs:pout (Results 1 - 25 of 47) sorted by relevance

12

/third_party/libsnd/src/ALAC/
H A 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/
H A Dpoptint.c90 char * pout = dstr; in strdup_locale_from_utf8() local
101 *pout = '\0'; in strdup_locale_from_utf8()
102 err = iconv(cd, &pin, &ib, &pout, &ob); in strdup_locale_from_utf8()
113 { size_t used = (size_t)(pout - dstr); in strdup_locale_from_utf8()
122 pout = dstr + used; in strdup_locale_from_utf8()
134 *pout = '\0'; in strdup_locale_from_utf8()
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Dprov_seed.c16 unsigned char **pout, int entropy, in ossl_rand_get_entropy()
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()
66 *pout = ossl_rand_pool_detach(pool); in ossl_rand_get_nonce()
15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument
47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
/third_party/openssl/crypto/rand/
H A Dprov_seed.c16 unsigned char **pout, int entropy, in ossl_rand_get_entropy()
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()
66 *pout = ossl_rand_pool_detach(pool); in ossl_rand_get_nonce()
15 ossl_rand_get_entropy(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, int entropy, size_t min_len, size_t max_len) ossl_rand_get_entropy() argument
47 ossl_rand_get_nonce(ossl_unused const OSSL_CORE_HANDLE *handle, unsigned char **pout, size_t min_len, size_t max_len, const void *salt, size_t salt_len) ossl_rand_get_nonce() argument
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c331 [pa]"+r"(pa), [pout]"+r"(pout)
348 uint32_t* pout, int size) { in AddVector_MIPS32()
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() local
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() local
347 AddVector_MIPS32(const uint32_t* pa, const uint32_t* pb, uint32_t* pout, int size) AddVector_MIPS32() argument
/third_party/ffmpeg/libavcodec/ppc/
H A Dfft_init.c59 vec_f *pout = (vec_f*)(output+n4); in imdct_half_altivec() local
113 re = pout[o*2];\ in imdct_half_altivec()
114 im = pout[o*2+1];\ in imdct_half_altivec()
122 pout[2*j] = vec_perm(a, d, vcprm(0,s3,1,s2)); in imdct_half_altivec()
123 pout[2*j+1] = vec_perm(a, d, vcprm(2,s1,3,s0)); in imdct_half_altivec()
124 pout[2*k] = vec_perm(c, b, vcprm(0,s3,1,s2)); in imdct_half_altivec()
125 pout[2*k+1] = vec_perm(c, b, vcprm(2,s1,3,s0)); in imdct_half_altivec()
/third_party/node/deps/openssl/openssl/providers/common/
H A 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/openssl/providers/common/
H A 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/
H A Dfbdev_enc.c104 uint8_t *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()
H A Dfbdev_dec.c156 uint8_t *pin, *pout; in fbdev_read_packet() local
193 pout = pkt->data; in fbdev_read_packet()
196 memcpy(pout, pin, fbdev->frame_linesize); in fbdev_read_packet()
198 pout += fbdev->frame_linesize; in fbdev_read_packet()
/third_party/openssl/ohos_lite/include/crypto/
H A 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/ffmpeg/libavfilter/
H A 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()
H A Dvf_rotate.c356 static av_always_inline void copy_elem(uint8_t *pout, const uint8_t *pin, int elem_size) in copy_elem() argument
361 *pout = *pin; in copy_elem()
364 *((uint16_t *)pout) = *((uint16_t *)pin); in copy_elem()
368 AV_WB24(pout, v); in copy_elem()
371 *((uint32_t *)pout) = *((uint32_t *)pin); in copy_elem()
374 memcpy(pout, pin, elem_size); in copy_elem()
454 uint8_t *pin, *pout; in filter_slice() local
461 pout = out->data[plane] + j * out->linesize[plane] + i * rot->draw.pixelstep[plane]; in filter_slice()
473 *pout = *pin; in filter_slice()
477 AV_WL16(pout, in filter_slice()
[all...]
/third_party/backends/japi/
H A DScanIt.java355 PrintWriter pout = new PrintWriter(out); in write()
356 BufferedWriter bout = new BufferedWriter(pout); in write()
365 pout.print("P6\n# SANE data follows\n" + in write()
376 pout.print("P5\n# SANE data follows\n" + in write()
387 pout.flush(); in write()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Drand.h112 unsigned char **pout, int entropy,
117 unsigned char **pout, size_t min_len, size_t max_len,
/third_party/openssl/include/crypto/
H A Drand.h112 unsigned char **pout, int entropy,
117 unsigned char **pout, size_t min_len, size_t max_len,
/third_party/python/Lib/idlelib/
H A Dpercolator.py96 pout = p.removefilter
101 (pin if var1.get() else pout)(t1)
103 (pin if var2.get() else pout)(t2)
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A 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()
H A Dcrngt.c103 unsigned char **pout, in ossl_crngt_get_entropy()
181 *pout = ent; in ossl_crngt_get_entropy()
102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
H A Dseed_src.c177 static size_t seed_get_seed(void *vseed, unsigned char **pout, in seed_get_seed() argument
206 *pout = p; in seed_get_seed()
/third_party/openssl/providers/implementations/rands/
H A 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()
H A Dcrngt.c103 unsigned char **pout, in ossl_crngt_get_entropy()
181 *pout = ent; in ossl_crngt_get_entropy()
102 ossl_crngt_get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, size_t min_len, size_t max_len, int prediction_resistance) ossl_crngt_get_entropy() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A 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/
H A 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/ohos_lite/include/openssl/
H A Drand_drbg.h107 unsigned char **pout,
113 typedef size_t (*RAND_DRBG_get_nonce_fn)(RAND_DRBG *drbg, unsigned char **pout,

Completed in 13 milliseconds

12