Home
last modified time | relevance | path

Searched refs:tmpbuf (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/pulseaudio/speex/tmv/
H A Dkiss_fftr_tm.h56 register int * restrict tmpbuf; in kiss_fftr() local
61 tmpbuf = (int*)st->tmpbuf; in kiss_fftr()
66 TMDEBUG_ALIGNMEM(tmpbuf); in kiss_fftr()
69 kiss_fft(st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf); in kiss_fftr()
73 tdcr = sround(st->tmpbuf[0].r * (32767/2)); in kiss_fftr()
74 tdci = sround(st->tmpbuf[0].i * (32767/2)); in kiss_fftr()
88 fpk = ld32x(tmpbuf,k); in kiss_fftr()
90 fpnk = ld32x(tmpbuf,i); in kiss_fftr()
114 register int * restrict tmpbuf; in kiss_fftri() local
168 register kiss_fft_cpx * restrict tmpbuf, * restrict tw; kiss_fftr() local
205 register kiss_fft_cpx * restrict tmpbuf, * restrict tw; kiss_fftri() local
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A Dkiss_fftr.c25 kiss_fft_cpx * tmpbuf; member
58 st->tmpbuf = (kiss_fft_cpx *) (((char *) st->substate) + subsize); in kiss_fftr_alloc()
59 st->super_twiddles = st->tmpbuf + nfft; in kiss_fftr_alloc()
94 kiss_fft( st->substate , (const kiss_fft_cpx*)timedata, st->tmpbuf ); in kiss_fftr()
95 /* The real part of the DC element of the frequency spectrum in st->tmpbuf in kiss_fftr()
105 tdc.r = st->tmpbuf[0].r; in kiss_fftr()
106 tdc.i = st->tmpbuf[0].i; in kiss_fftr()
119 fpk = st->tmpbuf[k]; in kiss_fftr()
120 fpnk.r = st->tmpbuf[ncfft-k].r; in kiss_fftr()
121 fpnk.i = - st->tmpbuf[ncff in kiss_fftr()
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_getnameinfo.c282 char tmpbuf[4096]; in lookup_service() local
302 memset(tmpbuf, 0, sizeof(tmpbuf)); in lookup_service()
304 if (getservbyport_r(port, proto, &se, (void *)tmpbuf, sizeof(tmpbuf), in lookup_service()
309 sep = getservbyport_r(port, proto, &se, (void *)tmpbuf, sizeof(tmpbuf)); in lookup_service()
311 if (getservbyport_r(port, proto, &se, (void *)tmpbuf) != 0) { in lookup_service()
332 snprintf(tmpbuf, sizeof(tmpbuf), " in lookup_service()
357 char tmpbuf[IF_NAMESIZE + 2]; append_scopeid() local
[all...]
/third_party/elfutils/src/
H A Darlib.c61 char tmpbuf[sizeof (ar_hdr.ar_date) + 1]; in arlib_init() local
62 int s = snprintf (tmpbuf, sizeof (tmpbuf), "%-*lld", in arlib_init()
66 memcpy (ar_hdr.ar_date, tmpbuf, s); in arlib_init()
113 char tmpbuf[sizeof (((struct ar_hdr *) NULL)->ar_size) + 1]; in arlib_finalize() local
127 int s = snprintf (tmpbuf, sizeof (tmpbuf), "%-*" PRIu32 "", in arlib_finalize()
130 memcpy (&((struct ar_hdr *) symtab.longnames)->ar_size, tmpbuf, s); in arlib_finalize()
174 memcpy (&((struct ar_hdr *) symtab.symsoff)->ar_size, tmpbuf, in arlib_finalize()
175 snprintf (tmpbuf, sizeo in arlib_finalize()
[all...]
/third_party/node/deps/openssl/openssl/crypto/ct/
H A Dct_vfy.c31 unsigned char tmpbuf[12]; in sct_ctx_update() local
52 p = tmpbuf; in sct_ctx_update()
58 if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf)) in sct_ctx_update()
76 p = tmpbuf; in sct_ctx_update()
79 if (!EVP_DigestUpdate(ctx, tmpbuf, 3)) in sct_ctx_update()
85 p = tmpbuf; in sct_ctx_update()
87 if (!EVP_DigestUpdate(ctx, tmpbuf, 2)) in sct_ctx_update()
/third_party/openssl/crypto/ct/
H A Dct_vfy.c31 unsigned char tmpbuf[12]; in sct_ctx_update() local
52 p = tmpbuf; in sct_ctx_update()
58 if (!EVP_DigestUpdate(ctx, tmpbuf, p - tmpbuf)) in sct_ctx_update()
76 p = tmpbuf; in sct_ctx_update()
79 if (!EVP_DigestUpdate(ctx, tmpbuf, 3)) in sct_ctx_update()
85 p = tmpbuf; in sct_ctx_update()
87 if (!EVP_DigestUpdate(ctx, tmpbuf, 2)) in sct_ctx_update()
/third_party/elfutils/libcpu/
H A Di386_data.h185 char tmpbuf[sizeof ("-0x1234(%rr,%rr)")]; in general_mod$r_m() local
188 n = snprintf (tmpbuf, sizeof (tmpbuf), "0x%" PRIx16, disp); in general_mod$r_m()
193 n = snprintf (tmpbuf, sizeof (tmpbuf), "%s0x%" PRIx16, in general_mod$r_m()
197 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%b%c,%%%ci)", in general_mod$r_m()
200 n += snprintf (tmpbuf + n, sizeof (tmpbuf) - n, "(%%%s)", in general_mod$r_m()
207 memcpy (&bufp[*bufcntp], tmpbuf, in general_mod$r_m()
227 char tmpbuf[sizeof ("-0x12345678(%rrrr)")]; general_mod$r_m() local
301 char tmpbuf[sizeof ("-0x12345678(%rrrr,%rrrr,N)")]; general_mod$r_m() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_edgedetect.c53 uint8_t *tmpbuf; member
134 plane->tmpbuf = av_malloc(plane->width * plane->height); in config_props()
137 if (!plane->tmpbuf || !plane->gradients || !plane->directions) in config_props()
179 uint8_t *tmpbuf = plane->tmpbuf; in filter_frame() local
195 tmpbuf, width, in filter_frame()
202 tmpbuf, width); in filter_frame()
206 memset(tmpbuf, 0, width * height); in filter_frame()
208 tmpbuf, width, in filter_frame()
216 tmpbuf, widt in filter_frame()
[all...]
H A Dvf_blurdetect.c63 uint8_t *tmpbuf; member
110 s->tmpbuf = av_malloc(bufsize); in blurdetect_config_input()
117 if (!s->tmpbuf || !s->filterbuf || !s->gradients || !s->directions || !s->blks) in blurdetect_config_input()
264 uint8_t *tmpbuf = s->tmpbuf; in blurdetect_filter_frame() local
295 memset(tmpbuf, 0, inw * inh); in blurdetect_filter_frame()
296 ff_non_maximum_suppression(w, h, tmpbuf, w, directions, w, gradients, w); in blurdetect_filter_frame()
301 tmpbuf, w, tmpbuf, w); in blurdetect_filter_frame()
304 tmpbuf, in blurdetect_filter_frame()
[all...]
/third_party/libuv/src/unix/
H A Dos390-syscalls.c451 char* tmpbuf; in os390_readlink() local
454 tmpbuf = uv__malloc(len + 1); in os390_readlink()
455 if (tmpbuf == NULL) { in os390_readlink()
460 rlen = readlink(path, tmpbuf, len); in os390_readlink()
462 uv__free(tmpbuf); in os390_readlink()
466 if (rlen < 3 || strncmp("/$", tmpbuf, 2) != 0) { in os390_readlink()
468 memcpy(buf, tmpbuf, rlen); in os390_readlink()
469 uv__free(tmpbuf); in os390_readlink()
477 tmpbuf[rlen] = '\0'; in os390_readlink()
478 delimiter = strchr(tmpbuf in os390_readlink()
[all...]
/third_party/node/deps/uv/src/unix/
H A Dos390-syscalls.c451 char* tmpbuf; in os390_readlink() local
454 tmpbuf = uv__malloc(len + 1); in os390_readlink()
455 if (tmpbuf == NULL) { in os390_readlink()
460 rlen = readlink(path, tmpbuf, len); in os390_readlink()
462 uv__free(tmpbuf); in os390_readlink()
466 if (rlen < 3 || strncmp("/$", tmpbuf, 2) != 0) { in os390_readlink()
468 memcpy(buf, tmpbuf, rlen); in os390_readlink()
469 uv__free(tmpbuf); in os390_readlink()
477 tmpbuf[rlen] = '\0'; in os390_readlink()
478 delimiter = strchr(tmpbuf in os390_readlink()
[all...]
/third_party/elfutils/libasm/
H A Dasm_addsleb128.c56 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; in asm_addsleb128() local
57 char *dest = tmpbuf; in asm_addsleb128()
79 size_t nbytes = dest - tmpbuf; in asm_addsleb128()
87 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes); in asm_addsleb128()
H A Dasm_adduleb128.c56 char tmpbuf[(sizeof (num) * 8 + 6) / 7]; in asm_adduleb128() local
57 char *dest = tmpbuf; in asm_adduleb128()
75 size_t nbytes = dest - tmpbuf; in asm_adduleb128()
83 memcpy (&asmscn->content->data[asmscn->content->len], tmpbuf, nbytes); in asm_adduleb128()
/third_party/f2fs-tools/fsck/
H A Dquotaio_tree.c138 dqbuf_t tmpbuf = getdqbuf(); in remove_free_dqentry() local
143 if (!tmpbuf) in remove_free_dqentry()
147 read_blk(h, nextblk, tmpbuf); in remove_free_dqentry()
148 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_prev_free = in remove_free_dqentry()
150 write_blk(h, nextblk, tmpbuf); in remove_free_dqentry()
153 read_blk(h, prevblk, tmpbuf); in remove_free_dqentry()
154 ((struct qt_disk_dqdbheader *)tmpbuf)->dqdh_next_free = in remove_free_dqentry()
156 write_blk(h, prevblk, tmpbuf); in remove_free_dqentry()
161 freedqbuf(tmpbuf); in remove_free_dqentry()
171 dqbuf_t tmpbuf in insert_free_dqentry() local
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_ossltest.c700 unsigned char *tmpbuf; in ossltest_aes128_cbc_cipher() local
703 tmpbuf = OPENSSL_malloc(inl); in ossltest_aes128_cbc_cipher()
706 if (tmpbuf == NULL && inl > 0) in ossltest_aes128_cbc_cipher()
710 if (tmpbuf != NULL) in ossltest_aes128_cbc_cipher()
711 memcpy(tmpbuf, in, inl); in ossltest_aes128_cbc_cipher()
717 if (tmpbuf != NULL) in ossltest_aes128_cbc_cipher()
718 memcpy(out, tmpbuf, inl); in ossltest_aes128_cbc_cipher()
719 OPENSSL_free(tmpbuf); in ossltest_aes128_cbc_cipher()
734 unsigned char *tmpbuf = OPENSSL_malloc(inl); in ossltest_aes128_gcm_cipher() local
737 if (tmpbuf in ossltest_aes128_gcm_cipher()
[all...]
/third_party/openssl/engines/
H A De_ossltest.c700 unsigned char *tmpbuf; in ossltest_aes128_cbc_cipher() local
703 tmpbuf = OPENSSL_malloc(inl); in ossltest_aes128_cbc_cipher()
706 if (tmpbuf == NULL && inl > 0) in ossltest_aes128_cbc_cipher()
710 if (tmpbuf != NULL) in ossltest_aes128_cbc_cipher()
711 memcpy(tmpbuf, in, inl); in ossltest_aes128_cbc_cipher()
717 if (tmpbuf != NULL) in ossltest_aes128_cbc_cipher()
718 memcpy(out, tmpbuf, inl); in ossltest_aes128_cbc_cipher()
719 OPENSSL_free(tmpbuf); in ossltest_aes128_cbc_cipher()
734 unsigned char *tmpbuf = OPENSSL_malloc(inl); in ossltest_aes128_gcm_cipher() local
737 if (tmpbuf in ossltest_aes128_gcm_cipher()
[all...]
/third_party/openssl/test/testutil/
H A Dstanza.c43 char tmpbuf[128]; in read_key() local
53 while (BIO_gets(s->fp, tmpbuf, sizeof(tmpbuf))) { in read_key()
55 if (!TEST_int_gt(BIO_puts(s->key, tmpbuf), 0)) in read_key()
57 if (strncmp(tmpbuf, "-----END", 8) == 0) in read_key()
/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp441 compression_working_buffers& tmpbuf in compute_angular_endpoints_1plane()
443 float (&low_value)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf.weight_low_value1; in compute_angular_endpoints_1plane()
444 float (&high_value)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf.weight_high_value1; in compute_angular_endpoints_1plane()
446 float (&low_values)[WEIGHTS_MAX_DECIMATION_MODES][TUNE_MAX_ANGULAR_QUANT + 1] = tmpbuf.weight_low_values1; in compute_angular_endpoints_1plane()
447 float (&high_values)[WEIGHTS_MAX_DECIMATION_MODES][TUNE_MAX_ANGULAR_QUANT + 1] = tmpbuf.weight_high_values1; in compute_angular_endpoints_1plane()
510 compression_working_buffers& tmpbuf in compute_angular_endpoints_2planes()
512 float (&low_value1)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf.weight_low_value1; in compute_angular_endpoints_2planes()
513 float (&high_value1)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf.weight_high_value1; in compute_angular_endpoints_2planes()
514 float (&low_value2)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf.weight_low_value2; in compute_angular_endpoints_2planes()
515 float (&high_value2)[WEIGHTS_MAX_BLOCK_MODES] = tmpbuf in compute_angular_endpoints_2planes()
[all...]
H A Dastcenc_compress_symbolic.cpp563 * @param[out] tmpbuf The quantized weights for plane 1.
575 compression_working_buffers& tmpbuf, in compress_symbolic_block_for_partition_1plane()
593 endpoints_and_weights& ei = tmpbuf.ei1; in compress_symbolic_block_for_partition_1plane()
597 float* dec_weights_ideal = tmpbuf.dec_weights_ideal; in compress_symbolic_block_for_partition_1plane()
598 uint8_t* dec_weights_uquant = tmpbuf.dec_weights_uquant; in compress_symbolic_block_for_partition_1plane()
635 privateProfile, only_always, bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_1plane()
637 float* weight_low_value = tmpbuf.weight_low_value1; in compress_symbolic_block_for_partition_1plane()
638 float* weight_high_value = tmpbuf.weight_high_value1; in compress_symbolic_block_for_partition_1plane()
639 int8_t* qwt_bitcounts = tmpbuf.qwt_bitcounts; in compress_symbolic_block_for_partition_1plane()
640 float* qwt_errors = tmpbuf in compress_symbolic_block_for_partition_1plane()
565 compress_symbolic_block_for_partition_1plane( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, bool only_always, float tune_errorval_threshold, unsigned int partition_count, unsigned int partition_index, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_1plane() argument
937 compress_symbolic_block_for_partition_2planes( QualityProfile privateProfile, const astcenc_config& config, const block_size_descriptor& bsd, const image_block& blk, float tune_errorval_threshold, unsigned int plane2_component, symbolic_compressed_block& scb, compression_working_buffers& tmpbuf, int quant_limit ) compress_symbolic_block_for_partition_2planes() argument
1387 compress_block( const astcenc_contexti& ctx, const image_block& blk, uint8_t pcb[16], compression_working_buffers& tmpbuf, bool calQualityEnable, int32_t *mseBlock[RGBA_COM] ) compress_block() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfraps.c55 uint8_t *tmpbuf; member
70 s->tmpbuf = NULL; in decode_init()
109 s->bdsp.bswap_buf((uint32_t *) s->tmpbuf, in fraps2_decode_plane()
112 if ((ret = init_get_bits8(&gb, s->tmpbuf, size)) < 0) in fraps2_decode_plane()
213 av_fast_padded_malloc(&s->tmpbuf, &s->tmpbuf_size, offs[i + 1] - offs[i] - 1024); in decode_frame()
214 if (!s->tmpbuf) in decode_frame()
337 av_freep(&s->tmpbuf); in decode_end()
H A Dsipr16k.c103 float *tmpbuf = buf + LP_FILTER_ORDER_16k; in postfilter() local
110 memcpy(tmpbuf - LP_FILTER_ORDER_16k, mem_preemph, in postfilter()
113 ff_celp_lp_synthesis_filterf(tmpbuf, filt_mem[1], synth, 30, in postfilter()
136 out_data[i] = tmpbuf[i] + s * (synth[i] - tmpbuf[i]); in postfilter()
/third_party/openssl/demos/bio/
H A Dclient-arg.c18 char tmpbuf[1024]; in main() local
98 len = BIO_read(sbio, tmpbuf, 1024); in main()
101 BIO_write(out, tmpbuf, len); in main()
/third_party/node/deps/openssl/openssl/apps/
H A Dasn1parse.c75 unsigned char *tmpbuf; in asn1parse_main() local
230 tmpbuf = str; in asn1parse_main()
241 tmpbuf += j; in asn1parse_main()
244 ctmpbuf = tmpbuf; in asn1parse_main()
261 tmpbuf = at->value.asn1_string->data; in asn1parse_main()
264 str = tmpbuf; in asn1parse_main()
/third_party/openssl/apps/
H A Dasn1parse.c75 unsigned char *tmpbuf; in asn1parse_main() local
233 tmpbuf = str; in asn1parse_main()
244 tmpbuf += j; in asn1parse_main()
247 ctmpbuf = tmpbuf; in asn1parse_main()
264 tmpbuf = at->value.asn1_string->data; in asn1parse_main()
267 str = tmpbuf; in asn1parse_main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c763 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local
773 tmpbuf[i] = NULL; _tmpbuf[i] = NULL; in tjEncodeYUVPlanes()
842 tmpbuf[i] = in tjEncodeYUVPlanes()
844 if (!tmpbuf[i]) in tjEncodeYUVPlanes()
850 tmpbuf[i][row] = &_tmpbuf_aligned[ in tjEncodeYUVPlanes()
887 (*cinfo->cconvert->color_convert) (cinfo, &row_pointer[row], tmpbuf, 0, in tjEncodeYUVPlanes()
889 (cinfo->downsample->downsample) (cinfo, tmpbuf, 0, tmpbuf2, 0); in tjEncodeYUVPlanes()
903 free(tmpbuf[i]); in tjEncodeYUVPlanes()
983 JSAMPROW *inbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; in tjCompressFromYUVPlanes() local
989 tmpbuf[ in tjCompressFromYUVPlanes()
1436 JSAMPROW *tmpbuf[MAX_COMPONENTS], *inbuf[MAX_COMPONENTS]; tjDecodeYUVPlanes() local
1626 JSAMPROW *outbuf[MAX_COMPONENTS], *tmpbuf[MAX_COMPONENTS]; tjDecompressToYUVPlanes() local
[all...]

Completed in 17 milliseconds

1234