Home
last modified time | relevance | path

Searched refs:literal (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
H A Dexpr.c421 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) in expr__get_literal() argument
426 if (!strcmp("#num_cpus", literal)) { in expr__get_literal()
430 if (!strcmp("#num_cpus_online", literal)) { in expr__get_literal()
438 if (!strcasecmp("#system_tsc_freq", literal)) { in expr__get_literal()
449 if (!strcasecmp("#smt_on", literal)) { in expr__get_literal()
453 if (!strcmp("#core_wide", literal)) { in expr__get_literal()
458 if (!strcmp("#num_packages", literal)) { in expr__get_literal()
463 if (!strcmp("#num_dies", literal)) { in expr__get_literal()
468 if (!strcmp("#num_cores", literal)) { in expr__get_literal()
473 if (!strcmp("#slots", literal)) { in expr__get_literal()
[all...]
H A Dexpr.h56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
/kernel/linux/linux-5.10/lib/
H A Dglob.c84 goto literal; in glob_match()
90 goto literal; in glob_match()
107 literal: in glob_match()
/kernel/linux/linux-6.6/lib/
H A Dglob.c84 goto literal; in glob_match()
90 goto literal; in glob_match()
107 literal: in glob_match()
/kernel/linux/linux-6.6/rust/kernel/
H A Dkunit.rs52 ($name:literal, $file:literal, $diff:expr, $condition:expr $(,)?) => {
158 ($name:literal, $file:literal, $diff:expr, $left:expr, $right:expr $(,)?) => {{
H A Dsync.rs57 ($name:literal) => {
H A Dstr.rs20 /// Creates a new [`BStr`] from a string literal.
22 /// `b_str!` converts the supplied string literal to byte string, so non-ASCII
34 ($str:literal) => {{
334 /// Creates a new [`CStr`] from a string literal.
336 /// The string literal should not contain any `NUL` bytes.
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dautomarkup.py136 lit_text = nodes.literal(classes=['xref', 'c', class_s])
187 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
248 # The nodes.literal test catches ``literal text``, its purpose is to
254 if not isinstance(node.parent, nodes.literal):
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dautomarkup.py154 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
214 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
283 # The nodes.literal test catches ``literal text``, its purpose is to
286 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
/kernel/linux/linux-6.6/rust/macros/
H A Dhelpers.rs14 if let Some(TokenTree::Literal(literal)) = it.next() {
15 Some(literal.to_string())
/kernel/linux/linux-6.6/rust/kernel/sync/lock/
H A Dspinlock.rs15 ($inner:expr $(, $name:literal)? $(,)?) => {
H A Dmutex.rs15 ($inner:expr $(, $name:literal)? $(,)?) => {
/kernel/linux/linux-6.6/rust/kernel/sync/
H A Dcondvar.rs16 ($($name:literal)?) => {
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dftrace.c302 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); in ftrace_rec_set_ops() local
303 return aarch64_insn_write_literal_u64((void *)literal, in ftrace_rec_set_ops()
/kernel/linux/linux-5.10/lib/lzo/
H A Dlzo1x_compress.c44 literal: in lzo1x_1_do_compress()
112 goto literal; in lzo1x_1_do_compress()
/kernel/linux/linux-6.6/lib/lzo/
H A Dlzo1x_compress.c44 literal: in lzo1x_1_do_compress()
110 goto literal; in lzo1x_1_do_compress()
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
H A DMakefile79 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/kernel/linux/linux-6.6/tools/lib/perf/Documentation/
H A DMakefile79 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
H A DMakefile97 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/kernel/linux/linux-6.6/tools/perf/Documentation/
H A DMakefile127 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/kernel/linux/linux-5.10/scripts/
H A Dunifdef.c1036 error("unterminated char literal"); in skipcomment()
1038 error("unterminated string literal"); in skipcomment()
/kernel/linux/linux-5.10/lib/xz/
H A Dxz_dec_lzma2.c149 * LZMA properties or related bit masks (number of literal
150 * context bits, a mask dervied from the number of literal
158 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member
588 /* Get pointer to literal coder probability array. */
594 return s->lzma.literal[low + high]; in lzma_literal_probs()
597 /* Decode a literal (one 8-bit byte) */
800 * This could be optimized so that only that part of literal in lzma_reset()
/kernel/linux/linux-6.6/scripts/
H A Dunifdef.c1036 error("unterminated char literal"); in skipcomment()
1038 error("unterminated string literal"); in skipcomment()
/kernel/linux/linux-5.10/tools/perf/Documentation/
H A DMakefile130 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/kernel/linux/linux-6.6/lib/xz/
H A Dxz_dec_lzma2.c149 * LZMA properties or related bit masks (number of literal
150 * context bits, a mask derived from the number of literal
158 /* If 1, it's a match. Otherwise it's a single 8-bit literal. */
211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member
603 /* Get pointer to literal coder probability array. */
609 return s->lzma.literal[low + high]; in lzma_literal_probs()
612 /* Decode a literal (one 8-bit byte) */
816 * This could be optimized so that only that part of literal in lzma_reset()

Completed in 18 milliseconds