Searched refs:value (Results 1 - 25 of 2564) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/preprocessor/
H A Dtst.precondi.d38 #define value 5
44 /value == 5/
46 printf("The value is %d\n", value);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmodf.c31 * modf(value, iptr) returns the signed fractional part of value
39 modf(value, iptr)
40 double value;
45 if ((absvalue = (value >= 0.0) ? value : -value) >= MAXPOWTWO)
46 *iptr = value; /* it must be an integer */
52 if (value < 0.0)
55 return (value
[all...]
H A Dldexp.c34 * double ldexp (value, exp)
35 * double value;
38 * Ldexp returns value * 2**exp, if that result is in range.
40 * it returns a value of appropriate sign and largest single-
45 * other than ERANGE first (zero is a reasonable value to use).
56 ldexp(value, exp)
57 register double value;
62 if (exp == 0 || value == 0.0) /* nothing to do for zero */
63 return (value);
68 frexp(value,
[all...]
H A Dlabeltostring.c32 labeltostring(int part, blabel_t *value, int verbose) argument
42 labelfromstring(int part, char *label_string, blabel_t *value) argument
44 bzero(value, sizeof(value));
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmygetenv.c33 /* return the non-null environment value or the default argument */
41 char *value; local
43 value = getenv(variable);
44 if (value == (char *)NULL || *value == '\0') {
47 return (value);
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastmath.c40 long double value = 0; local
42 double value = 0;
49 return ldexpl(value, exp) != 0;
52 return ldexp(value, exp) != 0;
55 return frexpl(value, &exp) != 0;
58 return frexp(value, &exp) != 0;
61 return isnan(value);
64 return isnan(value);
67 return copysign(1.0, value) < 0;
70 return signbit(value);
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dhas.c49 bool value; local
55 value = 0 < max_colors;
57 return __m_return_int("has_colors", value);
63 bool value; local
69 value = ((insert_character != (char *) 0 || parm_ich != (char *) 0)
73 return __m_return_int("has_ic", value);
79 bool value; local
85 value = ((insert_line != (char *) 0 || parm_insert_line != (char *) 0)
89 return __m_return_int("has_il", value);
95 bool value; local
[all...]
H A Disendwin.c56 int value; local
62 value = __m_screen != (SCREEN *) 0 && (__m_screen->_flags & S_ENDWIN);
64 return __m_return_int("isendwin", value);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dhas.c54 bool value; local
56 value = 0 < max_colors;
58 return (value);
66 bool value; local
68 value = ((insert_character != NULL || parm_ich != NULL) &&
72 return (value);
80 bool value; local
82 value = ((insert_line != NULL || parm_insert_line != NULL) &&
86 return (value);
94 bool value; local
[all...]
H A Disendwin.c59 int value; local
61 value = __m_screen != NULL && (__m_screen->_flags & S_ENDWIN);
63 return ((bool) value);
H A Dgetch.c54 int value; local
56 value = wgetch(stdscr);
58 return (value);
66 int value; local
71 value = wgetch(stdscr);
73 return (value);
81 int value; local
86 value = wgetch(w);
88 return (value);
H A Dtigetstr.c56 char *value = (char *) -1; local
61 value = cur_term->_str[i];
62 if (value == NULL)
63 value = (char *)-1;
68 return (value);
H A Dwclear.c57 int value; local
60 value = werase(w);
62 return (value == 0 ? OK : ERR);
73 int value; local
77 value = __m_cc_erase(w, 0, 0, w->_maxy-1, w->_maxx-1);
79 return (value == 0 ? OK : ERR);
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h49 htons(uint16_t value) argument
52 __asm__("xchgb %h0, %b0" : "+Q" (value));
54 __asm__("xchgb %h0, %b0" : "+q" (value));
56 return (value);
60 ntohs(uint16_t value) argument
63 __asm__("xchgb %h0, %b0" : "+Q" (value));
65 __asm__("xchgb %h0, %b0" : "+q" (value));
67 return (value);
71 htonl(uint32_t value) argument
73 __asm__("bswap %0" : "+r" (value));
78 ntohl(uint32_t value) argument
86 htonll(uint64_t value) argument
93 ntohll(uint64_t value) argument
102 htonll(uint64_t value) argument
108 ntohll(uint64_t value) argument
[all...]
H A Dmmu.h43 uint64_t value; local
47 : "=r" (value));
48 return (value);
52 setcr3(ulong_t value) argument
57 : "r" (value));
71 uint32_t value; local
75 : "=r" (value));
76 return (value);
80 setcr3(ulong_t value) argument
85 : "r" (value));
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.charconstants.d55 printf("decimal value = %d; character value = %c\n", char_1, char_1);
56 printf("decimal value = %d; character value = %c\n", char_2, char_2);
57 printf("decimal value = %d; character value = %c\n", char_3, char_3);
58 printf("decimal value = %d; character value = %c\n", char_4, char_4);
59 printf("decimal value = %d; character value
[all...]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h62 #define PG (value("PAGER") ? value("PAGER") : \
63 (value("bsdcompat") ? "more" : "pg -e"))
66 #define LS (value("LISTER") ? value("LISTER") : "ls")
78 # define MASTER (value("bsdcompat") ? libpath("Mail.rc") : \
81 # define MASTER (value("bsdcompat") ? "/etc/mail/Mail.rc" : \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dlltostr.c36 * lltostr(value, ptr)
37 * long long value;
41 * into which the decimal representation of "value" is to be
42 * placed as a string. Lltostr converts "value" to decimal and
47 * Lltostr's behavior is undefined if "value" is negative. A single
48 * zero digit is produced if "value" is zero.
59 lltostr(longlong_t value, char *ptr) argument
64 if (!(0xffffffff00000000ULL & value)) {
65 ulong_t t, val = (ulong_t)value;
76 *--ptr = (char)('0' + value
83 ulltostr(u_longlong_t value, char *ptr) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAbstractAggregationValue.java34 * A numeric value generated by a D aggregating action such as {@code
47 private final Number value; field in class:AbstractAggregationValue
52 value = new Long(v);
58 value = new Double(v);
64 return value;
68 * Compares the specified object with this aggregation value for
70 * numeric value.
73 * aggregation value of the same {@code Class} as this value, and
81 return (value
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dmemset.c32 p_memset(char *buffer, char value, int size) argument
35 *buffer++ = value;
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_parse.c47 int value, int min, int max)
49 if (value < min || value > max) {
50 logit("attempted to set value of %s for %s to %d, "
52 facility, cachename, value, min, max);
57 if ((addr != NULL) && (*addr != value)) {
61 facility, cachename, value);
62 *addr = value;
71 cachemgr_set_dl(admin_t *ptr, int value) argument
77 "Debug level", "cachemgr", value,
46 cachemgr_set_integer(int *addr, char *facility, char *cachename, int value, int min, int max) argument
81 cachemgr_set_ttl(ldap_stat_t *cache, char *name, int value) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_mac.c430 efx_qword_t value; local
443 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PKTS, &value);
444 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value);
446 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_CONTROL_PKTS, &value);
447 EFSYS_STAT_SUBR_QWORD(&(stat[EFX_MAC_TX_PKTS]), &value);
449 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_PAUSE_PKTS, &value);
450 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_PAUSE_PKTS]), &value);
452 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_UNICAST_PKTS, &value);
453 EFSYS_STAT_SET_QWORD(&(stat[EFX_MAC_TX_UNICST_PKTS]), &value);
455 EF10_MAC_STAT_READ(esmp, MC_CMD_MAC_TX_MULTICAST_PKTS, &value);
[all...]
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
36 int value; member in struct:__anon2603
/illumos-gate/usr/src/lib/libast/common/include/
H A Dnamval.h27 * common name-value struct support
36 int value; member in struct:__anon2631
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
36 int value; member in struct:__anon2703

Completed in 146 milliseconds

1234567891011>>