Home
last modified time | relevance | path

Searched defs:b (Results 51 – 75 of 750417) sorted by path

12345678910>>...30017

/dports/accessibility/sctd/spa-rs-fa80d0ce99d675674cf1a7cc9cf2ee2e33f501ea/src/
H A Dlib.rs203 let b = lat * RAD; // geographische Breite in calc_sunrise_and_set() localVariable
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/audio/
H A Dalsa.c70 #define timersub(a, b, result) \ argument
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dbaratinoo.c740 gchar **b = g_strsplit_set(lang, "-", 2); in lang_match_level() local
H A Dcicero.c325 char buf[CiceroMaxChunkLength], l[5], b[2]; in _cicero_speak() local
H A Dfestival.c945 gint cache_counter_comp(gconstpointer a, gconstpointer b) in cache_counter_comp()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dset.c33 gint spd_str_compare(gconstpointer a, gconstpointer b) in spd_str_compare()
H A Dspeaking.c1172 gint sortbyuid(gconstpointer a, gconstpointer b) in sortbyuid()
H A Dsymbols.c757 static gint list_sort_string_longest_first(gconstpointer a, gconstpointer b) in list_sort_string_longest_first()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/tests/
H A Drun_test.c47 char *strcasestr(const char *a, const char *b) in strcasestr()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/aho-corasick-0.7.18/src/
H A Dahocorasick.rs350 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter()
393 pub fn find_overlapping_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_overlapping_iter()
1168 fn new(ac: &'a AhoCorasick<S>, haystack: &'b [u8]) -> FindIter<'a, 'b, S> { in new()
1230 haystack: &'b [u8], in new()
H A Dnfa.rs534 let b = self.cur as u8; in next() localVariable
706 let b = opposite_ascii_case(b); in build_trie() localVariable
724 let b = opposite_ascii_case(b); in build_trie() localVariable
1269 let b = self.0 as u8; in next() localVariable
H A Dprefilter.rs1045 let mut b = Builder::new(MatchKind::LeftmostFirst); in scratch() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/aho-corasick-0.7.18/src/packed/
H A Dapi.rs532 pub fn find_iter<'a, 'b, B: ?Sized + AsRef<[u8]>>( in find_iter()
535 ) -> FindIter<'a, 'b> { in find_iter()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/anyhow-1.0.53/src/
H A Dptr.rs174 pub fn extend<'b>(self) -> Mut<'b, T> { in extend()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-recursion-0.3.2/tests/
H A Dlifetimes.rs33 async fn contains_value_2<'a, 'b, T: PartialEq>(value: &'b T, node: &'b Node<'a, T>) -> bool { in contains_value_2()
H A Dstruct_methods.rs32 pub async fn all_of_the_above<'a, 'b, S, T>( in all_of_the_above()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-trait-0.1.52/tests/
H A Dtest.rs171 async fn f(&self, (a, ref mut b, ref c, d): (u8, u8, u8, u8)) { in test_can_destruct()
184 async fn b(&mut self); in test_self_in_macro() method
193 async fn b(&mut self) { in test_self_in_macro() method
439 async fn f(_: &'a &'b ()); // chain 'a and 'b in f()
440 async fn g(_: &'b ()); // chain 'b only in g()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/bitflags-1.3.2/src/
H A Dlib.rs1443 let mut b = Flags::empty(); in test_lt() localVariable
1457 let mut b = Flags::empty(); in test_ord() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/bitflags-1.3.2/tests/compile-pass/visibility/
H A Dpub_in.rs2 mod b { module
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/cache-padded-1.2.0/tests/
H A Dpadding.rs29 let b = &*arr[1] as *const u8; in distance() localVariable
52 let b = CachePadded::new(a); in large() localVariable
74 let b = CachePadded::new(Foo(&count)); in drops() localVariable
86 let b = a.clone(); in clone() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/build/
H A Darg_group.rs480 let b = y.as_hash().expect("ArgGroup::from::<Yaml> expects a table"); in from() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/derivative-2.2.0/tests/
H A Dderive-default.rs26 struct B2{a:u8, b:u8} field
H A Dissue-82.rs12 b: u32, field
H A Drustc-deriving-default-box.rs28 let b: Box<[_]> = Box::<[bool; 0]>::new([]); in main() localVariable
H A Drustc-deriving-show-2.rs41 struct I { a: isize, b: isize } field

12345678910>>...30017