Home
last modified time | relevance | path

Searched refs:volume_b (Results 1 – 6 of 6) sorted by relevance

/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_rbd.py209 self.volume_b = fake_volume.fake_volume_obj(
958 name = self.volume_b.name
981 self.volume_b.size = 20
1011 self.volume_b.size = 20
1024 ('fake_pool', self.volume_b.name,
1081 (self.volume_b.name, 'clone_snap'))))
1084 (self.volume_b.name, 'clone_snap'))))
1828 volumes = [self.volume_a, self.volume_b]
1853 volumes = [self.volume_a, self.volume_b]
1871 volumes = [self.volume_a, self.volume_b]
[all …]
/dports/audio/ocp/ocp-0.2.90/playsid/
H A Dlibsidplayfp-api.h49 …nt8_t &volume_b, uint8_t &volume_c) { return sidplayer.getSidStatus (sidNum, gatestoggle, syncstog… in getSidStatus() argument
/dports/graphics/blender/blender-2.91.0/intern/cycles/kernel/closure/
H A Dvolume.h68 const HenyeyGreensteinVolume *volume_b = (const HenyeyGreensteinVolume *)b; in volume_henyey_greenstein_merge() local
70 return (volume_a->g == volume_b->g); in volume_henyey_greenstein_merge()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/
H A Dplayer.h171 … uint8_t& teststoggle, uint8_t **registers, uint8_t &volume_a, uint8_t &volume_b, uint8_t &volume_… in grecs_path_parser()
H A Dplayer.cpp175 … uint8_t& teststoggle, uint8_t **registers, uint8_t &volume_a, uint8_t &volume_b, uint8_t &volume_… in getSidStatus() argument
185 s->GetVolumes(volume_a, volume_b, volume_c); in getSidStatus()
/dports/devel/libosinfo/libosinfo-1.9.0/osinfo/
H A Dosinfo_db.c525 const gchar *volume_b = osinfo_media_get_volume_id(media_b); in media_volume_compare() local
527 if (volume_a == NULL || volume_b == NULL) in media_volume_compare()
531 if (strstr(volume_a, volume_b) != NULL) { in media_volume_compare()