| /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/gpl3/gdb/dist/include/gdb/ |
| signals.h | 52 #define SET(symbol, constant, name, string) \ 53 symbol = constant,
|
| /src/external/gpl3/gdb.old/dist/include/gdb/ |
| signals.h | 52 #define SET(symbol, constant, name, string) \ 53 symbol = constant,
|
| /src/external/mpl/dhcp/ |
| Makefile.inc | 9 -Wno-conversion -Wno-constant-logical-operand \
|
| /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/gpl3/gdb/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/gdb.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/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dwz.exp | 44 constant { 50 constant { 70 constant {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dwz.exp | 44 constant { 50 constant { 70 constant {
|
| /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/crypto/external/apache2/openssl/dist/test/recipes/ |
| 02-test_errstr.t | 38 use constant ERR_SYSTEM_FLAG => INT_MAX + 1; 39 use constant ERR_LIB_OFFSET => 23; # Offset of the "library" errcode section 42 use constant ERR_LIB_NONE => 1;
|