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

1234567891011>>

/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DDoubleHolder.java45 public double value; field in class:DoubleHolder
49 public DoubleHolder(double value) { argument
50 this.value = value;
H A DIntHolder.java45 public int value; field in class:IntHolder
49 public IntHolder(int value) { argument
50 this.value = value;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A DHAS_OVERLOAD.pm8 my $value = shift;
9 bless \$value, $package;
/opensolaris-onvv-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...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/encoding/
H A DCRC16.java42 value = 0;
52 if ((value & 0x8000) != 0)
53 value = (value << 1) + b ^ 0x1021;
55 value = (value << 1) + b;
58 value = value & 0xffff;
63 value = 0;
66 public int value; field in class:CRC16
[all...]
/opensolaris-onvv-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...]
/opensolaris-onvv-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...]
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h47 extern __inline__ uint16_t htons(uint16_t value) argument
50 __asm__("xchgb %h0, %b0" : "+Q" (value));
52 __asm__("xchgb %h0, %b0" : "+q" (value));
54 return (value);
57 extern __inline__ uint16_t ntohs(uint16_t value) argument
60 __asm__("xchgb %h0, %b0" : "+Q" (value));
62 __asm__("xchgb %h0, %b0" : "+q" (value));
64 return (value);
67 extern __inline__ uint32_t htonl(uint32_t value) argument
69 __asm__("bswap %0" : "+r" (value));
73 ntohl(uint32_t value) argument
80 htonll(uint64_t value) argument
86 ntohll(uint64_t value) argument
94 htonll(uint64_t value) argument
99 ntohll(uint64_t value) argument
[all...]
/opensolaris-onvv-gate/usr/src/pkg/manifests/
H A DSUNWcg6.mf26 set name=pkg.fmri value=pkg:/SUNWcg6@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=sparc
H A DSUNWcg6h.mf26 set name=pkg.fmri value=pkg:/SUNWcg6h@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=sparc
H A DSUNWdfb.mf26 set name=pkg.fmri value=pkg:/SUNWdfb@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=i386
H A DSUNWdfbh.mf26 set name=pkg.fmri value=pkg:/SUNWdfbh@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
H A DSUNWiscsitgt.mf28 set name=pkg.fmri value=pkg:/SUNWiscsitgt@0.5.11,5.11-0.143
29 set name=pkg.obsolete value=true
30 set name=variant.arch value=$(ARCH)
H A DSUNWlp-cmds.mf26 set name=pkg.fmri value=pkg:/SUNWlp-cmds@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
H A DSUNWlpr-cmds.mf26 set name=pkg.fmri value=pkg:/SUNWlpr-cmds@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
H A DSUNWlx.mf28 set name=pkg.fmri value=pkg:/SUNWlx@0.5.11,5.11-0.143
29 set name=pkg.obsolete value=true
30 set name=variant.arch value=i386
H A DSUNWmms.mf28 set name=pkg.fmri value=pkg:/SUNWmms@0.5.11,5.11-0.143
29 set name=pkg.obsolete value=true
30 set name=variant.arch value=$(ARCH)
H A DSUNWpcelx.mf26 set name=pkg.fmri value=pkg:/SUNWpcelx@0.5.11,5.11-0.132
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
H A DSUNWpcmcu.mf26 set name=pkg.fmri value=pkg:/SUNWpcmcu@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
H A DSUNWpcmem.mf26 set name=pkg.fmri value=pkg:/SUNWpcmem@0.5.11,5.11-0.130
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=$(ARCH)
H A DSUNWpdu.mf26 set name=pkg.fmri value=pkg:/SUNWpdu@0.5.11,5.11-0.142
27 set name=pkg.obsolete value=true
28 set name=variant.arch value=sparc

Completed in 95 milliseconds

1234567891011>>