| /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/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...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| derived-key-test.c | 42 unsigned char constant[MAXSIZE]; member in struct:testcase 124 ret = krb5_derive_key(context, &key, t->enctype, t->constant,
|
| pseudo-random-test.c | 42 unsigned char constant[MAXSIZE]; member in struct:testcase 75 krb5_data constant, prf; local 87 constant.data = t->constant; 88 constant.length = t->constant_len; 90 ret = krb5_crypto_prf(context, crypto, &constant, &prf);
|
| /src/lib/lua/gpio/ |
| gpio.c | 227 struct constant { struct 232 static const struct constant gpio_constant[] = {
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| xchacha20.c | 33 unsigned char *constant; local 40 constant = (unsigned char *) sodium_malloc(crypto_core_hchacha20_CONSTBYTES); 57 sodium_hex2bin(constant, crypto_core_hchacha20_CONSTBYTES, 64 crypto_core_hchacha20(out2, in, key, constant); 71 sodium_free(constant);
|
| /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/lib/lua/sqlite/ |
| sqlite.c | 359 struct constant { struct 364 static const struct constant sqlite_constant[] = {
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_gram.y | 233 | constant 234 | program constant 708 constant: label 712 stop("Re-definition of symbol as a constant", 723 stop("Invalid downloaded constant declaration", 728 stop("Re-definition of symbol as a downloaded constant", 866 stop("register offset must be a constant", EX_DATAERR);
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/ |
| krb5kdf.c | 48 const unsigned char *constant, size_t constant_len, 56 unsigned char *constant; member in struct:__anon552 90 OPENSSL_clear_free(ctx->constant, ctx->constant_len); 113 || !ossl_prov_memdup(src->constant, src->constant_len, 114 &dest->constant, &dest->constant_len) 144 if (ctx->constant == NULL) { 150 ctx->constant, ctx->constant_len, 172 if (!krb5kdf_set_membuf(&ctx->constant, &ctx->constant_len, p)) 273 * s |= constant rot 13*(r-1)) 281 * s[l] = (constant rot 13*(l/K))[l%k [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/ |
| krb5kdf.c | 47 const unsigned char *constant, size_t constant_len, 55 unsigned char *constant; member in struct:__anon1600 91 OPENSSL_clear_free(ctx->constant, ctx->constant_len); 124 if (ctx->constant == NULL) { 130 ctx->constant, ctx->constant_len, 152 if (!krb5kdf_set_membuf(&ctx->constant, &ctx->constant_len, p)) 253 * s |= constant rot 13*(r-1)) 261 * s[l] = (constant rot 13*(l/K))[l%k] 266 const unsigned char *constant, size_t constant_len) 272 memcpy(block, constant, constant_len) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| ArrayBoundCheckerV2.cpp | 90 llvm::APSInt constant = local 94 // The constant should never be 0 here, since it the result of scaling 96 if ((extent.getValue() % constant) != 0) 101 svalBuilder.makeIntVal(extent.getValue() / constant), 106 svalBuilder.makeIntVal(extent.getValue() - constant), svalBuilder);
|
| /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/external/gpl3/gcc/dist/gcc/ |
| ira.h | 185 /* Equiv. memory, constant, invariant, and initializing insns of 188 rtx constant; member in struct:ira_reg_equiv_s
|
| reload.h | 211 /* The constant value to which pseudo reg N is equivalent, 212 or zero if pseudo reg N is not equivalent to a constant. 214 with the constant it stands for. */ 215 rtx constant; member in struct:reg_equivs_t 242 constant or memory slot. */ 247 (*reg_equivs)[(ELT)].constant 374 address, namely: sum constant integers, surround the sum of two 375 constants with a CONST, put the constant as the second operand, and 376 group the constant on the outermost sum. */
|
| tree-ssa-sccvn.h | 116 /* Constant offset this op adds or -1 if it is variable. */ 162 tree constant; member in struct:vn_constant_s 179 /* Hash the constant CONSTANT with distinguishing type incompatible 183 vn_hash_constant_with_type (tree constant) 186 inchash::add_expr (constant, hstate); 187 hstate.merge_hash (vn_hash_type (TREE_TYPE (constant))); 226 /* Value number. This may be an SSA name or a constant. */ 291 /* Return true if V is a value id for a 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/external/gpl3/gcc.old/dist/gcc/ |
| ira.h | 182 /* Equiv. memory, constant, invariant, and initializing insns of 185 rtx constant; member in struct:ira_reg_equiv_s
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| ld-decode.h | 33 ":" [ <constant-field-names> ] 37 ":" [ <constant> ] 53 | <constant> 97 Treat `/' (reserved) fields as a constant (zero) instead of 102 Treat any contained register (string) fields as constant when 105 what would otherwize be non constant bits of an instruction. 123 Where <instruction> is obtained by looking only at constant fields 131 3: boolean expansion of equality of special constant 227 unsigned constant; member in struct:_decode_table
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| ld-decode.h | 33 ":" [ <constant-field-names> ] 37 ":" [ <constant> ] 53 | <constant> 97 Treat `/' (reserved) fields as a constant (zero) instead of 102 Treat any contained register (string) fields as constant when 105 what would otherwize be non constant bits of an instruction. 123 Where <instruction> is obtained by looking only at constant fields 131 3: boolean expansion of equality of special constant 227 unsigned constant; member in struct:_decode_table
|
| /src/sys/compat/freebsd/ |
| freebsd_timex.h | 88 * MAXTC establishes the maximum time constant of the PLL. With the 89 * SHIFT_KG and SHIFT_KF values given and a time constant range from 96 #define MAXTC 6 /* maximum time constant (shift) */ 184 #define PPS_AVG 2 /* pps averaging constant (shift) */ 202 #define MOD_TIMECONST 0x0020 /* set pll time constant */ 261 long constant; /* pll time constant (rw) */ member in struct:freebsd_timex
|
| /src/sys/sys/ |
| timex.h | 120 #define MAXTC 10 /* max time constant */ 133 #define MOD_TIMECONST 0x0020 /* set PLL time constant */ 220 long constant; /* poll interval (log2 s) (rw) */ member in struct:timex
|
| /src/external/bsd/ntp/dist/kernel/sys/ |
| timex.h | 93 * MAXTC establishes the maximum time constant of the PLL. With the 94 * SHIFT_KG and SHIFT_KF values given and a time constant range from 102 #define MAXTC 6 /* maximum time constant (shift) */ 190 #define PPS_AVG 2 /* pps averaging constant (shift) */ 208 #define MOD_TIMECONST 0x0020 /* set pll time constant */ 268 long constant; /* pll time constant (rw) */ member in struct:timex
|