Home
last modified time | relevance | path

Searched full:joint (Results 1 – 25 of 36) sorted by relevance

12

/linux/rust/quote/
H A Druntime.rs311 TokenTree::Punct(Punct::new('\'', Spacing::Joint)), in push_lifetime()
320 let mut apostrophe = Punct::new('\'', Spacing::Joint); in push_lifetime_spanned()
344 tokens.append(Punct::new($char1, Spacing::Joint));
349 let mut punct = Punct::new($char1, Spacing::Joint);
360 tokens.append(Punct::new($char1, Spacing::Joint));
361 tokens.append(Punct::new($char2, Spacing::Joint));
366 let mut punct = Punct::new($char1, Spacing::Joint);
369 let mut punct = Punct::new($char2, Spacing::Joint);
H A Dto_tokens.rs36 /// tokens.append(Punct::new(':', Spacing::Joint));
/linux/rust/syn/
H A Dtt.rs39 (Spacing::Alone, Spacing::Alone) | (Spacing::Joint, Spacing::Joint) => true, in eq()
74 Spacing::Joint => 1u8.hash(h), in hash()
H A Dlifetime.rs152 let mut apostrophe = Punct::new('\'', Spacing::Joint); in to_tokens()
H A Derror.rs287 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error()
298 let mut punct = Punct::new(':', Spacing::Joint); in to_compile_error()
H A Dbuffer.rs226 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in lifetime()
359 Entry::Punct(punct) if punct.as_char() == '\'' && punct.spacing() == Spacing::Joint => { in skip()
H A Dtoken.rs1024 } else if punct.spacing() != Spacing::Joint { in punct_helper()
1046 } else if punct.spacing() != Spacing::Joint { in peek_punct()
1074 let mut op = Punct::new(ch, Spacing::Joint); in punct()
H A Dscan_expr.rs214 Some((punct, rest)) if punct.spacing() == Spacing::Joint => { in scan_expr()
/linux/include/media/
H A Dv4l2-vp9.h18 * @joint: motion vector joint probabilities.
31 u8 joint[3]; member
102 * @mv_joint: motion vector joint counts.
/linux/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp9.h222 TP_printk("\n joint %s\n"
231 __print_array(__entry->p.joint,
232 ARRAY_SIZE(__entry->p.joint),
233 sizeof(__entry->p.joint[0])),
/linux/drivers/leds/flash/
H A Dleds-mt6370-flash.c124 * There're two flash channels in MT6370. If joint flash output is used, in mt6370_torch_brightness_set()
176 * There're two flash channels in MT6370. If joint flash output is used, storbe in _mt6370_flash_brightness_set()
463 /* If both channels are specified in 'led-sources', joint flash output mode is used */ in mt6370_init_flash_properties()
H A Dleds-max77693.c186 /* Span the mode on FLED2 for joint iouts case */ in max77693_add_mode()
224 /* Clear mode also on FLED2 for joint iouts case */ in max77693_clear_mode()
H A Dleds-sy7802.c360 /* If both channels are specified in 'led-sources', joint flash output mode is used */ in sy7802_init_flash_properties()
/linux/Documentation/devicetree/bindings/clock/
H A Dimx7ulp-scg-clock.yaml13 i.MX7ULP Clock functions are under joint control of the System
H A Dimx7ulp-pcc-clock.yaml13 i.MX7ULP Clock functions are under joint control of the System
/linux/samples/pktgen/
H A DREADME.rst50 # run joint traffic on two devs
/linux/drivers/media/platform/verisilicon/
H A Dhantro_vp9.h9 u8 joint[3]; member
/linux/rust/proc-macro2/
H A Dfallback.rs220 let mut joint = false; in fmt() localVariable
222 if i != 0 && !joint { in fmt()
225 joint = false; in fmt()
230 joint = tt.spacing() == Spacing::Joint; in fmt()
H A Dwrapper.rs168 Spacing::Joint => proc_macro::Spacing::Joint, in into_compiler_token()
347 proc_macro::Spacing::Joint => Spacing::Joint, in next()
H A Dlib.rs788 /// E.g. `+` is `Joint` in `+=` or `'` is `Joint` in `'#`.
792 Joint, enumerator
825 /// (`Joint`), or it's followed by some other token or whitespace (`Alone`)
H A Dparse.rs882 Ok((rest, Punct::new('\'', Spacing::Joint))) in punct()
886 Ok(_) => Spacing::Joint, in punct()
/linux/rust/macros/
H A Dpin_data.rs
H A Dpaste.rs96 if a.as_char() == ':' && a.spacing() == Spacing::Joint && b.as_char() == ':' in expand()
H A Dquote.rs97 $v.extend([::proc_macro::Spacing::Joint, ::proc_macro::Spacing::Alone].map(|spacing| {
/linux/Documentation/security/
H A Dlsm.rst38 such a framework. LSM was a joint development effort by several security

12