/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | dynamic-alloca.ll | 9 ; CHECK: [[ALLOC:%[0-9]+]]:_(p0) = G_GEP [[SP_TMP]], [[NUMBYTES]] 10 ; CHECK: [[ALIGNED_ALLOC:%[0-9]+]]:_(p0) = G_PTR_MASK [[ALLOC]], 4 12 ; CHECK: [[ALLOC:%[0-9]+]]:_(p0) = COPY [[ALIGNED_ALLOC]] 13 ; CHECK: $x0 = COPY [[ALLOC]] 25 ; CHECK: [[ALLOC:%[0-9]+]]:_(p0) = G_GEP [[SP_TMP]], [[NUMBYTES]] 26 ; CHECK: [[ALIGNED_ALLOC:%[0-9]+]]:_(p0) = G_PTR_MASK [[ALLOC]], 5 28 ; CHECK: [[ALLOC:%[0-9]+]]:_(p0) = COPY [[ALIGNED_ALLOC]] 29 ; CHECK: $x0 = COPY [[ALLOC]] 41 ; CHECK: [[ALLOC:%[0-9]+]]:_(p0) = G_GEP [[SP_TMP]], [[NUMBYTES]] 42 ; CHECK: $sp = COPY [[ALLOC]] [all …]
|
/external/u-boot/doc/uImage.FIT/ |
D | x86-fit-boot.txt | 79 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE 81 CONTENTS, ALLOC, LOAD, READONLY, CODE 83 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 85 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 87 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 89 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 91 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 93 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 95 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA 97 CONTENTS, ALLOC, LOAD, READONLY, DATA [all …]
|
/external/libbrillo/brillo/dbus/ |
D | data_serialization.h | 467 template<typename T, typename ALLOC> 470 const std::vector<T, ALLOC>& value) { 482 template<typename T, typename ALLOC> 484 PopValueFromReader(dbus::MessageReader* reader, std::vector<T, ALLOC>* value) { 507 template<bool inner_type_supported, typename T, typename ALLOC> 514 const std::vector<T, ALLOC>& value) { 518 std::vector<T, ALLOC>* value) { 524 template<typename T, typename ALLOC> 525 struct DBusArrayType<false, T, ALLOC> : public Unsupported {}; 529 template<typename T, typename ALLOC> [all …]
|
/external/speex/libspeexdsp/ |
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
|
/external/libopus/celt/ |
D | stack_alloc.h | 94 #define ALLOC(var, size, type) type var[size] macro 106 # define ALLOC(var, size, type) var = ((type*)_alloca(sizeof(type)*(size))) macro 108 # define ALLOC(var, size, type) var = ((type*)alloca(sizeof(type)*(size))) macro 156 #define ALLOC(var, size, type) var = PUSH(global_stack, size, type) macro
|
D | celt_decoder.c | 281 ALLOC(scratch, N, celt_sig); in deemphasis() 382 ALLOC(freq, N, celt_sig); /**< Interleaved signal MDCTs */ in celt_synthesis() 485 ALLOC( lp_pitch_buf, DECODE_BUFFER_SIZE>>1, opus_val16 ); in celt_plc_pitch_search() 552 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_decode_lost() 611 ALLOC(etmp, overlap, opus_val32); in celt_decode_lost() 612 ALLOC(_exc, MAX_PERIOD+LPC_ORDER, opus_val16); in celt_decode_lost() 613 ALLOC(fir_tmp, exc_length, opus_val16); in celt_decode_lost() 1006 ALLOC(tf_res, nbEBands, int); 1014 ALLOC(cap, nbEBands, int); 1018 ALLOC(offsets, nbEBands, int); [all …]
|
D | celt_encoder.c | 257 ALLOC(tmp, len, opus_val16); in transient_analysis() 605 ALLOC(metric, len, int); in tf_analysis() 606 ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis() 607 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis() 608 ALLOC(path0, len, int); in tf_analysis() 609 ALLOC(path1, len, int); in tf_analysis() 982 ALLOC(follower, C*nbEBands, opus_val16); in dynalloc_analysis() 983 ALLOC(noise_floor, C*nbEBands, opus_val16); in dynalloc_analysis() 1005 ALLOC(mask, nbEBands, opus_val16); in dynalloc_analysis() 1006 ALLOC(sig, nbEBands, opus_val16); in dynalloc_analysis() [all …]
|
D | celt_lpc.c | 103 ALLOC(rnum, ord, opus_val16); in celt_fir_c() 161 ALLOC(rden, ord, opus_val16); in celt_iir() 162 ALLOC(y, N+ord, opus_val16); in celt_iir() 227 ALLOC(xx, n, opus_val16); in _celt_autocorr()
|
D | vq.c | 173 ALLOC(y, N, celt_norm); in op_pvq_search_c() 174 ALLOC(signx, N, int); in op_pvq_search_c() 338 ALLOC(iy, N+3, int); in alg_quant() 369 ALLOC(iy, N, int); in alg_unquant()
|
/external/libopus/silk/ |
D | NLSF_encode.c | 70 ALLOC( err_Q24, psNLSF_CB->nVectors, opus_int32 ); in silk_NLSF_encode() 74 ALLOC( tempIndices1, nSurvivors, opus_int ); in silk_NLSF_encode() 77 ALLOC( RD_Q25, nSurvivors, opus_int32 ); in silk_NLSF_encode() 78 ALLOC( tempIndices2, nSurvivors * MAX_LPC_ORDER, opus_int8 ); in silk_NLSF_encode()
|
D | stereo_LR_to_MS.c | 61 ALLOC( side, frame_length + 2, opus_int16 ); in silk_stereo_LR_to_MS() 77 ALLOC( LP_mid, frame_length, opus_int16 ); in silk_stereo_LR_to_MS() 78 ALLOC( HP_mid, frame_length, opus_int16 ); in silk_stereo_LR_to_MS() 86 ALLOC( LP_side, frame_length, opus_int16 ); in silk_stereo_LR_to_MS() 87 ALLOC( HP_side, frame_length, opus_int16 ); in silk_stereo_LR_to_MS()
|
D | encode_pulses.c | 95 ALLOC( abs_pulses, iter * SHELL_CODEC_FRAME_LENGTH, opus_int ); in silk_encode_pulses() 105 ALLOC( sum_pulses, iter, opus_int ); in silk_encode_pulses() 106 ALLOC( nRshifts, iter, opus_int ); in silk_encode_pulses()
|
D | decode_core.c | 58 ALLOC( sLTP, psDec->ltp_mem_length, opus_int16 ); in silk_decode_core() 59 ALLOC( sLTP_Q15, psDec->ltp_mem_length + psDec->frame_length, opus_int32 ); in silk_decode_core() 60 ALLOC( res_Q14, psDec->subfr_length, opus_int32 ); in silk_decode_core() 61 ALLOC( sLPC_Q14, psDec->subfr_length + MAX_LPC_ORDER, opus_int32 ); in silk_decode_core()
|
D | decode_frame.c | 54 ALLOC( psDecCtrl, 1, silk_decoder_control ); in silk_decode_frame() 64 ALLOC( pulses, (L + SHELL_CODEC_FRAME_LENGTH - 1) & in silk_decode_frame()
|
/external/libopus/silk/fixed/ |
D | pitch_analysis_core_FIX.c | 145 ALLOC( frame_scaled, frame_length, opus_int16 ); in silk_pitch_analysis_core() 156 ALLOC( frame_8kHz_buf, ( Fs_kHz == 8 ) ? 1 : frame_length_8kHz, opus_int16 ); in silk_pitch_analysis_core() 173 ALLOC( frame_4kHz, frame_length_4kHz, opus_int16 ); in silk_pitch_analysis_core() 185 ALLOC( C, nb_subfr * CSTRIDE_8KHZ, opus_int16 ); in silk_pitch_analysis_core() 186 ALLOC( xcorr32, MAX_LAG_4KHZ-MIN_LAG_4KHZ+1, opus_int32 ); in silk_pitch_analysis_core() 279 ALLOC( d_comp, D_COMP_STRIDE, opus_int16 ); in silk_pitch_analysis_core() 495 ALLOC( energies_st3, nb_subfr * nb_cbk_search, silk_pe_stage3_vals ); in silk_pitch_analysis_core() 496 ALLOC( cross_corr_st3, nb_subfr * nb_cbk_search, silk_pe_stage3_vals ); in silk_pitch_analysis_core() 605 ALLOC( scratch_mem, SCRATCH_SIZE, opus_int32 ); in silk_P_Ana_calc_corr_st3() 606 ALLOC( xcorr32, SCRATCH_SIZE, opus_int32 ); in silk_P_Ana_calc_corr_st3() [all …]
|
D | find_pred_coefs_FIX.c | 73 ALLOC( LPC_in_pre, in silk_find_pred_coefs_FIX() 85 ALLOC( xXLTP_Q17, psEnc->sCmn.nb_subfr * LTP_ORDER, opus_int32 ); in silk_find_pred_coefs_FIX() 86 ALLOC( XXLTP_Q17, psEnc->sCmn.nb_subfr * LTP_ORDER * LTP_ORDER, opus_int32 ); in silk_find_pred_coefs_FIX()
|
/external/libjpeg-turbo/ |
D | tjbenchtest.in | 30 ALLOC=0 66 ALLOC=1 118 if [ $ALLOC = 1 ]; then 131 if [ $ALLOC = 1 ]; then 146 if [ $ALLOC = 1 ]; then 159 if [ $ALLOC = 1 ]; then 197 if [ $ALLOC = 1 ]; then 211 if [ $ALLOC = 1 ]; then 228 if [ $ALLOC = 1 ]; then
|
/external/ltp/testcases/kernel/io/disktest/ |
D | defs.h | 71 #define ALLOC(size) HeapAlloc(GetProcessHeap(), 0, size) macro 83 #define ALLOC(size) malloc(size) macro
|
D | main.c | 199 (unsigned char *)ALLOC(data_buffer_size + ALIGNSIZE)) == NULL) { in init_data() 206 (action_t *) ALLOC(sizeof(action_t) * test->args->t_kids)) == in init_data() 217 (void *)ALLOC(test->env->bmp_siz + BMP_OFFSET)) == NULL) { in init_data() 450 if ((pNewTest = (test_ll_t *) ALLOC(sizeof(test_ll_t))) == NULL) { in getNewTest() 460 (child_args_t *) ALLOC(sizeof(child_args_t))) == NULL) { in getNewTest() 467 if ((pNewTest->env = (test_env_t *) ALLOC(sizeof(test_env_t))) == NULL) { in getNewTest() 492 if ((aFilespec = (char *)ALLOC(80)) == NULL) { in run()
|
D | dump.c | 134 if ((ibuff = (char *)ALLOC(ibuff_siz)) == NULL) { in dump_data() 138 if ((obuff = (char *)ALLOC(obuff_siz)) == NULL) { in dump_data() 183 if ((buff = (char *)ALLOC(args->htrsiz * BLK_SIZE)) == NULL) { in do_dump()
|
/external/mksh/src/ |
D | var.c | 465 if ((vq->flag&ALLOC)) { in setstr() 477 vq->flag &= ~(ISSET|ALLOC); in setstr() 485 vq->flag |= ALLOC; in setstr() 634 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) { in setint_n() 635 vq->flag &= ~ALLOC; in setint_n() 734 char *op = (vp->flag&ALLOC) ? vp->val.s : NULL; in exportprep() 740 vp->flag |= ALLOC; in exportprep() 905 if (tmp->flag & ALLOC) in typeset() 953 free_me = (t->flag & ALLOC) ? t->val.s : in typeset() 956 t->flag &= ~ALLOC; in typeset() [all …]
|
/external/libopus/celt/x86/ |
D | vq_sse2.c | 61 ALLOC(y, N+3, celt_norm); in op_pvq_search_sse2() 62 ALLOC(X, N+3, celt_norm); in op_pvq_search_sse2() 63 ALLOC(signy, N+3, float); in op_pvq_search_sse2()
|
/external/libopus/celt/arm/ |
D | celt_fft_ne10.c | 119 ALLOC(buffer, st->nfft, NE10_FFT_CPX_TYPE_T); in opus_fft_neon() 151 ALLOC(buffer, st->nfft, NE10_FFT_CPX_TYPE_T); in opus_ifft_neon()
|
D | celt_mdct_ne10.c | 69 ALLOC(f, N2, kiss_fft_scalar); in clt_mdct_forward_neon() 70 ALLOC(f2, N4, kiss_fft_cpx); in clt_mdct_forward_neon() 180 ALLOC(f, N2, kiss_fft_scalar); in clt_mdct_backward_neon()
|
/external/tensorflow/tensorflow/lite/ |
D | arena_planner.cc | 26 enum Type { ALLOC, DEALLOC } type; enumerator 83 alloc_queue_.push_back({node, tensor, AllocationInfo::ALLOC}); in PlanAllocations() 233 if (alloc_info.type == AllocationInfo::ALLOC) { in CalculateAllocations()
|