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

/linux-master/lib/
H A Dglob.c84 goto literal;
90 goto literal;
107 literal:
/linux-master/tools/perf/util/
H A Dexpr.l85 static int literal(yyscan_t scanner, const struct expr_scanner_ctx *sctx)
113 literal #[0-9a-zA-Z_\.\-]+
127 {literal} { return literal(yyscanner, sctx); }
H A Dexpr.c421 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx) argument
426 if (!strcmp("#num_cpus", literal)) {
430 if (!strcmp("#num_cpus_online", literal)) {
438 if (!strcasecmp("#system_tsc_freq", literal)) {
449 if (!strcasecmp("#smt_on", literal)) {
453 if (!strcmp("#core_wide", literal)) {
458 if (!strcmp("#num_packages", literal)) {
463 if (!strcmp("#num_dies", literal)) {
468 if (!strcmp("#num_cores", literal)) {
473 if (!strcmp("#slots", literal)) {
[all...]
H A Dexpr.h56 double expr__get_literal(const char *literal, const struct expr_scanner_ctx *ctx);
/linux-master/Documentation/sphinx/
H A Dautomarkup.py157 lit_text = nodes.literal(classes=['xref', 'c', 'c-func'])
217 lit_text = nodes.literal(classes=['xref', 'c', class_str[match.re]])
297 # The nodes.literal test catches ``literal text``, its purpose is to
300 if not isinstance(node, nodes.Text) or isinstance(node.parent, nodes.literal):
H A Dparse-headers.pl332 print OUT "\n\n.. parsed-literal::\n\n";
370 included via ..parsed-literal block with cross-references for the
/linux-master/arch/arm64/kernel/
H A Dftrace.c302 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8); local
303 return aarch64_insn_write_literal_u64((void *)literal,
/linux-master/tools/lib/perf/Documentation/
H A DMakefile79 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/linux-master/lib/lzo/
H A Dlzo1x_compress.c44 literal:
110 goto literal;
/linux-master/tools/perf/Documentation/
H A DMakefile127 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/linux-master/scripts/
H A Dunifdef.c1036 error("unterminated char literal");
1038 error("unterminated string literal");
/linux-master/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 in struct:lzma_dec
603 /* Get pointer to literal coder probability array. */
609 return s->lzma.literal[low + high];
612 /* Decode a literal (one 8-bit byte) */
816 * This could be optimized so that only that part of literal

Completed in 401 milliseconds