HomeSort by: relevance | last modified time | path
    Searched defs:literal (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
make-exported.mk 8 -literal= make-exported-value-literal
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
18 # make behaved like a mixture of .export-literal and a regular .export.
20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
22 .MAKE.EXPORTED= -literal UT_VAR
make-exported.mk 8 -literal= make-exported-value-literal
17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal",
18 # make behaved like a mixture of .export-literal and a regular .export.
20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore,
22 .MAKE.EXPORTED= -literal UT_VAR
  /src/external/bsd/less/dist/lesstest/
display.c 43 int literal = 0; local
49 if (!literal) {
52 literal = 1;
72 literal = 0;
96 int literal = 0; local
99 if (!literal) {
102 literal = 1;
114 literal = 0;
display.c 43 int literal = 0; local
49 if (!literal) {
52 literal = 1;
72 literal = 0;
96 int literal = 0; local
99 if (!literal) {
102 literal = 1;
114 literal = 0;
  /src/external/bsd/tmux/dist/
cmd-send-keys.c 113 int literal; local
123 literal = args_has(args, 'l');
124 if (!literal) {
132 literal = 1;
134 if (literal) {
cmd-send-keys.c 113 int literal; local
123 literal = args_has(args, 'l');
124 if (!literal) {
132 literal = 1;
134 if (literal) {
  /src/usr.sbin/lpr/filters/
lpf.c 67 static int literal; /* print control characters */ variable
104 literal++;
177 if (col >= width || (!literal && ch < ' ')) {
lpf.c 67 static int literal; /* print control characters */ variable
104 literal++;
177 if (col >= width || (!literal && ch < ' ')) {
  /src/external/gpl3/gcc/dist/gcc/
json.h 48 class literal;
69 /* class json::literal uses these three values to identify the
70 particular literal. */
109 /* Set to literal true/false. */
193 class literal : public value class in namespace:json
196 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal
198 /* Construct literal for a boolean value. */
199 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
json.h 48 class literal;
69 /* class json::literal uses these three values to identify the
70 particular literal. */
109 /* Set to literal true/false. */
193 class literal : public value class in namespace:json
196 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal
198 /* Construct literal for a boolean value. */
199 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
  /src/external/gpl3/gcc.old/dist/gcc/
json.h 45 class literal;
66 /* class json::literal uses these three values to identify the
67 particular literal. */
174 class literal : public value class in namespace:json
177 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal
179 /* Construct literal for a boolean value. */
180 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
json.h 45 class literal;
66 /* class json::literal uses these three values to identify the
67 particular literal. */
174 class literal : public value class in namespace:json
177 literal (enum kind kind) : m_kind (kind) {} function in class:json::literal
179 /* Construct literal for a boolean value. */
180 literal (bool value): m_kind (value ? JSON_TRUE : JSON_FALSE) {} function in class:json::literal
  /src/external/gpl3/binutils/dist/gprof/
vax.c 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes
90 return literal;
126 case literal:
127 return "literal";
179 case literal:
275 case literal:
vax.c 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes
90 return literal;
126 case literal:
127 return "literal";
179 case literal:
275 case literal:
  /src/external/gpl3/binutils/dist/opcodes/
xtensa-dis.c 230 unsigned literal = bfd_get_bits (litbuf, 32, local
234 (*info->print_address_func) (literal, info);
304 literal pools. */
xtensa-dis.c 230 unsigned literal = bfd_get_bits (litbuf, 32, local
234 (*info->print_address_func) (literal, info);
304 literal pools. */
  /src/external/gpl3/binutils.old/dist/gprof/
vax.c 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes
90 return literal;
126 case literal:
127 return "literal";
179 case literal:
275 case literal:
vax.c 49 literal, indexed, reg, regdef, autodec, autoinc, autoincdef, enumerator in enum:opermodes
90 return literal;
126 case literal:
127 return "literal";
179 case literal:
275 case literal:
  /src/external/gpl3/binutils.old/dist/opcodes/
xtensa-dis.c 230 unsigned literal = bfd_get_bits (litbuf, 32, local
234 (*info->print_address_func) (literal, info);
304 literal pools. */
  /src/external/gpl3/gdb.old/dist/opcodes/
xtensa-dis.c 230 unsigned literal = bfd_get_bits (litbuf, 32, local
234 (*info->print_address_func) (literal, info);
304 literal pools. */
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.h 44 /* The piece is a literal. */
73 /* The piece's literal value, for DWARF_VALUE_STACK pieces. */
83 } literal; member in union:dwarf_expr_piece::__anon189
161 /* For DWARF_VALUE_LITERAL, the current literal value's length and
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.h 45 /* The piece is a literal. */
77 /* The piece's literal value, for DWARF_VALUE_STACK pieces. */
87 } literal; member in union:dwarf_expr_piece::__anon262
165 /* For DWARF_VALUE_LITERAL, the current literal value's length and
  /src/external/gpl3/gdb/dist/opcodes/
xtensa-dis.c 230 unsigned literal = bfd_get_bits (litbuf, 32, local
234 (*info->print_address_func) (literal, info);
304 literal pools. */
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_encoder.c 19 // Literal //
45 literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position) function
47 // Locate the literal byte to be encoded and the subcoder.
50 probability *subcoder = literal_subcoder(coder->literal,
55 // Previous LZMA-symbol was a literal. Encode a normal
56 // literal without a match byte.
62 // of the current literal and the match byte.
239 // Literal i.e. eight-bit byte
243 literal(coder, mf, position);
281 // always be a literal
    [all...]
lzma_encoder_private.h 106 /// byte as a literal.
121 probability literal[LITERAL_CODERS_MAX * LITERAL_CODER_SIZE]; member in struct:lzma_lzma1_encoder_s

Completed in 107 milliseconds

1 2 3 4 5