Searched refs:literal (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 94 *(.sched.literal .sched.text) 97 *(.spinlock.literal .spinlock.text) 163 .DoubleExceptionVector.literal); 197 .DebugInterruptVector.literal, 205 .DebugInterruptVector.literal) 249 .KernelExceptionVector.literal, 257 .KernelExceptionVector.literal) 259 .UserExceptionVector.literal, 267 .UserExceptionVector.literal) 269 .DoubleExceptionVector.literal, [all …]
|
/linux-4.4.14/lib/ |
D | glob.c | 84 goto literal; in glob_match() 90 goto literal; in glob_match() 107 literal: in glob_match()
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 11 *(.literal .text.literal .text)
|
/linux-4.4.14/Documentation/ |
D | lzo.txt | 31 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.4.14/lib/lzo/ |
D | lzo1x_compress.c | 41 literal: in lzo1x_1_do_compress() 51 goto literal; in lzo1x_1_do_compress()
|
/linux-4.4.14/arch/xtensa/ |
D | Kconfig.debug | 20 The default linker behavior is to combine identical literal
|
/linux-4.4.14/arch/arm64/ |
D | Makefile | 30 KBUILD_CFLAGS += $(call cc-option, -mpc-relative-literal-loads)
|
/linux-4.4.14/Documentation/block/ |
D | biovecs.txt | 27 bio_iovec() and bio_iter_iovec() macros that return literal struct biovecs, 101 literal struct bio_vec - constructed on the fly from the raw biovec but
|
/linux-4.4.14/tools/perf/Documentation/ |
D | Makefile | 118 XMLTO_EXTRA += -m manpage-bold-literal.xsl
|
/linux-4.4.14/lib/xz/ |
D | xz_dec_lzma2.c | 211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member 577 return s->lzma.literal[low + high]; in lzma_literal_probs()
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1067 lexical_error("Integer literal '%s' out of range", 1082 DPRINT("Character literal: %s\n", yytext); 1086 lexical_error("Empty character literal"); 1094 lexical_error("Character literal has %d"
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 434 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.4.14/Documentation/kbuild/ |
D | makefiles.txt | 335 part has a literal value which specifies the file that it is for.
|