Searched refs:constant (Results 1 - 25 of 128) sorted by relevance

123456

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-dis.c100 /* Print the constant expression length. */
161 /* Given a 'CC' instruction constant operand, return its corresponding
171 /* Given a 'cinv' instruction constant operand, return its corresponding
303 /* Build a mask of the instruction's 'constant' opcode,
319 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
380 a->constant = p.val;
399 a->constant = p.val;
411 a->constant = ((p.val & 0xffff) | (p.val >> 8 & 0xf0000));
416 a->constant = (p.val & 0xf) | (((p.val >>20) & 0x3) << 4)
420 a->constant
[all...]
/freebsd-11-stable/contrib/less/
H A Dprompt.c42 static constant char s_proto[] =
44 static constant char m_proto[] =
46 static constant char M_proto[] =
48 static constant char e_proto[] =
50 static constant char h_proto[] =
52 static constant char w_proto[] =
54 static constant char more_proto[] =
58 public char constant *eqproto = e_proto;
59 public char constant *hproto = h_proto;
60 public char constant *wprot
[all...]
H A Dfuncs.h1 public char * save LESSPARAMS ((constant char *s));
68 public LWCHAR get_wchar LESSPARAMS ((constant char *p));
70 public LWCHAR step_char LESSPARAMS ((char **pp, signed int dir, constant char *limit));
77 public void cmd_putstr LESSPARAMS ((constant char *s));
79 public void cmd_repaint LESSPARAMS ((constant char *old_cp));
81 public void cmd_addhist LESSPARAMS ((struct mlist *mlist, constant char *cmd, int modified));
196 public void skip_ansi LESSPARAMS ((struct ansi_state *pansi, char **pp, constant char *limit));
283 public void putstr LESSPARAMS ((constant char *s));
306 public char * pr_expand LESSPARAMS ((constant char *proto, int maxwidth));
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto.c192 void *constant, size_t constantlen)
202 * Expand the constant to blocklen bytes.
205 krb5_n_fold(folded, ec->ec_blocklen, constant, constantlen);
238 uint8_t constant[5]; local
240 constant[0] = usage >> 24;
241 constant[1] = usage >> 16;
242 constant[2] = usage >> 8;
243 constant[3] = usage;
244 constant[4] = which;
245 return (krb5_derive_key(basekey, constant,
191 krb5_derive_key(struct krb5_key_state *inkey, void *constant, size_t constantlen) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.h40 const llvm::APSInt &constant, lldb::ModuleSP module);
H A DDWARFLocationExpression.cpp222 TypeIndex underlying_ti, TpiStream &tpi, const llvm::APSInt &constant,
241 Value.I = constant.getSExtValue();
243 Value.U = constant.getZExtValue();
/freebsd-11-stable/sbin/growfs/tests/
H A Dlegacy_test.pl9 use constant BLK => 512;
10 use constant BLKS_PER_MB => 2048;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DConstantInitBuilder.cpp70 bool constant,
75 constant,
254 auto constant = llvm::ConstantArray::get(type, elts); local
256 return constant;
269 llvm::Constant *constant; local
272 constant = llvm::ConstantStruct::get(ty, elts);
274 constant = llvm::ConstantStruct::getAnon(elts, Packed);
278 return constant;
67 createGlobal(llvm::Constant *initializer, const llvm::Twine &name, CharUnits alignment, bool constant, llvm::GlobalValue::LinkageTypes linkage, unsigned addressSpace) argument
H A DCGDecl.cpp175 // variable in constant address space in OpenCL.
185 // some variables even if we can constant-evaluate them because
186 // we can't guarantee every translation unit will constant-evaluate them.
321 // If constant emission failed, then this should be a C++ static
325 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
328 // be constant.
372 // We have a constant initializer, but a nontrivial destructor. We still
435 // We may have to cast the constant because of the initializer
439 // RAUW's the GV uses of this constant will be invalid.
943 /// variable instead of using a memcpy from a constant globa
1004 constStructWithPadding(CodeGenModule &CGM, IsPattern isPattern, llvm::StructType *STy, llvm::Constant *constant) argument
1044 constWithPadding(CodeGenModule &CGM, IsPattern isPattern, llvm::Constant *constant) argument
1144 emitStoresForConstant(CodeGenModule &CGM, const VarDecl &D, Address Loc, bool isVolatile, CGBuilderTy &Builder, llvm::Constant *constant) argument
1230 llvm::Constant *constant = local
1239 llvm::Constant *constant = constWithPadding( local
1245 containsUndef(llvm::Constant *constant) argument
1256 replaceUndef(CodeGenModule &CGM, IsPattern isPattern, llvm::Constant *constant) argument
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-cr16.c99 /* Chars that mean this number is a floating point constant as in 0f12.456 */
645 /* Turn a string in input_line_pointer into a floating point constant
857 cur_arg->constant = cr16_ins->exp.X_add_number;
1072 /* Set constant. */
1082 /* Set displacement constant. */
1111 /* Set displacement constant. */
1143 /* Set displacement constant. */
1281 cur_arg->constant = 0;
1409 insn->arg[0].constant = gettrap (operands);
1665 /* Print a constant valu
1675 long constant = getconstant (arg->constant, nbits); local
[all...]
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dcgram.y224 %type <y_tnode> constant
691 | notype_decl T_COLON constant {
696 } T_COLON constant {
705 | type_decl T_COLON constant {
710 } T_COLON constant {
793 | ename T_ASSIGN constant {
858 | notype_direct_decl T_LBRACK constant T_RBRACK {
887 | type_direct_decl T_LBRACK constant T_RBRACK {
923 | direct_param_decl T_LBRACK constant T_RBRACK {
952 | direct_notype_param_decl T_LBRACK constant T_RBRAC
1529 constant: label
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h34 /// This Value has a specific constant value. (For constant integers,
36 /// as constant.)
37 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
39 /// This Value is known to not have the specified value. (For constant
50 /// This Value is an UndefValue constant or produces undef. Undefined values
51 /// can be merged with constants (or single element constant ranges),
58 /// The union either stores a pointer to a constant or a constant range,
77 case constant
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcalls.c172 but not for a constant address if -fno-function-cse. */
608 cannot consider it pure or constant in that case. */
668 /* If the value is a non-legitimate constant, force it into a
941 args_size->constant = 0;
968 /* Replace erroneous argument with constant zero. */
1111 we cannot consider this function call constant. */
1138 args_size->constant += args[i].locate.size.constant;
1151 Return the original constant component of the argument block's size.
1161 int unadjusted_args_size = args_size->constant;
[all...]
H A Dexpr.h49 is a constant that is not a legitimate address.
52 the memory is constant and we could have propagated a constant value. */
94 as the sum of a tree-expression and a constant. This structure is
100 HOST_WIDE_INT constant;
132 (TO).constant += tree_low_cst (inc, 0); \
144 (TO).constant -= tree_low_cst (dec, 0); \
156 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \
158 ssize_int ((SIZE).constant)))
162 ((SIZE).var == 0 ? GEN_INT ((SIZE).constant) \
98 HOST_WIDE_INT constant; member in struct:args_size
[all...]
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_macinfo.c131 dwarf_vendor_ext(Dwarf_P_Debug dbg, Dwarf_Unsigned constant, char *string, argument
140 return (_dwarf_add_macro(dbg, DW_MACINFO_vendor_ext, constant, -1,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc40 // Not instrument constant length calls.
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp166 const Constant *constant = dyn_cast<Constant>(value); local
168 if (constant) {
171 if (!ResolveConstantValue(value_apint, constant))
229 bool ResolveConstantValue(APInt &value, const Constant *constant) { argument
230 switch (constant->getValueID()) {
234 if (const Function *constant_func = dyn_cast<Function>(constant)) {
245 if (const ConstantInt *constant_int = dyn_cast<ConstantInt>(constant)) {
251 if (const ConstantFP *constant_fp = dyn_cast<ConstantFP>(constant)) {
258 dyn_cast<ConstantExpr>(constant)) {
299 if (isa<ConstantPointerNull>(constant)) {
340 ResolveConstant(lldb::addr_t process_address, const Constant *constant) argument
452 CanResolveConstant(llvm::Constant *constant) argument
[all...]
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_scan.c109 * scan expecting a constant, possibly symbolic
119 error("constant or identifier expected");
329 error("unterminated string constant");
351 error("unterminated string constant");
/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Dtimex.h91 * MAXTC establishes the maximum time constant of the PLL. With the
92 * SHIFT_KG and SHIFT_KF values given and a time constant range from
100 #define MAXTC 6 /* maximum time constant (shift) */
188 #define PPS_AVG 2 /* pps averaging constant (shift) */
206 #define MOD_TIMECONST 0x0020 /* set pll time constant */
266 long constant; /* pll time constant (rw) */ member in struct:timex
/freebsd-11-stable/sys/sys/
H A Dtimex.h60 #define MAXTC 10 /* max time constant */
70 #define MOD_TIMECONST 0x0020 /* set PLL time constant */
136 long constant; /* poll interval (log2 s) (rw) */ member in struct:timex
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp89 llvm::APSInt constant = local
93 // The constant should never be 0 here, since it the result of scaling
95 if ((extent.getValue() % constant) != 0)
100 svalBuilder.makeIntVal(extent.getValue() / constant),
105 svalBuilder.makeIntVal(extent.getValue() - constant), svalBuilder);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l306 " %s constant %s results in integer"
389 xyerror(D_INT_OFLOW, "constant %s results in "
394 xyerror(D_INT_DIGIT, "constant %s contains "
429 <S0>'{RGX_CHR}$ xyerror(D_CHR_NL, "newline encountered in character constant");
436 * Character constant -- convert C escape sequences and
440 xyerror(D_CHR_NULL, "empty character constant");
451 xyerror(D_CHR_OFLOW, "character constant is "
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c43 #define CLOCK_AVG 8. /* parameter averaging constant */
167 u_char sys_poll; /* time constant/poll (log2 s) */
268 msyslog(LOG_ERR, "%s: %s line %d: invalid struct timex \"constant\" element value: %ld",
270 (long)(ptimex->constant)
640 * long time constant.
706 * depend on the time constant and Allan
772 ntv.constant = sys_poll;
774 ntv.constant = sys_poll - 4;
776 if (ntv.constant < 0)
777 ntv.constant
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_ntptime.c337 * the timex.constant structure member has a dual purpose to set the time
338 * constant and to set the TAI offset.
362 * Note that either the time constant or TAI offset are loaded
363 * from the ntv.constant member, depending on the mode bits. If
389 if (ntv.constant < 0)
391 else if (ntv.constant > MAXTC)
394 time_constant = ntv.constant;
397 if (ntv.constant > 0) /* XXX zero & negative numbers ? */
398 time_tai = ntv.constant;
454 ntv.constant
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c130 ntx.constant = atoi(ntp_optarg);
170 ntx.constant = atoi(ntp_optarg);
189 -t timeconstant log2 of PLL time constant (0 .. %d)\n",
353 " time constant %lu, precision %.3f us, tolerance %.0f ppm,\n",
354 (u_long)ntx.constant, gtemp, ftemp);

Completed in 187 milliseconds

123456