Home
last modified time | relevance | path

Searched +defs:volume +defs:n (Results 1 – 25 of 2203) sorted by relevance

12345678910>>...89

/dports/audio/musicpd/mpd-0.23.6/src/pcm/
H A DVolume.cxx73 int volume) noexcept in pcm_volume_sample()
87 size_t n, in pcm_volume_change()
88 int volume) noexcept in pcm_volume_change()
99 int8_t *dest, const int8_t *src, size_t n, in pcm_volume_change_8()
100 int volume) noexcept in pcm_volume_change_8()
107 int16_t *dest, const int16_t *src, size_t n, in pcm_volume_change_16()
108 int volume) noexcept in pcm_volume_change_16()
115 int volume) noexcept in PcmVolumeChange16to32()
128 int volume) noexcept in pcm_volume_change_24()
137 int volume) noexcept in pcm_volume_change_32()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/VPISparseGrid/src/
H A Dsandia_cubature.cpp282 double volume; in cn_geg_01_1() local
440 double volume; in cn_geg_02_xiu() local
623 double volume; in cn_geg_03_xiu() local
858 double volume; in cn_jac_01_1() local
1033 double volume; in cn_jac_02_xiu() local
1269 double volume; in cn_leg_01_1() local
1402 double volume; in cn_leg_02_xiu() local
1564 double volume; in cn_leg_03_1() local
1721 double volume; in cn_leg_03_xiu() local
1883 double volume; in cn_leg_05_1() local
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; typedef
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; typedef
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; typedef
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; argument
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; argument
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/hfsplus/include/
H A Dlibhfsp.h43 # define SIZE(type, n) ((size_t) (sizeof(type) * (n))) argument
44 # define ALLOC(type, n) ((type *) malloc(SIZE(type, n))) argument
45 # define ALLOCX(type, n) ((n) ? ALLOC(type, n) : (type *) 0) argument
48 # define REALLOC(ptr, type, n) \ argument
50 # define REALLOCX(ptr, type, n) \ argument
156 typedef struct volume struct
167 hfsp_vh vol; /* raw volume data */ argument
173 } volume; typedef
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/libsrc2/
H A Dconvert.c37 int miconvert_real_to_voxel(mihandle_t volume, in miconvert_real_to_voxel()
89 int miconvert_voxel_to_real(mihandle_t volume, in miconvert_voxel_to_real()
124 mireorder_voxel_to_xyz(mihandle_t volume, in mireorder_voxel_to_xyz()
143 mireorder_xyz_to_voxel(mihandle_t volume, in mireorder_xyz_to_voxel()
217 int miget_real_value(mihandle_t volume, in miget_real_value()
244 int miset_real_value(mihandle_t volume, in miset_real_value()
294 dot_vectors(int n, double v1[], double v2[]) in dot_vectors()
307 solve_linear_system( int n, double **coefs, double *values, double *solution) in solve_linear_system()
467 int miget_voxel_value(mihandle_t volume, in miget_voxel_value()
490 int miset_voxel_value(mihandle_t volume, in miset_voxel_value()
[all …]
/dports/science/minc2/minc-release-2.2.00/libsrc2/
H A Dconvert.c37 miconvert_real_to_voxel(mihandle_t volume, in miconvert_real_to_voxel()
90 miconvert_voxel_to_real(mihandle_t volume, in miconvert_voxel_to_real()
125 mireorder_voxel_to_xyz(mihandle_t volume, in mireorder_voxel_to_xyz()
144 mireorder_xyz_to_voxel(mihandle_t volume, in mireorder_xyz_to_voxel()
221 miget_real_value(mihandle_t volume, in miget_real_value()
249 miset_real_value(mihandle_t volume, in miset_real_value()
296 dot_vectors(int n, double v1[], double v2[]) in dot_vectors()
309 solve_linear_system( int n, double **coefs, double *values, double *solution) in solve_linear_system()
469 miget_voxel_value(mihandle_t volume, in miget_voxel_value()
493 miset_voxel_value(mihandle_t volume, in miset_voxel_value()
[all …]
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DsoundManager.cpp24 for(unsigned int n = 0; n < MAX_SOUNDS; n++) in SoundManager() local
60 void SoundManager::setMusicVolume(float volume) in setMusicVolume()
87 void SoundManager::setMasterSoundVolume(float volume) in setMasterSoundVolume()
99 void SoundManager::setSoundVolume(int index, float volume) in setSoundVolume()
143 int SoundManager::playSound(string name, float pitch, float volume, bool loop) in playSound()
167 …sf::Vector2f position, float min_distance, float attenuation, float pitch, float volume, bool loop) in playSound()
177 for(unsigned int n = 0; n < activeSoundList.size(); n++) in playSound() local
208 for (string::const_iterator i = value.begin(), n = value.end(); i != n; ++i) { in url_encode() local
253 int SoundManager::playSoundData(sf::SoundBuffer* data, float pitch, float volume, bool loop) in playSoundData()
255 for(unsigned int n = 0; n < activeSoundList.size(); n++) in playSoundData() local
/dports/multimedia/vlc/vlc-3.0.16/modules/audio_mixer/
H A Dinteger.c51 for (size_t n = block->i_buffer / sizeof (*p); n > 0; n--) in set_category() local
64 static void FilterS16N (audio_volume_t *vol, block_t *block, float volume) in FilterS16N()
72 for (size_t n = block->i_buffer / sizeof (*p); n > 0; n--) in FilterS16N() local
85 static void FilterU8 (audio_volume_t *vol, block_t *block, float volume) in FilterU8()
93 for (size_t n = block->i_buffer / sizeof (*p); n > 0; n--) in FilterU8() local
/dports/games/burrtools/burrtools-0.6.3/src/halfedge/
H A Dvolume.cpp91 float volume(const Polyhedron & poly) in volume() function
93 float volume = 0; in volume() local
103 Vector3Df n = (*fit)->normal(); in volume() local
/dports/emulators/libdsk/libdsk-1.4.2/lib/
H A Ddrvwin16.c82 static int GetDriveParams( int volume, DRIVEPARAMS* pParam ) /*{{{*/ in GetDriveParams()
103 static int SetDriveParams( int volume, DRIVEPARAMS* pParam ) /*{{{*/ in SetDriveParams()
127 static int GetMediaID( int volume, MID* pMid ) /*{{{*/ in GetMediaID()
148 static int VolumeCheck(int volume, WORD* flags ) /*{{{*/ in VolumeCheck()
165 static int LockLogicalVolume( int volume, int lock_level, int permissions) /*{{{*/ in LockLogicalVolume()
185 static int UnlockLogicalVolume( int volume ) /*{{{*/ in UnlockLogicalVolume()
259 int n; in set_dpt() local
270 int n; in get_dpt() local
382 unsigned int n, tries; in win16_format() local
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dsaudio.c43 int index, volume; member
48 static void queue_audio(player_t * pl, int sound_ind, int volume) in queue_audio()
146 int i, volume; in sound_play_sensors() local
180 AudioQPtr p, n; in sound_play_queued() local
200 AudioQPtr p, n; in sound_close() local
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dsaudio.c59 volume; member
64 static void queue_audio(player * pl, int index, int volume) in queue_audio()
164 volume; in sound_play_sensors() local
198 n; in sound_play_queued() local
216 n; in sound_close() local
/dports/science/minc2/minc-release-2.2.00/volume_io/Volumes/
H A Dvolumes.c347 Volume volume, in set_rgb_volume_flag()
368 Volume volume ) in is_an_rgb_volume()
388 Volume volume ) in alloc_volume_data()
525 Volume volume, in get_volume_sizes()
568 unsigned int n; in get_volume_total_n_voxels() local
622 int n, in dot_vectors()
847 Volume volume ) in check_recompute_world_transform()
1292 Volume volume, in set_volume_starts()
1317 Volume volume, in get_volume_starts()
1485 Volume volume, in set_volume_translation()
[all …]
/dports/multimedia/snapcast/snapcast-0.25.0/client/player/
H A Dplayer.hpp91 void notifyVolumeChange(double volume, bool muted) const in notifyVolumeChange()
109 void adjustVolume(char* buffer, size_t count, double volume) in adjustVolume()
112 for (size_t n = 0; n < count; ++n) in adjustVolume() local
/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/subprojects/gvc/
H A Dtest-audio-device-selection.c21 audio_selection_needed (GvcMixerControl *volume, in audio_selection_needed()
28 guint i, n; in audio_selection_needed() local
68 GvcMixerControl *volume; in main() local
/dports/x11/wf-shell/wf-shell-0.7.0/subprojects/gvc/
H A Dtest-audio-device-selection.c21 audio_selection_needed (GvcMixerControl *volume, in audio_selection_needed()
28 guint i, n; in audio_selection_needed() local
68 GvcMixerControl *volume; in main() local
/dports/finance/R-cran-TTR/TTR/R/
H A DCMF.R53 function(HLC, volume, n=20) { argument
H A DEMV.R61 function(HL, volume, n=9, maType, vol.divisor=10000, ...) { argument
81 maArgs <- list(n=n, ...) nameattr
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A Dsar_calculation.cpp124 for (int n=0;n<3;++n) in SetNumLines() local
130 for (int n=0;n<3;++n) in SetCellWidth() local
148 for (int n=0;n<3;++n) in CheckValid() local
302 for (int n=0;n<3;++n) in GetCubicalMass() local
361 for (int n=0;n<3;++n) in GetCubicalMass() local
406 for (int n=0;n<3;++n) in GetCubicalMass() local
418 for (int n=0;n<6;++n) in GetCubicalMass() local
604 for (int n=0;n<6;++n) in CalcAveragedSAR() local
620 for (int n=0;n<6;++n) in CalcAveragedSAR() local
647 double volume=1; in CellVolume() local
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/volume_io/Volumes/
H A Dvolumes.c243 VIO_Volume volume, in set_volume_type()
313 VIO_Volume volume, in set_volume_type2()
385 VIO_Volume volume, in set_volume_labels()
528 VIO_Volume volume) in get_volume_minc2_data_type()
569 VIO_Volume volume, in set_rgb_volume_flag()
736 VIO_Volume volume, in set_volume_n_dimensions()
789 VIO_Volume volume, in get_volume_sizes()
832 size_t n; in get_volume_total_n_voxels() local
886 int n, in dot_vectors()
1556 VIO_Volume volume, in set_volume_starts()
[all …]

12345678910>>...89