Home
last modified time | relevance | path

Searched refs:__S (Results 1 – 4 of 4) sorted by relevance

/linux/arch/alpha/kernel/
H A Derr_impl.h41 #define EXTRACT(u, f) (((u) >> f##__S) & f##__M)
42 #define GEN_MASK(f) ((u64)f##__M << f##__S)
/linux/rust/syn/
H A Dcustom_keyword.rs102 pub fn $ident<__S: $crate::__private::IntoSpans<$crate::__private::Span>>(
103 span: __S,
H A Dcustom_punctuation.rs89 pub fn $ident<__S: $crate::__private::IntoSpans<$crate::custom_punctuation_repr!($($tt)+)>>(
90 spans: __S,
/linux/tools/lib/bpf/
H A Dlibbpf.c359 #define __S(X) #X in libbpf_version_string() macro
360 #define _S(X) __S(X) in libbpf_version_string()
363 #undef __S in libbpf_version_string()