/external/arm-trusted-firmware/plat/brcm/board/stingray/driver/ |
D | swreg.c | 57 #define VOL_DIV(vol) (((vol*10000ull)/(14117*98ull)) * 100ull) argument 58 #define STEP_VALUE(vol) \ argument 59 ((((((VOL_DIV(vol)) - A2_VOL_REF) / ONE_STEP_VALUE) & 0xFF) << 8) | 4) 71 #define B0_VOL_DIV(vol) (((vol)*100ull)/156) argument 72 #define B0_STEP_VALUE(vol) \ argument 73 ((((((B0_VOL_DIV(vol)) - B0_VOL_REF) / B0_ONE_STEP_VALUE) \ 84 #define B0_DDR_VDDC_VOL_DIV(vol) ((vol)/1) argument 85 #define B0_DDR_VDDC_STEP_VALUE(vol) \ argument 86 ((((((B0_DDR_VDDC_VOL_DIV(vol)) - B0_VOL_REF) / B0_ONE_STEP_VALUE) \
|
/external/webrtc/modules/audio_device/mac/ |
D | audio_mixer_manager_mac.cc | 226 const Float32 vol = (Float32)(volume / 255.0); in SetSpeakerVolume() local 228 assert(vol <= 1.0 && vol >= 0.0); in SetSpeakerVolume() 238 size = sizeof(vol); in SetSpeakerVolume() 240 _outputDeviceID, &propertyAddress, 0, NULL, size, &vol)); in SetSpeakerVolume() 252 size = sizeof(vol); in SetSpeakerVolume() 254 _outputDeviceID, &propertyAddress, 0, NULL, size, &vol)); in SetSpeakerVolume() 277 Float32 vol = 0; in SpeakerVolume() local 286 size = sizeof(vol); in SpeakerVolume() 288 _outputDeviceID, &propertyAddress, 0, NULL, &size, &vol)); in SpeakerVolume() 291 volume = static_cast<uint32_t>(vol * 255 + 0.5); in SpeakerVolume() [all …]
|
/external/arm-trusted-firmware/plat/hisilicon/hikey/ |
D | hisi_dvfs.c | 37 unsigned int vol[ACPU_OPP_NUM]; member 702 INFO(" - %d: 0x%x\n", i, acpu_dvfs_sram_buf->vol[i]); in acpu_dvfs_set_freq() 713 unsigned int vol[7]; member 740 volt->vol[0] = 0x49; in acpu_dvfs_volt_init() 741 volt->vol[1] = 0x49; in acpu_dvfs_volt_init() 742 volt->vol[2] = 0x50; in acpu_dvfs_volt_init() 743 volt->vol[3] = 0x60; in acpu_dvfs_volt_init() 744 volt->vol[4] = 0x78; in acpu_dvfs_volt_init() 745 volt->vol[5] = 0x78; in acpu_dvfs_volt_init() 746 volt->vol[6] = 0x78; in acpu_dvfs_volt_init() [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAudioManagerTest.java | 130 int vol = 1; in setStreamVolume_shouldSetVolume() local 132 audioManager.setStreamVolume(stream, vol, 0); in setStreamVolume_shouldSetVolume() 133 vol++; in setStreamVolume_shouldSetVolume() 134 if (vol > ShadowAudioManager.DEFAULT_MAX_VOLUME) { in setStreamVolume_shouldSetVolume() 135 vol = 1; in setStreamVolume_shouldSetVolume() 139 vol = 1; in setStreamVolume_shouldSetVolume() 141 assertThat(audioManager.getStreamVolume(stream)).isEqualTo(vol); in setStreamVolume_shouldSetVolume() 142 vol++; in setStreamVolume_shouldSetVolume() 143 if (vol > ShadowAudioManager.DEFAULT_MAX_VOLUME) { in setStreamVolume_shouldSetVolume() 144 vol = 1; in setStreamVolume_shouldSetVolume()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowAudioManager.java | 311 public void setCurrentVolume(int vol) { in setCurrentVolume() argument 312 if (vol > maxVolume) { in setCurrentVolume() 313 vol = maxVolume; in setCurrentVolume() 314 } else if (vol < 0) { in setCurrentVolume() 315 vol = 0; in setCurrentVolume() 317 currentVolume = vol; in setCurrentVolume() 320 public void setMaxVolume(int vol) { in setMaxVolume() argument 321 maxVolume = vol; in setMaxVolume()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.s.dcache.wb.vol.ll | 3 declare void @llvm.amdgcn.s.dcache.wb.vol() #0 11 call void @llvm.amdgcn.s.dcache.wb.vol() 20 call void @llvm.amdgcn.s.dcache.wb.vol()
|
D | llvm.amdgcn.s.dcache.inv.vol.ll | 4 declare void @llvm.amdgcn.s.dcache.inv.vol() #0 13 call void @llvm.amdgcn.s.dcache.inv.vol() 22 call void @llvm.amdgcn.s.dcache.inv.vol()
|
D | llvm.amdgcn.buffer.wbinvl1.vol.ll | 4 declare void @llvm.amdgcn.buffer.wbinvl1.vol() #0 12 call void @llvm.amdgcn.buffer.wbinvl1.vol()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | llvm.amdgcn.s.dcache.wb.vol.ll | 3 declare void @llvm.amdgcn.s.dcache.wb.vol() #0 11 call void @llvm.amdgcn.s.dcache.wb.vol() 20 call void @llvm.amdgcn.s.dcache.wb.vol()
|
D | llvm.amdgcn.s.dcache.inv.vol.ll | 4 declare void @llvm.amdgcn.s.dcache.inv.vol() #0 13 call void @llvm.amdgcn.s.dcache.inv.vol() 22 call void @llvm.amdgcn.s.dcache.inv.vol()
|
D | llvm.amdgcn.buffer.wbinvl1.vol.ll | 4 declare void @llvm.amdgcn.buffer.wbinvl1.vol() #0 13 call void @llvm.amdgcn.buffer.wbinvl1.vol()
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 50 …bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } in intersectVolume() 62 …bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } in intersectVolume() 187 …Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } in minimumOnVolume() 200 …Scalar minimumOnVolume(const Volume2 &vol) { return minimizer.minimumOnObjectVolume(stored, vol); } in minimumOnVolume()
|
/external/clang/test/Sema/ |
D | warn-cast-qual.c | 15 volatile char *vol = 0; in foo() local 16 …char *vol2 = (char *)vol; // expected-warning {{cast from 'volatile char *' to 'char *' drops vola… in foo()
|
/external/adhd/cras/src/server/ |
D | cras_mix_ops.c | 59 size_t count, float vol) in scale_add_clip_s16_le() argument 64 if (vol > MAX_VOLUME_TO_SCALE) in scale_add_clip_s16_le() 68 sum = dst[i] + (int16_t)(src[i] * vol); in scale_add_clip_s16_le() 250 size_t count, float vol) in scale_add_clip_s24_le() argument 255 if (vol > MAX_VOLUME_TO_SCALE) in scale_add_clip_s24_le() 259 sum = dst[i] + (int32_t)(src[i] * vol); in scale_add_clip_s24_le() 418 size_t count, float vol) in scale_add_clip_s32_le() argument 423 if (vol > MAX_VOLUME_TO_SCALE) in scale_add_clip_s32_le() 427 sum = (int64_t)dst[i] + (int64_t)(src[i] * vol); in scale_add_clip_s32_le() 606 size_t count, float vol) in scale_add_clip_s24_3le() argument [all …]
|
/external/llvm-project/openmp/runtime/tools/lib/ |
D | tools.pm | 581 my ( $vol, undef, undef ) = File::Spec->splitpath( $path ); 582 return $vol; 590 my ( $vol, $dir, undef ) = File::Spec->splitpath( $path ); 594 $dir = File::Spec->catpath( $vol, $dir, undef ); 637 my ( $vol, $dirs ) = File::Spec->splitpath( $path, "no_file" ); 640 $path = File::Spec->catpath( $vol, $dirs, $file ); 651 my ( $vol, $dirs ) = File::Spec->splitpath( $path, "no_file" ); 654 $path = File::Spec->catpath( $vol, $dirs, "" ); 795 my ( $vol, $dir, $file ) = File::Spec->splitpath( $path ); 798 $path = File::Spec->canonpath( File::Spec->catpath( $vol, $dir, $file ) ); [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/ |
D | extension_test.go | 52 vol := proto.Uint32(11) 53 err := proto.SetExtension(bm, user.E_LoudMessage_Volume, vol) 72 if v := vol_out.(*uint32); *v != *vol { 73 t.Errorf("vol_out = %v, expected %v", *v, *vol)
|
/external/webrtc/modules/audio_device/linux/ |
D | audio_mixer_manager_alsa_linux.cc | 325 long int vol(0); in SpeakerVolume() local 328 _outputMixerElement, (snd_mixer_selem_channel_id_t)0, &vol); in SpeakerVolume() 335 << vol; in SpeakerVolume() 337 volume = static_cast<uint32_t>(vol); in SpeakerVolume() 763 long int vol(0); in MicrophoneVolume() local 766 _inputMixerElement, (snd_mixer_selem_channel_id_t)0, &vol); in MicrophoneVolume() 773 << "AudioMixerManagerLinuxALSA::MicrophoneVolume() => vol=" << vol; in MicrophoneVolume() 775 volume = static_cast<uint32_t>(vol); in MicrophoneVolume()
|
/external/llvm-project/clang/test/Sema/ |
D | warn-cast-qual.c | 20 volatile char *vol = 0; in foo() local 21 …char *vol2 = (char *)vol; // expected-warning {{cast from 'volatile char *' to 'char *' drops vola… in foo()
|
/external/webrtc/modules/audio_coding/neteq/ |
D | dtmf_buffer.h | 33 DtmfEvent(uint32_t ts, int ev, int vol, int dur, bool end) in DtmfEvent() 34 : timestamp(ts), event_no(ev), volume(vol), duration(dur), end_bit(end) {} in DtmfEvent()
|
/external/arm-trusted-firmware/drivers/renesas/common/avs/ |
D | avs_driver.c | 104 uint8_t vol; /* Voltage */ member 297 init_vol_tbl[efuse_avs].vol); in rcar_avs_setting() 341 mmio_write_8(IIC_ICDR, init_vol_tbl[EFUSE_AVS0].vol); in rcar_avs_setting() 417 init_vol_tbl[efuse_avs].vol); in rcar_avs_end()
|
/external/autotest/client/cros/audio/ |
D | sox_utils.py | 43 gain=None, vol=None, raw=True): argument 75 if vol is not None: 76 args += ['vol', str(vol)]
|
/external/adhd/scripts/mic_testing/frontend/ |
D | audio.css | 82 .tonegen-vol-cell input { 88 .tonegen-vol-cell {
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
D | builtins-amdgcn-ci.cl | 10 // CHECK: call void @llvm.amdgcn.s.dcache.inv.vol( 17 // CHECK: call void @llvm.amdgcn.buffer.wbinvl1.vol()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 72 volatile int vol = 237; in TEST() local 73 volatile int *volatile volptr = &vol; in TEST()
|
/external/abseil-cpp/absl/strings/ |
D | substitute_test.cc | 72 volatile int vol = 237; in TEST() local 73 volatile int *volatile volptr = &vol; in TEST()
|