Searched refs:ALLOC (Results 101 - 118 of 118) sorted by relevance

12345

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc348 enum Type { ALLOC, FREE, UPDATE, PASS }; enumerator in enum:testing::TesterThread::Type
394 rnd_.AddType(ALLOC, FLAGS_allocweight, "allocate");
403 case ALLOC: AllocateObject(); break;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc348 enum Type { ALLOC, FREE, UPDATE, PASS }; enumerator in enum:testing::TesterThread::Type
394 rnd_.AddType(ALLOC, FLAGS_allocweight, "allocate");
403 case ALLOC: AllocateObject(); break;
/external/qemu/
H A Dtranslate-all.c386 # define ALLOC(P, SIZE) \ macro
392 # define ALLOC(P, SIZE) \ macro
407 ALLOC(p, sizeof(void *) * L2_SIZE);
419 ALLOC(pd, sizeof(PageDesc) * L2_SIZE);
423 #undef ALLOC macro
/external/mksh/src/
H A Dfuncs.c1130 if (ap->flag&ALLOC) {
1131 ap->flag &= ~(ALLOC|ISSET);
1140 ap->flag |= ALLOC|ISSET;
1195 if (ap->flag&ALLOC) {
1196 ap->flag &= ~(ALLOC|ISSET);
1206 if (ap->flag&ALLOC) {
1207 ap->flag &= ~(ALLOC|ISSET);
H A Deval.c1739 ap->flag |= DEFINED|ISSET|ALLOC;
H A Dsh.h1139 #define ALLOC BIT(0) /* val.s has been allocated */ macro
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_decoder.c207 ALLOC(buf, 2*frame_size, opus_val16);
/external/libopus/src/
H A Dopus_multistream_decoder.c207 ALLOC(buf, 2*frame_size, opus_val16);
/external/chromium_org/third_party/opus/src/celt/
H A Dbands.c555 ALLOC(tmp, N, celt_norm);
582 ALLOC(tmp, N, celt_norm);
1385 ALLOC(_norm, C*(M*eBands[m->nbEBands-1]-norm_offset), celt_norm);
/external/libopus/celt/
H A Dbands.c555 ALLOC(tmp, N, celt_norm);
582 ALLOC(tmp, N, celt_norm);
1385 ALLOC(_norm, C*(M*eBands[m->nbEBands-1]-norm_offset), celt_norm);
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dnoise_shape_analysis_FIX.c264 ALLOC( x_windowed, psEnc->sCmn.shapeWinLength, opus_int16 );
/external/libopus/silk/fixed/
H A Dnoise_shape_analysis_FIX.c264 ALLOC( x_windowed, psEnc->sCmn.shapeWinLength, opus_int16 );
/external/chromium_org/third_party/opus/src/silk/
H A Denc_API.c261 ALLOC( buf, nSamplesFromInputMax, opus_int16 );
/external/libopus/silk/
H A Denc_API.c261 ALLOC( buf, nSamplesFromInputMax, opus_int16 );
/external/chromium_org/third_party/speex/libspeex/
H A Dresample.c895 ALLOC(ystack, ylen, spx_word16_t);
/external/speex/libspeex/
H A Dresample.c905 ALLOC(ystack, ylen, spx_word16_t);
/external/bison/
H A Dmaint.mk541 _xa2 = X([CZ]|N?M)ALLOC
/external/elfutils/0.153/src/
H A Delflint.c2535 NEWFLAG (ALLOC),
3574 ALLOC flag set. */

Completed in 3052 milliseconds

12345