Home
last modified time | relevance | path

Searched refs:ALLOC (Results 1 – 25 of 38) sorted by relevance

12

/external/speex/libspeex/
Dcb_search.c57 ALLOC(shape, subvect_size, spx_word16_t); in compute_weighted_codebook()
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t); in split_cb_search_shape_sign_N1()
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128); in split_cb_search_shape_sign_N1()
142 ALLOC(E, shape_cb_size>>2, __m128); in split_cb_search_shape_sign_N1()
145 ALLOC(E, shape_cb_size, spx_word32_t); in split_cb_search_shape_sign_N1()
147 ALLOC(t, nsf, spx_word16_t); in split_cb_search_shape_sign_N1()
148 ALLOC(e, nsf, spx_sig_t); in split_cb_search_shape_sign_N1()
231 ALLOC(r2, nsf, spx_word16_t); in split_cb_search_shape_sign_N1()
300 ALLOC(ot2, N, spx_word16_t*); in split_cb_search_shape_sign()
301 ALLOC(nt2, N, spx_word16_t*); in split_cb_search_shape_sign()
[all …]
Dltp_bfin.h166 ALLOC(best_score, N, spx_word32_t); in open_loop_nbest_pitch()
167 ALLOC(best_ener, N, spx_word32_t); in open_loop_nbest_pitch()
168 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch()
169 ALLOC(energy, end-start+2, spx_word32_t); in open_loop_nbest_pitch()
216 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
217 ALLOC(ener16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
Dstack_alloc.h105 #define ALLOC(var, size, type) type var[size] macro
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) macro
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) macro
Dlsp.c247 ALLOC(Q, (m+1), spx_word32_t); in lpc_to_lsp()
248 ALLOC(P, (m+1), spx_word32_t); in lpc_to_lsp()
304 ALLOC(P16, m+1, spx_word16_t); in lpc_to_lsp()
305 ALLOC(Q16, m+1, spx_word16_t); in lpc_to_lsp()
442 ALLOC(xp, (m+1), spx_word32_t*); in lsp_to_lpc()
443 ALLOC(xpmem, (m+1)*(lpcrdr+1+2), spx_word32_t); in lsp_to_lpc()
445 ALLOC(xq, (m+1), spx_word32_t*); in lsp_to_lpc()
446 ALLOC(xqmem, (m+1)*(lpcrdr+1+2), spx_word32_t); in lsp_to_lpc()
455 ALLOC(freqn, lpcrdr, spx_word16_t); in lsp_to_lpc()
536 ALLOC(Wp, 4*m+2, float); in lsp_to_lpc()
[all …]
Dsb_celp.c351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t); in sb_encode()
361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t); in sb_encode()
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t); in sb_encode()
373 ALLOC(lpc, st->lpcSize, spx_coef_t); in sb_encode()
374 ALLOC(interp_lpc, st->lpcSize, spx_coef_t); in sb_encode()
375 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t); in sb_encode()
376 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t); in sb_encode()
378 ALLOC(lsp, st->lpcSize, spx_lsp_t); in sb_encode()
379 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in sb_encode()
380 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t); in sb_encode()
[all …]
Dvq_sse.h43 ALLOC(dist, entries, float); in vq_nbest()
45 ALLOC(in, len, __m128); in vq_nbest()
82 ALLOC(dist, entries, float); in vq_nbest_sign()
84 ALLOC(in, len, __m128); in vq_nbest_sign()
Dltp.c188 ALLOC(corr16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
189 ALLOC(ener16, end-start+1, spx_word16_t); in open_loop_nbest_pitch()
190 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch()
197 ALLOC(energy, end-start+2, spx_word32_t); in open_loop_nbest_pitch()
198 ALLOC(corr, end-start+1, spx_word32_t); in open_loop_nbest_pitch()
203 ALLOC(best_score, N, spx_word32_t); in open_loop_nbest_pitch()
204 ALLOC(best_ener, N, spx_word32_t); in open_loop_nbest_pitch()
381 ALLOC(tmp1, 3*nsf, spx_word16_t); in pitch_gain_search_3tap()
382 ALLOC(e, nsf, spx_word16_t); in pitch_gain_search_3tap()
397 ALLOC(mm, p, spx_mem_t); in pitch_gain_search_3tap()
[all …]
Dfilters_bfin.h93 ALLOC(xy2, (N+1), spx_word32_t); in filter_mem16()
94 ALLOC(numden_a, (2*ord+2), spx_word32_t); in filter_mem16()
235 ALLOC(y, (N+2), spx_word16_t); in iir_mem16()
372 ALLOC(ytmp, N, spx_word16_t); in compute_impulse_response()
442 ALLOC(ytmp, N, spx_word16_t);
Dnb_celp.c284 ALLOC(lpc, st->lpcSize, spx_coef_t); in nb_encode()
285 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t); in nb_encode()
286 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t); in nb_encode()
287 ALLOC(lsp, st->lpcSize, spx_lsp_t); in nb_encode()
288 ALLOC(qlsp, st->lpcSize, spx_lsp_t); in nb_encode()
289 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t); in nb_encode()
290 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t); in nb_encode()
291 ALLOC(interp_lpc, st->lpcSize, spx_coef_t); in nb_encode()
292 ALLOC(interp_qlpc, st->lpcSize, spx_coef_t); in nb_encode()
304 ALLOC(w_sig, st->windowSize, spx_word16_t); in nb_encode()
[all …]
Dcb_search_sse.h60 ALLOC(r, subvect_size, __m128); in compute_weighted_codebook()
61 ALLOC(shape, subvect_size, __m128); in compute_weighted_codebook()
Dltp_sse.h65 ALLOC(x, N, __m128); in pitch_xcorr()
66 ALLOC(y, N+L, __m128); in pitch_xcorr()
Dfilters.c383 ALLOC(mem, ord, spx_mem_t); in syn_percep_zero16()
395 ALLOC(mem, ord, spx_mem_t); in residue_percep_zero16()
412 ALLOC(mem1, ord, spx_mem_t); in compute_impulse_response()
413 ALLOC(mem2, ord, spx_mem_t); in compute_impulse_response()
448 ALLOC(a, M, spx_word16_t); in qmf_decomp()
449 ALLOC(x, N+M-1, spx_word16_t); in qmf_decomp()
489 ALLOC(xx1, M2+N2, spx_word16_t); in qmf_synth()
490 ALLOC(xx2, M2+N2, spx_word16_t); in qmf_synth()
707 ALLOC(iexc, 2*nsf, spx_word16_t); in multicomb()
/external/mksh/src/
Dvar.c420 if ((vq->flag&ALLOC)) { in setstr()
432 vq->flag &= ~(ISSET|ALLOC); in setstr()
440 vq->flag |= ALLOC; in setstr()
573 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) { in setint_n()
574 vq->flag &= ~ALLOC; in setint_n()
673 char *op = (vp->flag&ALLOC) ? vp->val.s : NULL; in exportprep()
681 vp->flag |= ALLOC; in exportprep()
795 if (tmp->flag & ALLOC) in typeset()
843 free_me = (t->flag & ALLOC) ? t->val.s : in typeset()
846 t->flag &= ~ALLOC; in typeset()
[all …]
Dexec.c763 if (tp->flag & ALLOC) { in comexec()
764 tp->flag &= ~ALLOC; in comexec()
1010 if (tp->flag & ALLOC) { in define()
1011 tp->flag &= ~(ISSET|ALLOC); in define()
1022 tp->flag |= (ISSET|ALLOC); in define()
1109 if (tp->flag & ALLOC) { in findcom()
1110 tp->flag &= ~ALLOC; in findcom()
1138 tp->flag |= ISSET|ALLOC; in findcom()
1171 if (tp->flag&ALLOC) { in flushcom()
1172 tp->flag &= ~(ALLOC|ISSET); in flushcom()
Dfuncs.c1119 if (ap->flag&ALLOC) { in c_alias()
1120 ap->flag &= ~(ALLOC|ISSET); in c_alias()
1129 ap->flag |= ALLOC|ISSET; in c_alias()
1184 if (ap->flag&ALLOC) { in c_unalias()
1185 ap->flag &= ~(ALLOC|ISSET); in c_unalias()
1195 if (ap->flag&ALLOC) { in c_unalias()
1196 ap->flag &= ~(ALLOC|ISSET); in c_unalias()
/external/harfbuzz/src/
Dharfbuzz-impl.h85 #define ALLOC(_ptr,_size) \ macro
101 ALLOC(_ptr,(_count)*sizeof(_type))
Dharfbuzz-buffer.c134 if ( ALLOC( buffer, sizeof( HB_BufferRec ) ) ) in hb_buffer_new()
/external/harfbuzz_ng/src/hb-old/
Dharfbuzz-impl.h89 #define ALLOC(_ptr,_size) \ macro
105 ALLOC(_ptr,(_count)*sizeof(_type))
Dharfbuzz-buffer.c134 if ( ALLOC( buffer, sizeof( HB_BufferRec ) ) ) in HB_Buffer_new()
/external/qemu/distrib/zlib-1.2.3/
Dgzio.c43 #define ALLOC(size) malloc(size) macro
108 s = (gz_stream *)ALLOC(sizeof(gz_stream));
127 s->path = (char*)ALLOC(strlen(path)+1);
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
165 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
790 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
834 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
1006 s->msg = (char*)ALLOC(strlen(s->path) + strlen(m) + 3);
/external/dropbear/libtommath/mtest/
Dmpi.c289 ALLOC(mp) = prec; in mp_init_size()
319 ALLOC(mp) = USED(from); in mp_init_copy()
355 if(ALLOC(to) >= USED(from)) { in mp_copy()
356 s_mp_setz(DIGITS(to) + USED(from), ALLOC(to) - USED(from)); in mp_copy()
367 s_mp_setz(DIGITS(to), ALLOC(to)); in mp_copy()
373 ALLOC(to) = USED(from); in mp_copy()
429 s_mp_setz(DIGITS(mp), ALLOC(mp)); in mp_clear()
436 ALLOC(mp) = 0; in mp_clear()
468 s_mp_setz(DIGITS(mp), ALLOC(mp)); in mp_zero()
2656 if(min > ALLOC(mp)) { in s_mp_grow()
[all …]
Dmpi.h58 #define ALLOC(MP) ((MP)->alloc) macro
/external/zlib/src/contrib/minizip/
Dzip.c61 #ifndef ALLOC
62 # define ALLOC(size) (malloc(size)) macro
193 ALLOC(sizeof(linkedlist_datablock_internal)); in allocate_new_datablock()
497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir()
560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in zip64local_SearchCentralDir64()
801 pziinit->globalcomment = (char*)ALLOC(size_comment+1); in LoadCentralDirectoryRecord()
815 void* buf_read = (void*)ALLOC(buf_size); in LoadCentralDirectoryRecord()
883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal)); in zipOpen3()
1136 …zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFre… in zipOpenNewFileInZip4_64()
1965 pNewHeader = (char*)ALLOC(*dataLen); in zipRemoveExtraInfoBlock()
Dunzip.c111 #ifndef ALLOC
112 # define ALLOC(size) (malloc(size)) macro
430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir()
498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4); in unz64local_SearchCentralDir64()
755 s=(unz64_s*)ALLOC(sizeof(unz64_s)); in unzOpenInternal()
1500 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s)); in unzOpenCurrentFile3()
1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE); in unzOpenCurrentFile3()
/external/clang/test/CodeGenObjC/
Darc.m109 // CHECK-NEXT: [[ALLOC:%.*]] = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
138 // CHECK-NEXT: [[ALLOC:%.*]] = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
175 // CHECK-NEXT: [[ALLOC:%.*]] = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend
176 // CHECK-NEXT: [[ALLOC:%.*]] = bitcast
180 // CHECK-NEXT: [[ALLOC:%.*]] = bitcast
181 ….*]] = call i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*, i32)*)(i8* [[ALLOC]],

12