HomeSort by: relevance | last modified time | path
    Searched defs:constant (Results 1 - 14 of 14) sorted by relevancy

  /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 in typeref:typename:int
msg_027.c 14 constant, enumerator in enum:__anonfa86d3e40103
15 /* expect+1: error: redeclaration of 'constant' [27] */
16 constant, enumerator in enum:__anonfa86d3e40103
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: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/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 in function:tv_hchacha20
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/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/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/usr.sbin/acpitools/aml/
aml_obj.h 77 int constant; member in struct:aml_num
  /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/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 */
542 val_t constant; member in union:token::__anondcf084d01d0a
  /src/sys/compat/netbsd32/
netbsd32.h 974 netbsd32_long constant; /* pll time constant (rw) */ member in struct:netbsd32_timex

Completed in 87 milliseconds