HomeSort by: relevance | last modified time | path
    Searched refs:constant (Results 1 - 25 of 236) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/tests/usr.bin/xlint/lint1/
msg_252.c 4 // Test for message: integer constant out of range [252]
40 /* expect+1: warning: integer constant out of range [252] */
41 int constant = 1111111111111111111111111111111111111111111111111111; variable
msg_027.c 14 constant, enumerator in enum:__anon8049
15 /* expect+1: error: redeclaration of 'constant' [27] */
16 constant, enumerator in enum:__anon8049
decl_enum.c 13 /* expect+1: warning: constant -0x8000000000000000 too large for 'int' [56] */
15 /* expect+1: warning: constant 0x7fffffffffffffff too large for 'int' [56] */
35 * Ensure that nested enum declarations get the value of each enum constant
48 * __deprecated__, and there is no way to smuggle an integer constant
51 * enum constant would become the value of the last seen inner enum
52 * constant. This is because 'enumval' is a simple scalar variable,
76 constant, enumerator in enum:__anon7992::trailing_comma
  /src/external/gpl3/binutils/dist/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /src/external/gpl3/binutils.old/dist/include/gdb/
signals.h 52 #define SET(symbol, constant, name, string) \
53 symbol = constant,
  /src/external/gpl2/xcvs/
Makefile.inc 11 -Wno-tautological-constant-out-of-range-compare
  /src/external/bsd/less/dist/
prompt.c 45 static constant char s_proto[] =
47 static constant char m_proto[] =
49 static constant char M_proto[] =
51 static constant char e_proto[] =
53 static constant char h_proto[] =
55 static constant char w_proto[] =
57 static constant char more_proto[] =
60 public char constant *prproto[3];
61 public char constant *eqproto = e_proto;
62 public char constant *hproto = h_proto
    [all...]
mkhelp.c 32 printf("constant char helpdata[] = {\n");
68 printf("constant int size_helpdata = sizeof(helpdata) - 1;\n");
  /src/external/gpl3/binutils/dist/opcodes/
