Searched refs:ALLOC (Results 1 - 25 of 30) sorted by relevance

12

/external/speex/libspeex/
H A Dcb_search.c57 ALLOC(shape, subvect_size, spx_word16_t);
139 ALLOC(resp, shape_cb_size*subvect_size, spx_word16_t);
141 ALLOC(resp2, (shape_cb_size*subvect_size)>>2, __m128);
142 ALLOC(E, shape_cb_size>>2, __m128);
145 ALLOC(E, shape_cb_size, spx_word32_t);
147 ALLOC(t, nsf, spx_word16_t);
148 ALLOC(e, nsf, spx_sig_t);
231 ALLOC(r2, nsf, spx_word16_t);
300 ALLOC(ot2, N, spx_word16_t*);
301 ALLOC(nt
[all...]
H A Dstack_alloc.h78 * @def ALLOC(var, size, type)
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
H A Dltp_bfin.h166 ALLOC(best_score, N, spx_word32_t);
167 ALLOC(best_ener, N, spx_word32_t);
168 ALLOC(corr, end-start+1, spx_word32_t);
169 ALLOC(energy, end-start+2, spx_word32_t);
216 ALLOC(corr16, end-start+1, spx_word16_t);
217 ALLOC(ener16, end-start+1, spx_word16_t);
H A Dvq_sse.h43 ALLOC(dist, entries, float);
45 ALLOC(in, len, __m128);
82 ALLOC(dist, entries, float);
84 ALLOC(in, len, __m128);
H A Dcb_search_sse.h60 ALLOC(r, subvect_size, __m128);
61 ALLOC(shape, subvect_size, __m128);
H A Dltp_sse.h65 ALLOC(x, N, __m128);
66 ALLOC(y, N+L, __m128);
H A Dfilters_bfin.h93 ALLOC(xy2, (N+1), spx_word32_t);
94 ALLOC(numden_a, (2*ord+2), spx_word32_t);
235 ALLOC(y, (N+2), spx_word16_t);
372 ALLOC(ytmp, N, spx_word16_t);
442 ALLOC(ytmp, N, spx_word16_t);
H A Dlsp.c247 ALLOC(Q, (m+1), spx_word32_t);
248 ALLOC(P, (m+1), spx_word32_t);
304 ALLOC(P16, m+1, spx_word16_t);
305 ALLOC(Q16, m+1, spx_word16_t);
442 ALLOC(xp, (m+1), spx_word32_t*);
443 ALLOC(xpmem, (m+1)*(lpcrdr+1+2), spx_word32_t);
445 ALLOC(xq, (m+1), spx_word32_t*);
446 ALLOC(xqmem, (m+1)*(lpcrdr+1+2), spx_word32_t);
455 ALLOC(freqn, lpcrdr, spx_word16_t);
536 ALLOC(W
[all...]
H A Dsb_celp.c351 ALLOC(low_innov_rms, st->nbSubframes, spx_word16_t);
361 ALLOC(low_pi_gain, st->nbSubframes, spx_word32_t);
362 ALLOC(low_exc_rms, st->nbSubframes, spx_word16_t);
373 ALLOC(lpc, st->lpcSize, spx_coef_t);
374 ALLOC(interp_lpc, st->lpcSize, spx_coef_t);
375 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t);
376 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t);
378 ALLOC(lsp, st->lpcSize, spx_lsp_t);
379 ALLOC(qlsp, st->lpcSize, spx_lsp_t);
380 ALLOC(interp_ls
[all...]
H A Dltp.c188 ALLOC(corr16, end-start+1, spx_word16_t);
189 ALLOC(ener16, end-start+1, spx_word16_t);
190 ALLOC(corr, end-start+1, spx_word32_t);
197 ALLOC(energy, end-start+2, spx_word32_t);
198 ALLOC(corr, end-start+1, spx_word32_t);
203 ALLOC(best_score, N, spx_word32_t);
204 ALLOC(best_ener, N, spx_word32_t);
381 ALLOC(tmp1, 3*nsf, spx_word16_t);
382 ALLOC(e, nsf, spx_word16_t);
397 ALLOC(m
[all...]
H A Dnb_celp.c284 ALLOC(lpc, st->lpcSize, spx_coef_t);
285 ALLOC(bw_lpc1, st->lpcSize, spx_coef_t);
286 ALLOC(bw_lpc2, st->lpcSize, spx_coef_t);
287 ALLOC(lsp, st->lpcSize, spx_lsp_t);
288 ALLOC(qlsp, st->lpcSize, spx_lsp_t);
289 ALLOC(interp_lsp, st->lpcSize, spx_lsp_t);
290 ALLOC(interp_qlsp, st->lpcSize, spx_lsp_t);
291 ALLOC(interp_lpc, st->lpcSize, spx_coef_t);
292 ALLOC(interp_qlpc, st->lpcSize, spx_coef_t);
304 ALLOC(w_si
[all...]
H A Dfilters.c383 ALLOC(mem, ord, spx_mem_t);
395 ALLOC(mem, ord, spx_mem_t);
412 ALLOC(mem1, ord, spx_mem_t);
413 ALLOC(mem2, ord, spx_mem_t);
448 ALLOC(a, M, spx_word16_t);
449 ALLOC(x, N+M-1, spx_word16_t);
489 ALLOC(xx1, M2+N2, spx_word16_t);
490 ALLOC(xx2, M2+N2, spx_word16_t);
707 ALLOC(iexc, 2*nsf, spx_word16_t);
/external/harfbuzz/src/
H A Dharfbuzz-impl.h85 #define ALLOC(_ptr,_size) \ macro
101 ALLOC(_ptr,(_count)*sizeof(_type))
H A Dharfbuzz-buffer.c134 if ( ALLOC( buffer, sizeof( HB_BufferRec ) ) )
H A Dharfbuzz-gdef.c64 if ( ALLOC( gdef, sizeof( *gdef ) ) )
H A Dharfbuzz-open.c1299 if ( ALLOC( *device, sizeof(HB_Device)) )
/external/mksh/src/
H A Dvar.c419 if ((vq->flag&ALLOC)) {
428 vq->flag &= ~(ISSET|ALLOC);
436 vq->flag |= ALLOC;
570 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) {
571 vq->flag &= ~ALLOC;
665 char *op = (vp->flag&ALLOC) ? vp->val.s : NULL;
671 vp->flag |= ALLOC;
783 if (tmp->flag & ALLOC)
831 free_me = (t->flag & ALLOC) ? t->val.s :
834 t->flag &= ~ALLOC;
[all...]
H A Dexec.c751 if (tp->flag & ALLOC) {
752 tp->flag &= ~ALLOC;
998 if (tp->flag & ALLOC) {
999 tp->flag &= ~(ISSET|ALLOC);
1010 tp->flag |= (ISSET|ALLOC);
1097 if (tp->flag & ALLOC) {
1098 tp->flag &= ~ALLOC;
1126 tp->flag |= ISSET|ALLOC;
1159 if (tp->flag&ALLOC) {
1160 tp->flag &= ~(ALLOC|ISSE
[all...]
H A Dfuncs.c1095 if (ap->flag&ALLOC) {
1096 ap->flag &= ~(ALLOC|ISSET);
1105 ap->flag |= ALLOC|ISSET;
1160 if (ap->flag&ALLOC) {
1161 ap->flag &= ~(ALLOC|ISSET);
1171 if (ap->flag&ALLOC) {
1172 ap->flag &= ~(ALLOC|ISSET);
H A Deval.c1626 ap->flag |= DEFINED|ISSET|ALLOC;
/external/qemu/distrib/zlib-1.2.3/
H A 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/
H A Dmpi.c289 ALLOC(mp) = prec;
319 ALLOC(mp) = USED(from);
355 if(ALLOC(to) >= USED(from)) {
356 s_mp_setz(DIGITS(to) + USED(from), ALLOC(to) - USED(from));
367 s_mp_setz(DIGITS(to), ALLOC(to));
373 ALLOC(to) = USED(from);
429 s_mp_setz(DIGITS(mp), ALLOC(mp));
436 ALLOC(mp) = 0;
468 s_mp_setz(DIGITS(mp), ALLOC(mp));
2656 if(min > ALLOC(m
[all...]
H A Dmpi.h58 #define ALLOC(MP) ((MP)->alloc) macro
/external/zlib/src/contrib/minizip/
H A Dunzip.c111 #ifndef ALLOC
112 # define ALLOC(size) (malloc(size)) macro
430 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
498 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
755 s=(unz64_s*)ALLOC(sizeof(unz64_s));
1500 pfile_in_zip_read_info = (file_in_zip64_read_info_s*)ALLOC(sizeof(file_in_zip64_read_info_s));
1504 pfile_in_zip_read_info->read_buffer=(char*)ALLOC(UNZ_BUFSIZE);
H A Dzip.c61 #ifndef ALLOC
62 # define ALLOC(size) (malloc(size)) macro
193 ALLOC(sizeof(linkedlist_datablock_internal));
497 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
560 buf = (unsigned char*)ALLOC(BUFREADCOMMENT+4);
801 pziinit->globalcomment = (char*)ALLOC(size_comment+1);
815 void* buf_read = (void*)ALLOC(buf_size);
883 zi = (zip64_internal*)ALLOC(sizeof(zip64_internal));
1136 zi->ci.central_header = (char*)ALLOC((uInt)zi->ci.size_centralheader + zi->ci.size_centralExtraFree);
1965 pNewHeader = (char*)ALLOC(*dataLe
[all...]

Completed in 456 milliseconds

12