Home
last modified time | relevance | path

Searched refs:set_bit (Results 1 – 25 of 11272) sorted by path

12345678910>>...451

/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/
H A Dtlsf.cc208 static __inline__ void set_bit(int nr, u32_t * addr);
262 static __inline__ void set_bit(int nr, u32_t * addr) in set_bit() function
361 set_bit (_sl, &_tlsf -> sl_bitmap [_fl]); \
362 set_bit (_fl, &_tlsf -> fl_bitmap); \
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/openssl-0.10.38/src/
H A Dbn.rs260 pub fn set_bit(&mut self, n: i32) -> Result<(), ErrorStack> { in set_bit() method
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/resid-builder/resid/
H A Ddac.cc82 for (int set_bit = 0; set_bit < bits; set_bit++) { in build_dac_table() local
92 for (bit = 0; bit < set_bit; bit++) { in build_dac_table()
119 vbit[set_bit] = Vn; in build_dac_table()
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/residfp-builder/residfp/
H A DDac.cpp64 for (unsigned int set_bit = 0; set_bit < dacLength; set_bit++) in kinkedDac() local
75 for (bit = 0; bit < set_bit; bit++) in kinkedDac()
104 dac[set_bit] = Vn; in kinkedDac()
/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmikmod.c366 static void set_bit (UWORD *value, int mask, BOOL boolv) in set_bit() function
424 set_bit (&md_mode, DMODE_INTERP, cfg->interpolate); in Player_SetConfig()
425 set_bit (&md_mode, DMODE_HQMIXER, cfg->hqmixer); in Player_SetConfig()
426 set_bit (&md_mode, DMODE_SURROUND, cfg->surround); in Player_SetConfig()
427 set_bit (&md_mode, DMODE_16BITS, cfg->mode_16bit); in Player_SetConfig()
428 set_bit (&md_mode, DMODE_STEREO, cfg->stereo); in Player_SetConfig()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-0.5.0/src/direct/
H A Dasound_ioctl.rs36 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function
78 self.set_bit(i + bit_offset, val_bit_is_set); in set()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/alsa-sys-0.3.1/src/
H A Dgenerated.rs33 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function
80 self.set_bit(index + bit_offset, val_bit_is_set); in set()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/bindgen-0.56.0/src/codegen/
H A Dbitfield_unit.rs38 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function
100 self.set_bit(index + bit_offset, val_bit_is_set); in set()
H A Dbitfield_unit_tests.rs57 unit.set_bit(i, true); in bitfield_unit_set_bit()
70 unit.set_bit(i, false); in bitfield_unit_set_bit()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-sys-0.2.2/src/
H A Dffi_arm.rs32 pub fn set_bit(&mut self, index: usize, val: bool) {
79 self.set_bit(index + bit_offset, val_bit_is_set); in GetHLSStreamingSessionURL()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/
H A DRELEASES.md60 - [The new `BigInt` and `BigUint` methods `bit` and `set_bit`][183] will read
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/src/
H A Dbigint.rs1082 pub fn set_bit(&mut self, bit: u64, value: bool) { in set_bit() method
1084 Sign::Plus => self.data.set_bit(bit, value), in set_bit()
1088 self.data.set_bit(bit, true); in set_bit()
H A Dbiguint.rs937 pub fn set_bit(&mut self, bit: u64, value: bool) { in set_bit() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/src/bigint/
H A Dbits.rs459 data.set_bit(bit, true); in set_negative_bit()
470 data.set_bit(bit, !value); in set_negative_bit()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/num-bigint-0.4.3/tests/
H A Dbigint.rs1341 x.set_bit(200, true); in test_set_bit()
1349 x.set_bit(10, true); in test_set_bit()
1352 x.set_bit(10, false); in test_set_bit()
1353 x.set_bit(5, false); in test_set_bit()
1358 x.set_bit(200, true); in test_set_bit()
1365 x.set_bit(6, false); in test_set_bit()
1370 x.set_bit(6, true); in test_set_bit()
1375 x.set_bit(200, true); in test_set_bit()
1379 x.set_bit(10, true); in test_set_bit()
1386 x.set_bit(40, true); in test_set_bit()
[all …]
H A Dbiguint.rs1854 x.set_bit(128, true);
1855 x.set_bit(129, true);
1857 x.set_bit(0, false);
1858 x.set_bit(128, false);
1859 x.set_bit(130, false);
1861 x.set_bit(129, false);
1862 x.set_bit(1, false);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/openssl-0.10.38/src/
H A Dbn.rs260 pub fn set_bit(&mut self, n: i32) -> Result<(), ErrorStack> { in set_bit() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/typenum-1.14.0/src/
H A Duint.rs1536 fn set_bit<IM: InternalMarker>(self, _: I, _: B) -> Self::Output; in set_bit() method
1552 fn set_bit<IM: InternalMarker>(self, i: I, b: B) -> Self::Output { in set_bit() function
1917 ().private_div_quotient(n, d, q.set_bit::<Internal>(i, B1), U0::new(), i - B1) in private_div_if_quotient()
1931 ().private_div_remainder(n, d, q.set_bit::<Internal>(i, B1), U0::new(), i - B1) in private_div_if_remainder()
1961 ().private_div_quotient(n, d, q.set_bit::<Internal>(i, B1), r - d, i - B1) in private_div_if_quotient()
1975 ().private_div_remainder(n, d, q.set_bit::<Internal>(i, B1), r - d, i - B1) in private_div_if_remainder()
2005 q.set_bit::<Internal>(i, B1) in private_div_if_quotient()
2025 q.set_bit::<Internal>(i, B1) in private_div_if_quotient()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/resid-builder/resid/
H A Ddac.cc82 for (int set_bit = 0; set_bit < bits; set_bit++) { in build_dac_table() local
92 for (bit = 0; bit < set_bit; bit++) { in build_dac_table()
119 vbit[set_bit] = Vn; in build_dac_table()
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/residfp-builder/residfp/
H A DDac.cpp64 for (unsigned int set_bit = 0; set_bit < dacLength; set_bit++) in kinkedDac() local
75 for (bit = 0; bit < set_bit; bit++) in kinkedDac()
104 dac[set_bit] = Vn; in kinkedDac()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/TLSF-2.4.6/
H A DChangelog69 * Created set_bit/clear_bit fuctions because they are not present
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/TLSF-2.4.6/src/
H A Dtlsf.c267 static __inline__ void set_bit(int nr, u32_t * addr);
324 static __inline__ void set_bit(int nr, u32_t * addr)
424 set_bit (_sl, &_tlsf -> sl_bitmap [_fl]); \
425 set_bit (_fl, &_tlsf -> fl_bitmap); \
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/openssl-0.10.30/src/
H A Dbn.rs247 pub fn set_bit(&mut self, n: i32) -> Result<(), ErrorStack> { in set_bit() method
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/alsa-sys-0.1.2/src/
H A Dlib.rs2169 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit() function
2211 self.set_bit(i + bit_offset, val_bit_is_set); in set()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/bindgen-0.51.1/src/codegen/
H A Dbitfield_unit.rs38 pub fn set_bit(&mut self, index: usize, val: bool) { in ~SliceFormatter()
100 self.set_bit(index + bit_offset, val_bit_is_set); in ~SliceFormatter()

12345678910>>...451