Searched refs:literal (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ExpandSpecialInstrs.cpp275 SetFlagInNewMI(NewMI, &MI, R600::OpName::literal);
H A DR600InstrInfo.cpp328 MI.getOperand(getOperandIdx(MI.getOpcode(), R600::OpName::literal));
1272 .addImm(0) // $literal
1370 setImmOperand(*MovImm, R600::OpName::literal, Imm);
H A DR600ControlFlowFinalizer.cpp379 TII->getOperandIdx(MI.getOpcode(), R600::OpName::literal));
382 // Reuse existing literal reg
386 // Allocate new literal reg
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dparse_entry.c185 * _nc_parse_entry(entry, literal, silent)
209 _nc_parse_entry(struct entry *entryp, int literal, bool silent) argument
486 if (!literal) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lex.l491 error ("Integer literal out of range");
493 error ("Invalid digit `%c' in based literal", *trailer);
498 error ("Integer literal out of range");
/freebsd-11-stable/lib/libc/stdio/
H A Dvfwscanf.c480 goto literal;
490 literal:
H A Dvfscanf.c497 goto literal;
507 literal:
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs.h478 char *propbuf, int proplen, boolean_t literal);
482 char *propbuf, int proplen, boolean_t literal);
H A Dlibzfs_pool.c247 zprop_source_t *srctype, boolean_t literal)
312 if (literal) {
324 } else if (literal) {
332 if (literal) {
246 zpool_get_prop(zpool_handle_t *zhp, zpool_prop_t prop, char *buf, size_t len, zprop_source_t *srctype, boolean_t literal) argument
/freebsd-11-stable/contrib/ncurses/progs/
H A Dinfocmp.c68 static bool literal = FALSE; variable
1001 _nc_read_entry_source(stdin, NULL, TRUE, literal, NULLHOOK);
1007 if (!_nc_resolve_uses2(!limited, literal)) {
1663 literal = TRUE;
/freebsd-11-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_decoder.c176 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:__anon41
178 /// If 1, it's a match. Otherwise it's a single 8-bit literal.
279 /// Matched literal decoder: 0x100 or 0 to help avoiding branches.
283 /// If decoding a literal: match byte.
370 // It's a literal i.e. a single 8-bit byte.
372 probs = literal_subcoder(coder->literal,
378 // Decode literal without match byte.
395 // Decode literal with match byte.
465 // Use a lookup table to update to literal state,
870 // Initialize the literal decode
[all...]
H A Dlzma_encoder_optimum_normal.c26 const probability *const subcoder = literal_subcoder(coder->literal,
564 // try literal + rep0
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h311 Loc getLValue(const CompoundLiteralExpr *literal,
729 inline Loc ProgramState::getLValue(const CompoundLiteralExpr *literal, argument
731 return getStateManager().StoreMgr->getLValueCompoundLiteral(literal, LC);
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk72 # Double backslash in variable should be taken as two literal backslashes.
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l408 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
/freebsd-11-stable/sys/contrib/xz-embedded/linux/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 in struct:lzma_dec
571 /* Get pointer to literal coder probability array. */
577 return s->lzma.literal[low + high];
580 /* Decode a literal (one 8-bit byte) */
783 * This could be optimized so that only that part of literal
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c1298 error("Unterminated char literal");
1300 error("Unterminated string literal");
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c492 * anything. If literal is set to false, the EOL anchor is also
495 #define CHECK_MATCHALL(literal) \
496 if (!literal && n == 1 && pat[0] == TRE_CHAR('$')) \
713 * The pattern has been processed and copied to tmp as a literal string
/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk165 # If we get a literal "__FreeBSD_cc_version" back then the compiler
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp1094 // A character literal might be sign-extended, which
1136 default: llvm_unreachable("Unexpected type for integer literal!");
1157 default: llvm_unreachable("Unexpected type for fixed point literal!");
1186 default: llvm_unreachable("Unexpected type for float literal!");
1818 // Print integer literal without suffix.
1824 // Print floating literal without suffix.
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp900 "file-scope compound literal did not have constant initializer!");
1301 // This is a string literal initializing an array in an initializer.
1966 auto literal = cast<StringLiteral>(E->getArg(0)->IgnoreParenCasts());
1968 return CGM.getObjCRuntime().GenerateConstantString(literal);
1971 return CGM.GetAddrOfConstantCFString(literal);
2168 assert(E->isFileScope() && "not a file-scope compound literal expr");
H A DCGBlocks.cpp173 /// meta-data and contains stationary information about the block literal.
181 /// void *block_method_encoding_address; // @encode for block literal signature.
327 /// Function pointer generated from block literal.
330 /// Block description metadata generated from block literal.
900 /// Emit a block literal expression in the current function.
905 // The block literal is emitted as a global variable, and the block invoke
1053 // block literal.
1266 // For OpenCL, BlockPtr is already casted to generic block literal.
1268 // First argument of a block call is a generic block literal casted to
1286 // Bitcast the block literal t
1437 llvm::GlobalVariable *literal = fields.finishAndCreateGlobal( local
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c782 one can't append a literal to a parameter. */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c1526 * -p Display values in parsable (literal) format.
2954 * -p Display values in parsable (literal) format.
5630 print_holds(boolean_t scripted, boolean_t literal, size_t nwidth, argument
5662 if (literal)
5726 * -p Output literal values
5737 boolean_t literal = B_FALSE; local
5763 literal = B_TRUE;
5815 print_holds(scripted, literal, cb.cb_max_namelen, cb.cb_max_taglen,
/freebsd-11-stable/stand/lua/
H A Dconfig.lua140 -- Escapes the named value for use as a literal in a replacement pattern.

Completed in 242 milliseconds

123