Searched refs:constant (Results 26 - 50 of 106) sorted by relevance

12345

/freebsd-9.3-release/contrib/less/
H A Dless.h50 #define constant const macro
52 #define constant macro
382 * Since the argument is usually a constant, this macro normally compiles
383 * into a constant.
H A Dcmdbuf.c79 public void * constant ml_search = (void *) &mlist_search;
83 public void * constant ml_examine = (void *) &mlist_examine;
88 public void * constant ml_shell = (void *) &mlist_shell;
94 public void * constant ml_search = (void *)1;
95 public void * constant ml_examine = (void *)2;
97 public void * constant ml_shell = (void *)3;
H A Dcommand.c46 extern void constant *ml_search;
47 extern void constant *ml_examine;
49 extern void constant *ml_shell;
107 constant char *prompt;
108 constant void *mlist;
689 register constant char *p;
H A Dpattern.c63 constant char *errstring;
H A Dch.c132 extern constant char helpdata[];
133 extern constant int size_helpdata;
H A Dedit.c29 extern void constant *ml_examine;
H A Dsearch.c34 extern void * constant ml_search;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dderived-key-test.c42 unsigned char constant[MAXSIZE]; member in struct:testcase
100 ret = krb5_derive_key(context, &key, t->enctype, t->constant,
H A Dcrypto.c147 const void *constant,
3536 const void *constant,
3554 ret = _krb5_n_fold(constant, len, k, et->blocksize);
3577 memcpy(c, constant, len);
3637 const void *constant,
3659 ret = derive_key(context, et, &d, constant, constant_len);
3674 unsigned char constant[5]; local
3687 _krb5_put_int(constant, usage, 5);
3688 derive_key(context, crypto->et, d, constant, sizeof(constant));
3533 derive_key(krb5_context context, struct encryption_type *et, struct key_data *key, const void *constant, size_t len) argument
3634 krb5_derive_key(krb5_context context, const krb5_keyblock *key, krb5_enctype etype, const void *constant, size_t constant_len, krb5_keyblock **derived_key) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/asn1/
H A Dlex.l258 yylval.constant = strtol((const char *)yytext,
261 error_message("malformed constant (%s)", yytext);
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dexterns1.h202 extern val_t *constant(tnode_t *);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dcharset.c74 constant conditions, do not cause link errors. */
1394 /* The value of a multi-character character constant, or a
1395 single-character character constant whose representation in the
1418 "character constant too long for its type");
1421 cpp_error (pfile, CPP_DL_WARNING, "multi-character character constant");
1429 /* Truncate the constant to its natural width, and simultaneously
1478 character constant is guaranteed to overflow. */
1481 "character constant too long for its type");
1483 /* Truncate the constant to its natural width, and simultaneously
1498 /* Interpret a (possibly wide) character constant i
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c677 int constant; member in struct:export
930 int noname, int constant, int data, int private)
938 p->constant = constant;
1294 /* FIXME: The 5th arg is for the `constant' field.
1577 exp->constant ? "CONSTANT" : "",
2842 alias_exp.constant = exp->constant;
2996 b->constant |= a->constant;
929 def_exports(const char *name, const char *internal_name, int ordinal, int noname, int constant, int data, int private) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.c957 i.e. the constant "3", then recursively call the function on opnd0,
1108 fprintf (dump_file, "\nnon constant step for ptr access.\n");
1290 /* Evolution is not constant. */
1296 /* Not constant, misalignment cannot be calculated. */
1332 /* RIGHT_OFFSET can be not constant. For example, for arrays of variable
1354 /* The left operand was successfully substituted with constant. */
1428 MISALIGN - offset of EXPR from BASE in bytes (a constant) or NULL_TREE if the
1583 MISALIGN - offset of MEMREF from BASE in bytes (a constant) modulo alignment of
1886 analyze_offset (tree offset, tree *invariant, tree *constant)
1892 *constant
1883 analyze_offset(tree offset, tree *invariant, tree *constant) argument
1960 tree invariant = NULL_TREE, constant = NULL_TREE; local
[all...]
H A Dvarasm.c75 /* If we're using a per-function constant pool, this is it. */
86 constant that is stored in memory. */
707 /* Return the section to use for constant merging. */
832 /* Leave constant zeroes in .rodata so they
943 constant size. */
1293 a nonzero value if the constant pool should be output before the
1341 /* Output assembler code for the constant pool of a function and associated
1343 NAME is the function's name. For the constant pool, we use the current
1344 constant pool data. */
1555 /* Assemble a string constant wit
3017 rtx constant; local
[all...]
H A Dcse.c113 When a quantity has a known constant value, that value is stored
115 putting the constant in the hash table as is usual for non-regs.
117 Whether a reg or a constant is preferred is determined by the configuration
118 macro CONST_COSTS and will often depend on the constant value. In any
121 When a quantity has a known nearly constant value (such as an address
127 of the instruction that moves the constant. The machine mode
129 constant expression so that different modes are kept separate.
156 The special cases are when the address is constant or is
157 a constant plus a fixed register such as the frame pointer
161 All expressions that refer to non-constant
3510 rtx constant = get_pool_constant (base); local
[all...]
H A Dtree.c61 "constant",
361 case tcc_constant: /* a constant */
477 case tcc_constant: /* a constant */
742 the sign of the constant. */
745 /* Mask out the bits outside of the precision of the constant. */
871 /* Make sure no one is clobbering the shared constant. */
912 /* Builds an integer constant in TYPE such that lowest BITS bits are ones
946 /* Checks that X is integer constant that can be expressed in (unsigned)
980 /* Don't crash if we get an address constant. */
1109 /* Given a tree representing an integer constant
2967 bool constant, read_only, side_effects, invariant; local
3006 bool constant, read_only, side_effects, invariant; local
3052 bool constant, read_only, side_effects, invariant; local
3079 bool constant, read_only, side_effects, invariant; local
3108 bool constant, read_only, side_effects, invariant; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp65 /// constant - This Value has a specific constant value.
66 constant, enumerator in enum:__anon2068::LVILatticeVal::LatticeValueTy
73 /// overdefined - This value is not known to be constant, and we know that
79 /// the constant if this is a 'constant' or 'notconstant' value.
106 bool isConstant() const { return Tag == constant; }
112 assert(isConstant() && "Cannot get the constant of a non-constant!");
117 assert(isNotConstant() && "Cannot get the constant o
[all...]
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c220 displacement is an unsigned 12-bit immediate constant. */
571 constant the overflow behavior gets predictable. e.g.:
573 with c as a constant value: c < 0 -> CCAN and c >= 0 -> CCAP */
1064 /* If OP is an integer constant of mode MODE with exactly one
1783 exceed the size of the constant pool entry. */
1821 /* We can have an integer constant, an address register,
2429 /* Returns true if the constant value OP is a legitimate general operand.
2460 /* Determine if it's legal to put X into the constant pool. This
2462 not constant (TLS) or not known at final link time (PIC). */
2524 /* Returns true if the constant valu
5289 struct constant struct
5682 rtx constant = get_pool_constant (pool_ref); local
5883 rtx constant = get_pool_constant (pool_ref); local
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y232 | constant
233 | program constant
707 constant: label
711 stop("Re-definition of symbol as a constant",
722 stop("Invalid downloaded constant declaration",
727 stop("Re-definition of symbol as a downloaded constant",
865 stop("register offset must be a constant", EX_DATAERR);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp10 // This file implements sparse conditional constant propagation and merging:
13 // * Assumes values are constant unless proven otherwise
15 // * Proves values to be constant, and replaces them with constants
49 STATISTIC(IPNumArgsElimed ,"Number of arguments constant propagated by IPSCCP");
50 STATISTIC(IPNumGlobalConst, "Number of globals found to be constant by IPSCCP");
61 /// constant - This LLVM Value has a specific constant value.
62 constant, enumerator in enum:__anon2671::LatticeVal::LatticeValueTy
65 /// ResolvedUndefsIn. This is treated just like 'constant', but if merged
66 /// with another (different) constant, i
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp540 unsigned constant = (*SrcBlock->succ_begin() == BE.getDst()) ? 1 : 0; local
541 X = svalBuilder.makeIntVal(constant, B->getType());
702 // FIXME: Handle the case where __builtin_offsetof is not a constant.
716 assert(T->isVariableArrayType() && "Unknown non-constant-sized type.");
906 // constant value. If the UnaryOperator has location type, create the
907 // constant with int type and pointer width.
/freebsd-9.3-release/sys/conf/
H A Dkern.mk20 NO_WCONSTANT_CONVERSION= -Wno-constant-conversion
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dm2-exp.y738 range_error("Overflow on numeric constant.");
758 range_error("Overflow on numeric constant -- number too large.");
919 error("Unterminated string or character constant.");
/freebsd-9.3-release/contrib/gdb/include/
H A Dhp-symtab.h77 /* Used to describe where a constant is stored. */
578 GLOBAL is nonzero if the constant has global scope.
580 INDIRECT is nonzero if the constant is a pointer to an object.
582 LOCATION_TYPE describes where to find the constant's value
585 CLASSMEM is nonzero if the constant is a member of a class.
587 NAME is a pointer into the VT for the constant's name.
590 into the VT for the constant's value.
627 NAME is a pointer into the VT for the constant's name.
736 00 for a constant lower bound (found in LOWBOUND).
1757 unsigned int constant member in struct:quick_procedure
[all...]

Completed in 382 milliseconds

12345