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

12345

/freebsd-9.3-release/contrib/less/
H A Dmkhelp.c30 printf("constant char helpdata[] = {\n");
66 printf("constant int size_helpdata = sizeof(helpdata) - 1;\n");
H A Dprompt.c43 static constant char s_proto[] =
45 static constant char m_proto[] =
47 static constant char M_proto[] =
49 static constant char e_proto[] =
51 static constant char h_proto[] =
53 static constant char w_proto[] =
55 static constant char more_proto[] =
59 public char constant *eqproto = e_proto;
60 public char constant *hproto = h_proto;
61 public char constant *wprot
[all...]
/freebsd-9.3-release/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-9.3-release/sys/kgssapi/krb5/
H A Dkcrypto.c186 void *constant, size_t constantlen)
196 * Expand the constant to blocklen bytes.
199 krb5_n_fold(folded, ec->ec_blocklen, constant, constantlen);
233 uint8_t constant[5]; local
235 constant[0] = usage >> 24;
236 constant[1] = usage >> 16;
237 constant[2] = usage >> 8;
238 constant[3] = usage;
239 constant[4] = which;
240 return (krb5_derive_key(basekey, constant,
185 krb5_derive_key(struct krb5_key_state *inkey, void *constant, size_t constantlen) argument
[all...]
H A Dkcrypto.h148 void *constant, size_t constantlen);
/freebsd-9.3-release/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-9.3-release/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...]
H A Dc-pretty-print.h83 c_pretty_print_fn constant; member in struct:c_pretty_print_info
134 pp_c_base (PP)->constant (pp_c_base (PP), E)
H A Dfunction.c1043 /* If X is not in memory or is at a constant address, it cannot be in
1089 /* If X is not in memory or is at a constant address, it cannot be in
1604 address is a constant or a register that is not a virtual register. */
2278 data->locate.slot_offset.constant += pretend_bytes;
2279 data->locate.offset.constant += pretend_bytes;
2311 all->stack_args_size.constant += data->locate.size.constant;
3081 all.stack_args_size.constant += all.extra_pretend_bytes;
3082 current_function_args_size = all.stack_args_size.constant;
3097 = (all.stack_args_size.var == 0 ? GEN_INT (-all.stack_args_size.constant)
[all...]
H A Dlambda.h79 CONSTANT is the constant portion of the linear expression
89 int constant; member in struct:lambda_linear_expression_s
96 #define LLE_CONSTANT(T) ((T)->constant)
105 /* Loop structure. Our loop structure consists of a constant representing the
232 /* Multiply vector VEC1 of length SIZE by a constant CONST1,
/freebsd-9.3-release/tools/regression/sbin/growfs/
H A Dregress.t10 use constant BLK => 512;
11 use constant BLKS_PER_MB => 2048;
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DGlobals.cpp84 GlobalVariable::GlobalVariable(Type *Ty, bool constant, LinkageTypes Link, argument
93 isConstantGlobal(constant), threadLocalMode(TLMode),
104 GlobalVariable::GlobalVariable(Module &M, Type *Ty, bool constant, argument
114 isConstantGlobal(constant), threadLocalMode(TLMode),
148 // If you call this, then you better know this GVar has a constant
156 "Attempt to replace wrong constant initializer in GVar");
158 // And, you better have a constant for the replacement value
160 "Attempt to replace GVar initializer with non-constant");
162 // Okay, preconditions out of the way, replace the constant initializer.
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dcgram.y221 %type <y_tnode> constant
684 | notype_decl T_COLON constant {
689 } T_COLON constant {
698 | type_decl T_COLON constant {
703 } T_COLON constant {
786 | ename T_ASSIGN constant {
851 | notype_direct_decl T_LBRACK constant T_RBRACK {
880 | type_direct_decl T_LBRACK constant T_RBRACK {
916 | direct_param_decl T_LBRACK constant T_RBRACK {
945 | direct_notype_param_decl T_LBRACK constant T_RBRAC
1453 constant: label
[all...]
/freebsd-9.3-release/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-9.3-release/sys/sys/
H A Dtimex.h119 #define MAXTC 10 /* max time constant */
132 #define MOD_TIMECONST 0x0020 /* set PLL time constant */
201 long constant; /* poll interval (log2 s) (rw) */ member in struct:timex
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l297 " %s constant %s results in integer"
378 xyerror(D_INT_OFLOW, "constant %s results in "
383 xyerror(D_INT_DIGIT, "constant %s contains "
418 <S0>'{RGX_CHR}$ xyerror(D_CHR_NL, "newline encountered in character constant");
425 * Character constant -- convert C escape sequences and
429 xyerror(D_CHR_NULL, "empty character constant");
440 xyerror(D_CHR_OFLOW, "character constant is "
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c42 #define CLOCK_AVG 8. /* parameter averaging constant */
166 u_char sys_poll; /* time constant/poll (log2 s) */
260 msyslog(LOG_ERR, "%s: %s line %d: invalid struct timex \"constant\" element value: %ld",
262 (long)(ptimex->constant)
632 * long time constant.
698 * depend on the time constant and Allan
772 ntv.constant = sys_poll;
776 ntv.constant = sys_poll - 4;
778 if (ntv.constant < 0)
779 ntv.constant
[all...]
/freebsd-9.3-release/sys/kern/
H A Dkern_ntptime.c317 * the timex.constant structure member has a dual purpose to set the time
318 * constant and to set the TAI offset.
343 * Note that either the time constant or TAI offset are loaded
344 * from the ntv.constant member, depending on the mode bits. If
371 if (ntv.constant < 0)
373 else if (ntv.constant > MAXTC)
376 time_constant = ntv.constant;
379 if (ntv.constant > 0) /* XXX zero & negative numbers ? */
380 time_tai = ntv.constant;
436 ntv.constant
[all...]
/freebsd-9.3-release/contrib/ntp/util/
H A Dntptime.c125 ntx.constant = atoi(ntp_optarg);
166 ntx.constant = atoi(ntp_optarg);
185 -t timeconstant log2 of PLL time constant (0 .. %d)\n",
357 " time constant %lu, precision %.3f us, tolerance %.0f ppm,\n",
358 (u_long)ntx.constant, gtemp, ftemp);
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dparse.h227 int constant; member in union:YYSTYPE
H A Dparse.y66 int constant;
168 %token <constant> NUMBER
169 %type <constant> SignedNumber
170 %type <constant> Class tagenv
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp137 // some variables even if we can constant-evaluate them because
138 // we can't guarantee every translation unit will constant-evaluate them.
235 // If constant emission failed, then this should be a C++ static
239 CGM.ErrorUnsupported(D.getInit(), "constant l-value expression");
242 // be constant.
281 // We have a constant initializer, but a nontrivial destructor. We still
337 // We may have to cast the constant because of the initializer
341 // RAUW's the GV uses of this constant will be invalid.
780 /// from a constant global. It is beneficial to use memset if the global is all
849 // constant initialize
1087 llvm::Constant *constant = 0; local
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcr16.h86 c - constant
285 long constant; member in struct:__anon715
409 /* A macro for representing the instruction "constant" opcode, that is,
410 the FIXED part of the instruction. The "constant" opcode is represented

Completed in 159 milliseconds

12345