cr16-dis.c 91 /* Print the constant expression length. */
152 /* Given a 'CC' instruction constant operand, return its corresponding
162 /* Given a 'cinv' instruction constant operand, return its corresponding
290 /* Build a mask of the instruction's 'constant' opcode,
311 /* The instruction 'constant' opcode doesn't exceed 32 bits. */
378 a->constant = p;
396 a->constant = p;
408 a->constant = (p & 0xffff) | (p >> 8 & 0xf0000);
414 a->constant = ((p & 0xf) | (((p >> 20) & 0x3) << 4)
418 a->constant = 0
    [all...]
crx-dis.c 151 /* Given a 'cinv' instruction constant operand, return its corresponding string.
297 /* Build a mask of the instruction's 'constant' opcode,
339 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
414 a->constant = p.val;
431 a->constant = p.val;
466 a->constant = p.val;
472 a->constant = p.val;
512 func (stream, "%s", gettrapstring (a->constant));
515 func (stream, "%s", getcinvstring (a->constant));
529 getregliststring (a->constant, string, reg_arg_type)
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
cr16-dis.c 91 /* Print the constant expression length. */
152 /* Given a 'CC' instruction constant operand, return its corresponding
162 /* Given a 'cinv' instruction constant operand, return its corresponding
290 /* Build a mask of the instruction's 'constant' opcode,
311 /* The instruction 'constant' opcode doesn't exceed 32 bits. */
378 a->constant = p;
396 a->constant = p;
408 a->constant = (p & 0xffff) | (p >> 8 & 0xf0000);
414 a->constant = ((p & 0xf) | (((p >> 20) & 0x3) << 4)
418 a->constant = 0
    [all...]
crx-dis.c 151 /* Given a 'cinv' instruction constant operand, return its corresponding string.
297 /* Build a mask of the instruction's 'constant' opcode,
339 /* The instruction 'constant' opcode doewsn't exceed 32 bits. */
414 a->constant = p.val;
431 a->constant = p.val;
466 a->constant = p.val;
472 a->constant = p.val;
512 func (stream, "%s", gettrapstring (a->constant));
515 func (stream, "%s", getcinvstring (a->constant));
529 getregliststring (a->constant, string, reg_arg_type)
    [all...]
  /src/external/bsd/tcpdump/dist/
netdissect-stdinc.h 146 #define INT64_T_CONSTANT(constant) (constant##LL)
158 #define INT64_T_CONSTANT(constant) (constant##LL)
258 #define INT64_T_CONSTANT(constant) (constant##LL)
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
divtab.cc 85 calc_defect (double x, int constant, int factor)
87 double y0 = (constant - (int) floor ((x * factor * 64.))) / 16384.;
146 int factor, constant; local
162 constant = (med_defect + max_defect) * 0.5 * 16384. + 0.5;
163 if (constant < -32768 || constant > 32767)
165 constants[i] = constant;
166 calc_defect (x_low, constant, factor);
167 calc_defect (x_med, constant, factor);
168 calc_defect (x_high, constant, factor)
    [all...]
  /src/sys/arch/hppa/hppa/
kobj_machdep.c 89 LR(unsigned int x, unsigned int constant)
91 return L(x + RND(constant));
95 RR(unsigned int x, unsigned int constant)
97 return R(x + RND(constant)) + (constant - RND(constant));
  /src/external/bsd/ntp/
Makefile.inc 10 -Wno-parentheses -Wno-constant-logical-operand \
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 548 uerror("constant has too many '%c'", *ch);
603 * return value of escaped character constant
674 * Convert (one) character constant to an int.
694 uerror("empty character constant");
698 werror("too many characters in character constant");
704 * Convert a wide-character constant to an unsigned int
729 uerror("empty wide-character constant");
731 werror("too many characters in wide-character constant");
  /src/sys/sys/
common_int_const.h 36 #error Your compiler does not provide integer constant suffix macros.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ValueProfilePlugins.inc 44 // Not instrument constant length calls.
62 // Not instrument constant length calls.
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ConstantInitBuilder.cpp 23 if (Data.is<llvm::Constant*>()) {
24 return Data.get<llvm::Constant*>()->getType();
40 if (Data.is<llvm::Constant*>()) {
41 GV->setInitializer(Data.get<llvm::Constant*>());
52 ConstantInitBuilderBase::createFuture(llvm::Constant *initializer) {
67 ConstantInitBuilderBase::createGlobal(llvm::Constant *initializer,
70 bool constant,
75 constant,
88 llvm::Constant *initializer){
97 llvm::Constant *resolvedReference
274 auto constant = llvm::ConstantArray::get(type, elts); local
289 llvm::Constant *constant; local
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
scan.l 518 uerror("constant has too many '%c'", *ch);
570 * Convert a character constant to an integer.
590 uerror("empty character constant");
592 werror("too many characters in character constant");
619 uerror("empty wide-character constant");
621 werror("too many characters in wide-character constant");
  /src/external/gpl3/gcc.old/dist/gcc/
calls.cc 225 but not for a constant address if -fno-function-cse. */
1001 /* If the value is a non-legitimate constant, force it into a
1289 args_size->constant = 0;
1334 /* Replace erroneous argument with constant zero. */
1544 args_size->constant += args[i].locate.size.constant;
1561 Return the original constant component of the argument block's size.
1573 poly_int64 unadjusted_args_size = args_size->constant;
1582 and constant sizes must be combined, the size may have to be rounded,
1588 args_size->constant = 0
    [all...]
function.h 164 /* If we're using a per-function constant pool, this is it. */
531 as the sum of a tree-expression and a constant. This structure is
537 poly_int64_pod constant;
569 (TO).constant += tree_to_shwi (inc); \
581 (TO).constant -= tree_to_shwi (dec); \
593 ((SIZE).var == 0 ? ssize_int ((SIZE).constant) \
595 ssize_int ((SIZE).constant)))
599 ((SIZE).var == 0 ? gen_int_mode ((SIZE).constant, Pmode) \
536 poly_int64_pod constant; member in struct:args_size
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h 36 /// This Value is an UndefValue constant or produces undef. Undefined values
37 /// can be merged with constants (or single element constant ranges),
40 /// constant
45 /// This Value has a specific constant value. The constant cannot be undef.
46 /// (For constant integers, constantrange is used instead. Integer typed
47 /// constantexprs can appear as constant.) Note that the constant state
48 /// can be reached by merging undef & constant states.
51 constant, enumerator in enum:llvm::ValueLatticeElement::ValueLatticeElementTy
    [all...]
  /src/lib/lua/syslog/
syslog.c 91 struct constant { struct
96 #define CONSTANT(NAME) { #NAME, NAME }
98 static struct constant syslog_constant[] = {
100 CONSTANT(LOG_CONS),
101 CONSTANT(LOG_NDELAY),
102 CONSTANT(LOG_NOWAIT),
103 CONSTANT(LOG_ODELAY),
104 CONSTANT(LOG_PERROR),
105 CONSTANT(LOG_PID),
108 CONSTANT(LOG_AUTH)
    [all...]

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 910