| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 591 type Output = T; typedef 593 fn add(self, rhs: Bounded<T, M>) -> Self::Output { in add() 603 type Output = T; typedef 605 fn bitand(self, rhs: Bounded<T, M>) -> Self::Output { in bitand() 615 type Output = T; typedef 617 fn bitor(self, rhs: Bounded<T, M>) -> Self::Output { in bitor() 627 type Output = T; typedef 629 fn bitxor(self, rhs: Bounded<T, M>) -> Self::Output { in bitxor() 639 type Output = T; typedef 641 fn div(self, rhs: Bounded<T, M>) -> Self::Output { in div() [all …]
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 49 type Output = Self; typedef 50 fn bitor(self, rhs: Self) -> Self::Output { in bitor() 56 type Output = Self; typedef 57 fn bitand(self, rhs: Self) -> Self::Output { in bitand() 63 type Output = Self; typedef 64 fn not(self) -> Self::Output { in not()
|
| H A D | str.rs | 145 type Output = Self; typedef 147 fn index(&self, index: Idx) -> &Self::Output { in index() function
|
| /linux/rust/kernel/io/ |
| H A D | resource.rs | 193 type Output = Self; typedef 194 fn bitor(self, rhs: Self) -> Self::Output { in bitor() 200 type Output = Self; typedef 201 fn bitand(self, rhs: Self) -> Self::Output { in bitand() 207 type Output = Self; typedef 208 fn not(self) -> Self::Output { in not()
|
| /linux/rust/syn/ |
| H A D | parse.rs | 1242 type Output; typedef 1248 fn parse2(self, tokens: TokenStream) -> Result<Self::Output>; in parse2() 1256 fn parse(self, tokens: proc_macro::TokenStream) -> Result<Self::Output> { in parse() 1269 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() 1275 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped() 1292 type Output = T; typedef 1308 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped() 1325 pub(crate) fn parse_scoped<F: Parser>(f: F, scope: Span, tokens: TokenStream) -> Result<F::Output> { in parse_scoped()
|
| H A D | meta.rs | 134 pub fn parser(logic: impl FnMut(ParseNestedMeta) -> Result<()>) -> impl Parser<Output = ()> { in parser()
|
| H A D | mac.rs | 148 pub fn parse_body_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_body_with()
|
| H A D | attr.rs | 247 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with() 579 pub fn parse_args_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_args_with()
|
| H A D | punctuated.rs | 1074 type Output = T; typedef 1076 fn index(&self, index: usize) -> &Self::Output { in index() method 1089 fn index_mut(&mut self, index: usize) -> &mut Self::Output { in index_mut()
|
| H A D | lit.rs | 215 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with() 1616 S: Index<RangeFrom<usize>, Output = S> + AsRef<[u8]> + ?Sized, in backslash_x() argument 1639 S: Index<RangeFrom<usize>, Output = S> + AsRef<[u8]> + ?Sized, in backslash_u() argument
|
| /linux/rust/quote/ |
| H A D | runtime.rs | 28 type Output = ThereIsNoIteratorInRepetition; typedef 35 type Output = HasIterator; typedef 42 type Output = HasIterator; typedef 49 type Output = HasIterator; typedef
|
| /linux/rust/kernel/alloc/ |
| H A D | kvec.rs | 966 type Output = I::Output; typedef 969 fn index(&self, index: I) -> &Self::Output { in index() function 979 fn index_mut(&mut self, index: I) -> &mut Self::Output { in index_mut()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 38 enum output_encoder_class Output) in dml32_dscceComputeDelay() 114 …d int dml32_dscComputeDelay(enum output_format_class pixelFormat, enum output_encoder_class Output) in dml32_dscComputeDelay() 409 enum output_encoder_class Output[], in dml32_CalculateSwathAndDETConfiguration() 880 enum output_encoder_class Output, in dml32_UnboundedRequest() 1185 enum output_encoder_class Output, in dml32_CalculateODMMode() 1342 enum output_encoder_class Output, in dml32_CalculateOutputLink() 1581 enum output_encoder_class Output, in dml32_TruncToValidBPP() 1725 enum output_encoder_class Output, in dml32_DSCDelayRequirement()
|
| /linux/arch/mips/include/asm/fw/arc/ |
| H A D | hinv.h | 93 Output = 64 enumerator
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 511 enum output_encoder_class Output[DC__NUM_DPP__MAX]; member
|