Home
last modified time | relevance | path

Searched refs:literal (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/xtensa/kernel/
Dvmlinux.lds.S94 *(.sched.literal .sched.text)
97 *(.spinlock.literal .spinlock.text)
163 .DoubleExceptionVector.literal);
170 .SecondaryResetVector.literal);
199 .DebugInterruptVector.literal,
207 .DebugInterruptVector.literal)
251 .KernelExceptionVector.literal,
259 .KernelExceptionVector.literal)
261 .UserExceptionVector.literal,
269 .UserExceptionVector.literal)
[all …]
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.l149 yylval.literal = xstrdup(yytext);
150 DPRINT("Literal: '%s'\n", yylval.literal);
156 yylval.literal = xstrdup(yytext+1);
157 DPRINT("Character literal: %s\n", yylval.literal);
Ddtc-parser.y42 char *literal; member
68 %token <literal> DT_LITERAL
69 %token <literal> DT_CHAR_LITERAL
Ddtc-parser.tab.c_shipped155 char *literal;
1767 (yyval.array).bits = eval_literal((yyvsp[(2) - (3)].literal), 0, 7);
1844 (yyval.integer) = eval_literal((yyvsp[(1) - (1)].literal), 0, 64);
1852 (yyval.integer) = eval_char_literal((yyvsp[(1) - (1)].literal));
2332 print_error("bad characters in literal");
2336 print_error("literal out of range");
2338 print_error("bad literal");
2349 print_error("empty character literal");
2354 * If the first character in the character literal is a \ then process
2357 * character in the literal and will be returned.
[all …]
Ddtc-parser.tab.h_shipped82 char *literal;
Ddtc-lexer.lex.c_shipped1057 yylval.literal = xstrdup(yytext);
1058 DPRINT("Literal: '%s'\n", yylval.literal);
1068 yylval.literal = xstrdup(yytext+1);
1069 DPRINT("Character literal: %s\n", yylval.literal);
/linux-4.1.27/lib/
Dglob.c84 goto literal; in glob_match()
90 goto literal; in glob_match()
107 literal: in glob_match()
/linux-4.1.27/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
/linux-4.1.27/Documentation/
Dlzo.txt31 encoded on larger values), or a literal to be copied to the output buffer.
34 seems to be optimized for literal use only, since there is no dictionary yet
57 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
89 22..255 : copy literal string
98 If last instruction did not copy any literal (state == 0), this
99 encoding will be a copy of 4 or more literal, and must be interpreted
102 0 0 0 0 L L L L (0..15) : copy long literal string
/linux-4.1.27/lib/lzo/
Dlzo1x_compress.c41 literal: in lzo1x_1_do_compress()
51 goto literal; in lzo1x_1_do_compress()
/linux-4.1.27/arch/xtensa/
DKconfig.debug20 The default linker behavior is to combine identical literal
/linux-4.1.27/arch/arm64/
DMakefile21 KBUILD_CFLAGS += $(call cc-option, -mpc-relative-literal-loads)
/linux-4.1.27/Documentation/block/
Dbiovecs.txt27 bio_iovec() and bio_iovec_iter() macros that return literal struct biovecs,
101 literal struct bio_vec - constructed on the fly from the raw biovec but
/linux-4.1.27/tools/perf/Documentation/
DMakefile118 XMLTO_EXTRA += -m manpage-bold-literal.xsl
/linux-4.1.27/lib/xz/
Dxz_dec_lzma2.c211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member
577 return s->lzma.literal[low + high]; in lzma_literal_probs()
/linux-4.1.27/Documentation/s390/
DDebugging390.txt434 This is a pointer to the back of the literal pool which
602 the literal value 0, some risc architectures also do this ). So now
605 + the size of the literal pool to get to the top of the literal pool
632 4003a0: a7 da ff f0 ahi %r13,-16 # literal pool
637 # literal pool
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt335 part has a literal value which specifies the file that it is for.