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

1 2

  /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/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/sys/sys/
common_int_const.h 36 #error Your compiler does not provide integer constant suffix macros.
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/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/usr.bin/rpcgen/
rpc_scan.c 108 * scan expecting a constant, possibly symbolic
118 error("Expected constant or identifier");
316 error("Unterminated string constant");
339 error("Unterminated string constant");
  /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/kern/
kern_ntptime.c 292 * Note that either the time constant or TAI offset are loaded
293 * from the ntv.constant member, depending on the mode bits. If
318 if (ntv->constant < 0)
320 else if (ntv->constant > MAXTC)
323 time_constant = ntv->constant;
326 if (ntv->constant > 0) /* XXX zero & negative numbers ? */
327 time_tai = ntv->constant;
391 ntv->constant = time_constant;
694 * constant, since it is infrequently changed, and then only when the
  /src/usr.sbin/acpitools/aml/
aml_obj.h 77 int constant; member in struct:aml_num
aml_obj.c 107 ret->num.constant = 0;
  /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/lib/lua/sqlite/
sqlite.c 359 struct constant { struct
364 static const struct constant sqlite_constant[] = {
  /src/lib/libintl/
plural_parser.c 90 unsigned long constant; member in union:token_data
113 /* get an atom (identifier or constant) */
141 token_data->constant = ul;
278 printf("constant: %lu\n", token_data.constant);
463 /* term := identifier | constant | '(' exp ')' */
742 printf("%d", pelem->u.token_data.constant);
798 return pe->u.token_data.constant;
  /src/sys/conf/
Makefile.kern.inc 99 -Wno-error=constant-conversion
  /src/share/examples/puffs/pgfs/
newfs.sql 57 -- executed in a nearly constant time.
  /src/sys/arch/m68k/060sp/dist/
ilsp.doc 61 (define constant longword). The file can be converted to other
test.doc 52 directive "dc.l" (define constant longword). The files can be
  /src/sys/external/bsd/acpica/dist/compiler/
readme.txt 25 constant expressions.
  /src/sys/compat/netbsd32/
netbsd32_conv.h 443 tx32p->constant = (netbsd32_long)txp->constant;
467 txp->constant = (long)tx32p->constant;
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 11 * constant literals that are shared across profiling runtime library,
46 * 4. To construct constant array for the initializers:
49 * Constant *ConstantVals[] = {
  /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/usr.bin/xlint/lint1/
lint1.h 91 * Set if an integer constant is unsigned only in C90 and later, but
165 SK_VCFT, /* variable, constant, function, type */
544 val_t constant; member in union:token::__anon8393

Completed in 36 milliseconds

1 2