/external/speex/libspeex/ |
D | cb_search.c | 57 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 …]
|
D | ltp_bfin.h | 166 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()
|
D | stack_alloc.h | 105 #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
|
D | lsp.c | 247 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 …]
|
D | sb_celp.c | 351 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 …]
|
D | vq_sse.h | 43 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()
|
D | ltp.c | 188 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 …]
|
D | filters_bfin.h | 93 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);
|
D | nb_celp.c | 284 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 …]
|
D | cb_search_sse.h | 60 ALLOC(r, subvect_size, __m128); in compute_weighted_codebook() 61 ALLOC(shape, subvect_size, __m128); in compute_weighted_codebook()
|
D | ltp_sse.h | 65 ALLOC(x, N, __m128); in pitch_xcorr() 66 ALLOC(y, N+L, __m128); in pitch_xcorr()
|
D | filters.c | 383 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/ |
D | var.c | 420 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 …]
|
D | exec.c | 763 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()
|
D | funcs.c | 1119 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/ |
D | harfbuzz-impl.h | 85 #define ALLOC(_ptr,_size) \ macro 101 ALLOC(_ptr,(_count)*sizeof(_type))
|
D | harfbuzz-buffer.c | 134 if ( ALLOC( buffer, sizeof( HB_BufferRec ) ) ) in hb_buffer_new()
|
/external/harfbuzz_ng/src/hb-old/ |
D | harfbuzz-impl.h | 89 #define ALLOC(_ptr,_size) \ macro 105 ALLOC(_ptr,(_count)*sizeof(_type))
|
D | harfbuzz-buffer.c | 134 if ( ALLOC( buffer, sizeof( HB_BufferRec ) ) ) in HB_Buffer_new()
|
/external/qemu/distrib/zlib-1.2.3/ |
D | gzio.c | 43 #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/ |
D | mpi.c | 289 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 …]
|
D | mpi.h | 58 #define ALLOC(MP) ((MP)->alloc) macro
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 61 #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()
|
D | unzip.c | 111 #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/ |
D | arc.m | 109 // 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]],
|