/external/libhevc/common/arm64/ |
D | ihevc_inter_pred_chroma_copy.s | 105 BLE END_LOOPS 118 BLE END_INNER_LOOP_WD_4 149 BLE END_LOOPS 171 BLE END_INNER_LOOP_WD_8 199 BLE END_LOOPS 217 BLE END_INNER_LOOP_WD_16 244 BLE END_LOOPS
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_conv_ergtoamplitudelp.s | 40 BLE ENDIF1_1 66 BLE ENDIF1_2 94 BLE ENDIF1_3 124 BLE ELSE1
|
D | ixheaacd_rescale_subbandsamples.s | 33 BLE ENDRESSCALE 35 BLE ENDRESSCALE 52 BLE ELIF2_1 109 BLE ELIF2_2
|
D | ixheaacd_apply_scale_fac.s | 37 BLE END 55 BLE OFFSET_ZERO 77 BLE SHIFT_LE_ZERO
|
D | ixheaacd_conv_ergtoamplitude.s | 41 BLE ENDIF1_1 69 BLE ENDIF1_2 97 BLE ENDIF1_3
|
D | ixheaacd_enery_calc_per_subband.s | 48 BLE ENDCALC 78 BLE STORE_ZEROES 98 BLE NEG_SHIFT
|
D | ixheaacd_tns_ar_filter_fixed_32x16.s | 98 BLE EXIT 226 BLE EXIT
|
D | ixheaacd_harm_idx_zerotwolp.s | 35 BLE EXIT
|
D | ixheaacd_decorr_filter2.s | 716 BLE DE_COR_NEXT1 795 BLE DE_COR_NEXT2 924 BLE DE_COR_NEXT3 977 BLE DE_COR_NEXT4 1019 BLE DE_COR_NEXT5
|
D | ixheaacd_auto_corr.s | 31 BLE EXIT
|
D | ixheaacd_mps_complex_fft_64_asm.s | 71 BLE EXIT 268 BLE SECOND_LOOP 396 BLE SECOND_LOOP_2 528 BLE SECOND_LOOP_3
|
D | ixheaacd_complex_fft_p2.s | 86 BLE RADIX2 283 BLE SECOND_LOOP 411 BLE SECOND_LOOP_2 543 BLE SECOND_LOOP_3
|
D | ixheaacd_complex_ifft_p2.s | 86 BLE RADIX2 283 BLE SECOND_LOOP 411 BLE SECOND_LOOP_2 543 BLE SECOND_LOOP_3
|
/external/libopus/celt/arm/ |
D | celt_pitch_xcorr_arm_gnu.s | 68 BLE xcorr_kernel_neon_process4 126 BLE xcorr_kernel_neon_process1 314 BLE xcorr_kernel_edsp_done 323 BLE xcorr_kernel_edsp_done 331 BLE xcorr_kernel_edsp_done 339 BLE xcorr_kernel_edsp_done 381 BLE celt_pitch_xcorr_edsp_process1u_loop4_done 416 BLE celt_pitch_xcorr_edsp_done 451 BLE celt_pitch_xcorr_edsp_process2_loop_done 471 BLE celt_pitch_xcorr_edsp_process2_1 [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterHIDReports/ |
D | control.ble_mouse | 10 'BLE HID devices.') 11 CRITERIA = 'Adapter should receive BLE HID events correctly.'
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_apply_scale_factors.s | 61 BLE OFFSET_ZERO 81 BLE SHIFT_LE_ZERO // if shift less than or equal to zero
|
/external/tremolo/Tremolo/ |
D | bitwiseARM.s | 110 BLE look_really_slow 153 BLE look_overrun_next_segment 167 BLE adv_slow @ segment? If so, do it slowly 201 BLE adv_slow_loop 306 BLE read_really_slow 393 BLE read_overrun_next_segment
|
D | dpen.s | 282 BLE dm_duff 413 BLE vbdvva_exit @ exit 434 BLE vbdvva_exit
|
D | mdctLARM.s | 93 BLE unroll_end 161 BLE unroll_over4 193 BLE unroll_over5 233 BLE unroll_over6 416 BLE no_generics
|
D | mdctARM.s | 95 BLE unroll_end 163 BLE unroll_over4 195 BLE unroll_over5 234 BLE unroll_over6 435 BLE no_generics
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaInstrInfo.cpp | 77 case Alpha::BLE: in isAlphaIntCondCode() 200 case Alpha::BGT: return Alpha::BLE; in AlphaRevCondCode() 201 case Alpha::BLE: return Alpha::BGT; in AlphaRevCondCode()
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 252 , const binary_le_impl<value_type> &BLE) { in operator <<() argument 253 char Buffer[sizeof(BLE.Value)]; in operator <<() 255 Buffer, BLE.Value); in operator <<() 256 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 313 , const binary_le_impl<value_type> &BLE) { in operator <<() argument 314 char Buffer[sizeof(BLE.Value)]; in operator <<() 316 Buffer, BLE.Value); in operator <<() 317 OS.write(Buffer, sizeof(BLE.Value)); in operator <<()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.cpp | 249 case MBlaze::BGT: Cond[0].setImm(MBlaze::BLE); return false; in ReverseBranchCondition() 252 case MBlaze::BLE: Cond[0].setImm(MBlaze::BGT); return false; in ReverseBranchCondition()
|
/external/clang/lib/Analysis/ |
D | ThreadSafety.cpp | 1290 if (CXXBoolLiteralExpr *BLE = dyn_cast_or_null<CXXBoolLiteralExpr>(BrE)) in getMutexIDs() local 1291 branch = BLE->getValue(); in getMutexIDs() 1312 } else if (CXXBoolLiteralExpr *BLE = dyn_cast<CXXBoolLiteralExpr>(E)) { in getStaticBooleanValue() local 1313 TCond = BLE->getValue(); in getStaticBooleanValue()
|