/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | vcgt.ll | 2 ; RUN: llc < %s -mtriple=arm-eabi -mattr=+neon | FileCheck %s --check-prefixes=CHECK,ALLOC 6 ; ALLOC-LABEL: vcgts8: 7 ; ALLOC: @ %bb.0: 8 ; ALLOC-NEXT: vldr d16, [r1] 9 ; ALLOC-NEXT: vldr d17, [r0] 10 ; ALLOC-NEXT: vcgt.s8 d16, d17, d16 11 ; ALLOC-NEXT: vmov r0, r1, d16 12 ; ALLOC-NEXT: mov pc, lr 29 ; ALLOC-LABEL: vcgts16: 30 ; ALLOC: @ %bb.0: [all …]
|
/external/libbrillo/brillo/dbus/ |
D | data_serialization.h | 467 template <typename T, typename ALLOC> 469 ::dbus::MessageWriter* writer, const std::vector<T, ALLOC>& value) { 481 template <typename T, typename ALLOC> 484 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/llvm-project/mlir/test/Dialect/Linalg/ |
D | forward-vector-transfers.mlir | 7 // CHECK: %[[ALLOC:.*]] = alloc 25 // CHECK: %[[ALLOC:.*]] = alloc 44 // CHECK: %[[ALLOC:.*]] = alloc 63 // CHECK: %[[ALLOC:.*]] = alloc 83 // CHECK: %[[ALLOC:.*]] = alloc 101 // CHECK: %[[ALLOC:.*]] = alloc 124 // CHECK: %[[ALLOC:.*]] = alloc 126 // CHECK: vector.transfer_read %[[ALLOC]] 146 // CHECK: %[[ALLOC:.*]] = alloc 147 // CHECK: vector.transfer_write %[[ARG0]], %[[ALLOC]]
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | remove-section-in-segment.test | 21 # RUN: llvm-readelf --sections %t.alloc | FileCheck %s --check-prefix=ALLOC-SHDRS 22 # RUN: od -t x1 -N 16 -j 120 %t.alloc | FileCheck %s --check-prefix=ALLOC-BYTES 24 # ALLOC-SHDRS-NOT: shf_alloc 25 # ALLOC-BYTES: 00 00 00 00 55 66 77 88
|
D | set-section-flags.test | 6 # RUN: llvm-readobj --sections %t.alloc | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,WRITE 48 …m-readobj --sections %t.alloc_ro_strings | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,STRINGS 52 # RUN: llvm-readobj --sections %t.alloc_code | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,EXE… 64 # RUN: llvm-objcopy --set-section-flags=.foo=ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTENT… 65 # RUN: --set-section-flags=.baz=ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTENTS,MERGE,STR… 66 # RUN: --set-section-flags=.rela.baz=ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTENTS,MERG… 67 # RUN: llvm-readobj --sections %t.upper | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M… 73 # RUN: llvm-readobj --sections %t.mixed | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M… 95 # ALLOC-NEXT: SHF_ALLOC (0x2) 107 # ALLOC-NEXT: SHF_ALLOC (0x2) [all …]
|
D | rename-section-flag.test | 6 # RUN: llvm-readobj --sections %t.alloc | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,WRITE 47 …m-readobj --sections %t.alloc_ro_strings | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,STRINGS 50 # RUN: llvm-readobj --sections %t.alloc_code | FileCheck %s --check-prefixes=CHECK,NOBITS,ALLOC,EXE… 56 # RUN: llvm-objcopy --rename-section=.foo=.bar,ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTE… 57 # RUN: --rename-section=.baz=.blah,ALLOC,LOAD,NOLOAD,READONLY,DEBUG,CODE,DATA,ROM,CONTENTS,MERGE,… 58 # RUN: llvm-readobj --sections %t.upper | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M… 63 # RUN: llvm-readobj --sections %t.mixed | FileCheck %s --check-prefixes=CHECK,PROGBITS,ALLOC,EXEC,M… 83 # ALLOC-NEXT: SHF_ALLOC (0x2) 95 # ALLOC-NEXT: SHF_ALLOC (0x2)
|
/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 | 287 ALLOC(scratch, N, celt_sig); in deemphasis() 388 ALLOC(freq, N, celt_sig); /**< Interleaved signal MDCTs */ in celt_synthesis() 491 ALLOC( lp_pitch_buf, DECODE_BUFFER_SIZE>>1, opus_val16 ); in celt_plc_pitch_search() 558 ALLOC(X, C*N, celt_norm); /**< Interleaved normalised MDCTs */ in celt_decode_lost() 617 ALLOC(etmp, overlap, opus_val32); in celt_decode_lost() 618 ALLOC(_exc, MAX_PERIOD+LPC_ORDER, opus_val16); in celt_decode_lost() 619 ALLOC(fir_tmp, exc_length, opus_val16); in celt_decode_lost() 1012 ALLOC(tf_res, nbEBands, int); 1020 ALLOC(cap, nbEBands, int); 1024 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 …]
|
/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_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()
|
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()
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-retcon-alloca.ll | 35 ; CHECK-NEXT: [[ALLOC:%.*]] = tail call i8* @allocate(i32 %n) 37 ; CHECK-NEXT: store i8* [[ALLOC]], i8** [[T1]], align 8 38 …bitcast ({ i8*, i8*, i32 } (i8*, i1)* @f.resume.0 to i8*), i8* undef, i32 undef }, i8* [[ALLOC]], 1 46 ; CHECK-NEXT: [[ALLOC:%.*]] = load i8*, i8** [[T1]], align 8 47 ; CHECK-NEXT: tail call void @deallocate(i8* [[ALLOC]]) 80 ; CHECK-NEXT: [[ALLOC:%.*]] = alloca i8, i64 [[T0]], align 8 81 ; CHECK-NEXT: call void @use(i8* nonnull [[ALLOC]]) 95 ; CHECK-NEXT: [[ALLOC:%.*]] = alloca i8, i64 [[T0]], align 8 96 ; CHECK-NEXT: call void @use(i8* nonnull [[ALLOC]]) 143 ; CHECK-NEXT: [[ALLOC:%.*]] = alloca i8, i64 [[T0]], align 8 [all …]
|
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/ |
D | convert-dynamic-memref-ops.mlir | 2 … mlir-opt -convert-std-to-llvm='use-aligned-alloc=1' %s | FileCheck %s --check-prefix=ALIGNED-ALLOC 133 // ALIGNED-ALLOC-LABEL: func @stdlib_aligned_alloc({{.*}}) -> !llvm.struct<(ptr<float>, ptr<float>,… 135 // ALIGNED-ALLOC-NEXT: %[[sz1:.*]] = llvm.mlir.constant(32 : index) : !llvm.i64 136 // ALIGNED-ALLOC-NEXT: %[[sz2:.*]] = llvm.mlir.constant(18 : index) : !llvm.i64 137 // ALIGNED-ALLOC-NEXT: %[[one:.*]] = llvm.mlir.constant(1 : index) : !llvm.i64 138 // ALIGNED-ALLOC-NEXT: %[[num_elems:.*]] = llvm.mlir.constant(576 : index) : !llvm.i64 139 // ALIGNED-ALLOC-NEXT: %[[null:.*]] = llvm.mlir.null : !llvm.ptr<float> 140 // ALIGNED-ALLOC-NEXT: %[[gep:.*]] = llvm.getelementptr %[[null]][%[[num_elems]]] : (!llvm.ptr<flo… 141 // ALIGNED-ALLOC-NEXT: %[[bytes:.*]] = llvm.ptrtoint %[[gep]] : !llvm.ptr<float> to !llvm.i64 142 // ALIGNED-ALLOC-NEXT: %[[alignment:.*]] = llvm.mlir.constant(32 : index) : !llvm.i64 [all …]
|
/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/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/llvm-project/llvm/test/Transforms/Attributor/ |
D | memory_locations.ll | 511 ; IS__TUNIT____-NEXT: [[ALLOC:%.*]] = alloca i8, align 1 514 …* noalias nocapture nofree noundef nonnull writeonly dereferenceable(1) [[ALLOC]], i1 noundef fals… 515 ; IS__TUNIT____-NEXT: [[R:%.*]] = load i8, i8* [[ALLOC]], align 1 524 ; IS__CGSCC____-NEXT: [[ALLOC:%.*]] = alloca i8, align 1 527 …* noalias nocapture nofree noundef nonnull writeonly dereferenceable(1) [[ALLOC]], i1 noundef fals… 528 ; IS__CGSCC____-NEXT: [[R:%.*]] = load i8, i8* [[ALLOC]], align 1 549 ; IS__TUNIT____-NEXT: [[ALLOC:%.*]] = alloca i8, align 1 552 …* noalias nocapture nofree noundef nonnull writeonly dereferenceable(1) [[ALLOC]], i1 noundef fals… 553 ; IS__TUNIT____-NEXT: [[R:%.*]] = load i8, i8* [[ALLOC]], align 1 562 ; IS__CGSCC____-NEXT: [[ALLOC:%.*]] = alloca i8, align 1 [all …]
|
/external/mksh/src/ |
D | var.c | 473 if ((vq->flag&ALLOC)) { in setstr() 491 vq->val.s = aresizeif(cursz, (vq->flag & ALLOC) ? in setstr() 494 vq->flag |= ALLOC; in setstr() 644 if (!(vq->flag & INTEGER) && (vq->flag & ALLOC)) { in setint_n() 645 vq->flag &= ~ALLOC; in setint_n() 743 char *cp = (vp->flag & ALLOC) ? vp->val.s : NULL; in exportprep() 747 vp->flag |= ALLOC; in exportprep() 929 if (tmp->flag & ALLOC) in vtypeset() 977 free_me = (t->flag & ALLOC) ? t->val.s : in vtypeset() 980 t->flag &= ~ALLOC; in vtypeset() [all …]
|