Searched refs:value (Results 76 - 100 of 4996) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dparser.h46 int p_assign(const char *, struct value *, int);
47 int p_convstr(struct value *v);
50 int p_expr(struct value *, char);
51 int p_expr0(struct value *, char);
52 int p_expr1(struct value *, char);
53 int p_expr11(struct value *, char);
54 int p_expr12(struct value *, char);
55 int p_expr2(struct value *, char);
56 int p_expr3_10(int, struct value *, char);
58 int p_function(const char *, struct value *, in
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Da_utf8.c67 * to the string and the length of the string. It sets 'value' to the value of
79 unsigned long value; local
84 /* Check syntax and work out the encoded value (if correct) */
86 value = *p++ & 0x7f;
91 value = (*p++ & 0x1f) << 6;
92 value |= *p++ & 0x3f;
93 if(value < 0x80) return -4;
99 value = (*p++ & 0xf) << 12;
100 value |
155 UTF8_putc(unsigned char *str, int len, unsigned long value) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dsfinae9.C30 static const bool value = \
61 STATIC_ASSERT((is_assignable<int>::value));
62 STATIC_ASSERT((is_assignable<int, long>::value));
63 STATIC_ASSERT((is_assignable<X>::value));
64 STATIC_ASSERT((!is_assignable<int*, int>::value));
65 STATIC_ASSERT((is_assignable<int*>::value));
66 STATIC_ASSERT((is_assignable<X, Y>::value));
67 STATIC_ASSERT((!is_assignable<X, Z>::value));
68 STATIC_ASSERT((!is_assignable<Y>::value));
69 STATIC_ASSERT((!is_assignable<const int, long>::value));
[all...]
H A Dcrash10.C13 static int const value = A - 1; member in struct:a
22 return a<L>::value;
26 static int const L = a<B + 1>::value;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h70 double value; local
73 : "=f" (value)
75 return value;
81 double value; local
84 : "=f" (value)
86 return value;
92 double value; local
95 : "=f" (value)
97 return value;
103 double value; local
114 double value; local
125 double value; local
178 double value; local
193 double value; local
204 double value; local
215 double value; local
226 double value; local
237 double value; local
248 double value; local
259 double value; local
270 double value; local
281 double value; local
292 double value; local
317 double value; local
344 double value; local
358 double value; local
370 double value; local
392 double value; local
415 double value; local
436 double value; local
448 double value; local
460 double value; local
483 double value; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dmath-68881.h70 double value; local
73 : "=f" (value)
75 return value;
81 double value; local
84 : "=f" (value)
86 return value;
92 double value; local
95 : "=f" (value)
97 return value;
103 double value; local
114 double value; local
125 double value; local
178 double value; local
193 double value; local
204 double value; local
215 double value; local
226 double value; local
237 double value; local
248 double value; local
259 double value; local
270 double value; local
281 double value; local
292 double value; local
317 double value; local
344 double value; local
358 double value; local
370 double value; local
392 double value; local
415 double value; local
436 double value; local
448 double value; local
460 double value; local
483 double value; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dscope4.C15 static int x(const ::BitString& value);
16 static int y(const class ::BitString& value); // should be parsed ok
17 static int z(const BS& value);
22 V::BitString::x(const ::BitString& value) argument
23 { return value.length(); }
26 V::BitString::y(const class ::BitString& value) // should be parsed ok argument
27 { return value.length(); }
30 V::BitString::z(const BS& value) argument
31 { return value.length(); }
H A Dcrash46.C5 Rational(int v): value(v)
8 int value; member in class:Rational
18 static int x(const __Rational& value);
23 V::Rational::x(const __Rational& value) argument
25 return value > 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dscope4.C15 static int x(const ::BitString& value);
16 static int y(const class ::BitString& value); // should be parsed ok
17 static int z(const BS& value);
22 V::BitString::x(const ::BitString& value) argument
23 { return value.length(); }
26 V::BitString::y(const class ::BitString& value) // should be parsed ok argument
27 { return value.length(); }
30 V::BitString::z(const BS& value) argument
31 { return value.length(); }
H A Dcrash46.C5 Rational(int v): value(v)
8 int value; member in class:Rational
18 static int x(const __Rational& value);
23 V::Rational::x(const __Rational& value) argument
25 return value > 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic25.C7 static const int value = 0; member in struct:sum
12 static const int value = Value + sum<Values...>::value; member in struct:sum
15 int a0[sum<>::value == 0? 1 : -1];
16 int a1[sum<1, 2, 3, 4, 5>::value == 15? 1 : -1];
H A Dvariadic8.C4 static const int value = 0; member in struct:tuple_base
10 static const int value = 1; member in struct:tuple_base
16 static const int value = 2; member in struct:tuple_base
22 int a1[tuple_of_pointers<int>::value == 1? 1 : -1];
23 int a2[tuple_of_pointers<float>::value == 2? 1 : -1];
H A Ddecltype-refbug.C8 static const bool value = false; member in struct:is_same
14 static const bool value = true; member in struct:is_same
17 static_assert(is_same<decltype(f()), int&&>::value, "decltype of rvalue reference");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Daccessing_ivars.m11 int value;
13 - (int) value;
20 int value;
22 - (int) value
24 return value;
28 value = number;
32 value = object->value;
49 if ([b value] != [a value])
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/common_type/requirements/
H A Dtypedefs-2.cc31 VERIFY( (is_same<common_type<void>::type, void>::value) );
32 VERIFY( (is_same<common_type<const void>::type, const void>::value) );
33 VERIFY( (is_same<common_type<volatile void>::type, volatile void>::value) );
35 const volatile void>::value) );
37 VERIFY( (is_same<common_type<void, void>::type, void>::value) );
38 VERIFY( (is_same<common_type<void, const void>::type, void>::value) );
39 VERIFY( (is_same<common_type<void, volatile void>::type, void>::value) );
41 void>::value) );
43 void>::value) );
45 void>::value) );
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/tuple/
H A Dtuple_size.cc32 VERIFY(tuple_size<tuple<> >::value == 0);
33 VERIFY(tuple_size<tuple<int> >::value == 1);
34 VERIFY(tuple_size<tuple<void> >::value == 1);
36 VERIFY(tuple_size<test_tuple1>::value == 3);
37 VERIFY(tuple_size<tuple<tuple<void> > >::value == 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/array/requirements/
H A Dfill.cc34 const int value = 5; local
36 a.fill(value);
37 VERIFY( a[0] == value );
38 VERIFY( a[1] == value );
39 VERIFY( a[2] == value );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/
H A Dassign.cc34 const int value = 5; local
36 a.assign(value);
37 VERIFY( a[0] == value );
38 VERIFY( a[1] == value );
39 VERIFY( a[2] == value );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/6_containers/array/requirements/
H A Dassign.cc35 const int value = 5; local
37 a.assign(value);
38 VERIFY( a[0] == value );
39 VERIFY( a[1] == value );
40 VERIFY( a[2] == value );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/tr1/6_containers/tuple/
H A Dtuple_size.cc32 VERIFY(tuple_size<tuple<> >::value == 0);
33 VERIFY(tuple_size<tuple<int> >::value == 1);
34 VERIFY(tuple_size<tuple<void> >::value == 1);
36 VERIFY(tuple_size<test_tuple1>::value == 3);
37 VERIFY(tuple_size<tuple<tuple<void> > >::value == 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/inherit/
H A Dthunk6.C8 virtual void insert_longdouble(LongDouble value) = 0;
12 virtual void insert_longdouble (LongDouble value);
15 void TAO_DynCommon::insert_longdouble (LongDouble value) { } argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators18.C11 E value; member in struct:Estr
13 Estr( int i ) : value( (E)i ) {}
14 operator E() { return value; }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D941021-1.c3 f (pdbl, value)
5 double value;
10 *pdbl = value;
H A D990923-1.c2 #define value 0xabcd0000L macro
7 if ((x & mask) == value)
15 if (foo (value) != 0 || foo (0) != 1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/graphite/
H A Did-11.c5 double tmp, value; local
9 value += cof[i] / tmp;
13 return value;

Completed in 479 milliseconds

1234567891011>>