Home
last modified time | relevance | path

Searched refs:Str (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c765 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() argument
770 while (Str[i] != '\0') { in GetU1ByteIntegerFromStringInDecimal()
771 if (Str[i] >= '0' && Str[i] <= '9') { in GetU1ByteIntegerFromStringInDecimal()
773 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()
/linux/rust/syn/
H A Dlit.rs28 Str(LitStr),
943 Ok(Lit::Str(lit)) => Ok(lit), in parse()
1147 return Lit::Str(LitStr { in new()
1222 Lit::Str(lit) => lit.suffix(), in suffix()
1235 Lit::Str(lit) => lit.span(), in span()
1249 Lit::Str(lit) => lit.set_span(span), in set_span()
/linux/
H A DCREDITS1123 S: Grevenbroicher Str. 17
1883 S: Gottfried-Kinkel-Str. 18
2183 S: Koenigsberger Str. 90
2289 S: Badensche Str. 46
2403 S: Von-Ossietzky-Str. 12
2786 S: Th.-Heuss-Str. 61
2849 S: Helstorfer Str. 7
3480 S: Gaildorfer Str. 27
3488 S: Neue Heimat Str. 8
4349 S: Alte Regensburger Str. 11a
H A DMAINTAINERS27081 M: Börge Strümpfel <boerge.struempfel@gmail.com>
/linux/rust/syn/gen/
H A Dclone.rs1367 crate::Lit::Str(v0) => crate::Lit::Str(v0.clone()), in clone()
H A Deq.rs1336 (crate::Lit::Str(self0), crate::Lit::Str(other0)) => self0 == other0, in eq()
H A Dfold.rs2708 crate::Lit::Str(_binding_0) => crate::Lit::Str(f.fold_lit_str(_binding_0)), in fold_lit()
H A Dhash.rs1714 crate::Lit::Str(v0) => { in hash()
H A Ddebug.rs2000 crate::Lit::Str(v0) => v0.debug(formatter, "Str"), in fmt()
H A Dvisit_mut.rs2610 crate::Lit::Str(_binding_0) => { in visit_lit_mut()
H A Dvisit.rs2747 crate::Lit::Str(_binding_0) => { in visit_lit()