Searched refs:res (Results 251 - 275 of 3996) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac_libcdep.cc22 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap"); local
23 CHECK(res != MAP_FAILED);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A DlinkD.c11 const int res = runTests() ? EXIT_SUCCESS : EXIT_FAILURE; local
13 return res;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcacosq.c26 __complex128 res; local
35 __real__ res = (__float128) M_PI_2q - __real__ y; local
36 if (__real__ res == 0)
37 __real__ res = 0; local
38 __imag__ res = -__imag__ y; local
47 __real__ res = __imag__ y; local
48 __imag__ res = __real__ y; local
51 return res;
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPSearchResults.cpp21 LDAPMsg* res=0; local
24 res = msg->getNext();
28 switch(res->getMessageType()){
30 entryList.addEntry(*((LDAPSearchResult*)res)->getEntry());
33 refList.addReference(*((LDAPSearchReference*)res));
38 return ((LDAPResult*) res);
40 delete res;
41 res=0;
/netbsd-current/external/gpl3/gcc.old/dist/libbacktrace/
H A Dinstrumented_alloc.c68 void *res; local
73 res = malloc (size);
74 if (res != NULL)
77 return res;
83 void *res; local
91 res = realloc (ptr, size);
92 if (res != NULL)
95 return res;
/netbsd-current/external/gpl3/gcc/dist/libbacktrace/
H A Dinstrumented_alloc.c68 void *res; local
73 res = malloc (size);
74 if (res != NULL)
77 return res;
83 void *res; local
91 res = realloc (ptr, size);
92 if (res != NULL)
95 return res;
/netbsd-current/external/gpl3/gdb/dist/libbacktrace/
H A Dinstrumented_alloc.c68 void *res; local
73 res = malloc (size);
74 if (res != NULL)
77 return res;
83 void *res; local
91 res = realloc (ptr, size);
92 if (res != NULL)
95 return res;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_mac_libcdep.cpp23 void *res = MmapFixedNoAccess(max_address, size_to_mmap, "high gap"); local
24 CHECK(res != MAP_FAILED);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_restrict.c129 restrict_u * res,
137 inet_ntop(AF_INET6, &res->u.v6.addr, as, sizeof as);
138 inet_ntop(AF_INET6, &res->u.v6.mask, ms, sizeof ms);
140 struct in_addr sia = { htonl(res->u.v4.addr) };
141 struct in_addr sim = { htonl(res->u.v4.mask) };
147 res, as, ms, res->count, res->rflags, res->mflags,
148 res
128 dump_restrict( restrict_u * res, int is_ipv6 ) argument
159 restrict_u * res; local
242 restrict_u * res; local
268 restrict_u * res; local
289 free_res( restrict_u * res, int v6 ) argument
344 restrict_u * res; local
375 restrict_u * res; local
410 restrict_u *res; local
613 restrict_u * res; local
754 restrict_u * res; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/cf/
H A Droken-h-process.pl50 my $res = $2;
51 $res = 1 if (!defined $res);
52 $defines{$1} = $res;
96 my $res = parse_if($1);
97 print "line = $res: $1\n" if ($debug);
98 push @nesting, $res;
101 my $res = pop @nesting;
102 if ($res gt 0) {
103 $res
[all...]
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A DkodFile.c51 struct kod_entry* res; local
53 TEST_ASSERT_EQUAL(1, search_entry("192.0.2.5", &res));
54 TEST_ASSERT_EQUAL_STRING("DENY", res->type);
55 TEST_ASSERT_EQUAL_STRING("192.0.2.5", res->hostname);
56 TEST_ASSERT_EQUAL(0x12345678, res->timestamp);
58 TEST_ASSERT_EQUAL(1, search_entry("192.0.2.100", &res));
59 TEST_ASSERT_EQUAL_STRING("RSTR", res->type);
60 TEST_ASSERT_EQUAL_STRING("192.0.2.100", res->hostname);
61 TEST_ASSERT_EQUAL(0xfff, res->timestamp);
71 struct kod_entry* res; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_toom_sqr.c25 int res, B; local
28 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
29 return res;
36 if ((res = mp_mod_2d(a, DIGIT_BIT * B, &a0)) != MP_OKAY) {
40 if ((res = mp_copy(a, &a1)) != MP_OKAY) {
46 if ((res = mp_copy(a, &a2)) != MP_OKAY) {
52 if ((res = mp_sqr(&a0, &w0)) != MP_OKAY) {
57 if ((res = mp_sqr(&a2, &w4)) != MP_OKAY) {
62 if ((res = mp_mul_2(&a0, &tmp1)) != MP_OKAY) {
65 if ((res
[all...]
H A Dbn_mp_n_root.c33 int res, neg; local
40 if ((res = mp_init (&t1)) != MP_OKAY) {
41 return res;
44 if ((res = mp_init (&t2)) != MP_OKAY) {
48 if ((res = mp_init (&t3)) != MP_OKAY) {
61 if ((res = mp_copy (&t2, &t1)) != MP_OKAY) {
68 if ((res = mp_expt_d (&t1, b - 1, &t3)) != MP_OKAY) {
74 if ((res = mp_mul (&t3, &t1, &t2)) != MP_OKAY) {
79 if ((res = mp_sub (&t2, a, &t2)) != MP_OKAY) {
85 if ((res
[all...]
H A Dbn_mp_abs.c27 int res; local
31 if ((res = mp_copy (a, b)) != MP_OKAY) {
32 return res;
H A Dbn_mp_prime_is_divisible.c28 mp_digit res; local
35 if ((err = mp_mod_d (a, ltm_prime_tab[ix], &res)) != MP_OKAY) {
40 if (res == 0) {
H A Dbn_mp_neg.c23 int res; local
25 if ((res = mp_copy (a, b)) != MP_OKAY) {
26 return res;
H A Dbn_mp_2expt.c28 int res; local
34 if ((res = mp_grow (a, b / DIGIT_BIT + 1)) != MP_OKAY) {
35 return res;
/netbsd-current/lib/libc/arch/sparc64/gen/
H A Dfpgetsticky.c30 fp_except res; local
33 res = (x >> 5) & 0x1f;
36 res |= _softfloat_float_exception_flags;
39 return res;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_to_int32.c42 int res; local
61 res = 0x80000000;
62 BID_RETURN (res);
82 res = 0x00000000;
83 BID_RETURN (res);
117 res = 0x80000000;
118 BID_RETURN (res);
138 res = 0x80000000;
139 BID_RETURN (res);
153 res
301 int res; local
600 int res; local
851 int res; local
1108 int res; local
1359 int res; local
1616 int res; local
1838 int res; local
2086 int res; local
2324 int res; local
[all...]
H A Dbid128_compare.c28 int res; variable
45 res = 0;
46 BID_RETURN (res); variable
52 res = 1;
53 BID_RETURN (res); variable
58 res = (((x.w[1] ^ y.w[1]) & MASK_SIGN) != MASK_SIGN);
59 BID_RETURN (res); variable
61 res = 0;
62 BID_RETURN (res); variable
66 res
67 BID_RETURN (res); variable
119 BID_RETURN (res); variable
122 BID_RETURN (res); variable
128 BID_RETURN (res); variable
140 BID_RETURN (res); variable
151 BID_RETURN (res); variable
162 BID_RETURN (res); variable
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_to_int32.c42 int res; local
61 res = 0x80000000;
62 BID_RETURN (res);
82 res = 0x00000000;
83 BID_RETURN (res);
117 res = 0x80000000;
118 BID_RETURN (res);
138 res = 0x80000000;
139 BID_RETURN (res);
153 res
301 int res; local
600 int res; local
851 int res; local
1108 int res; local
1359 int res; local
1616 int res; local
1838 int res; local
2086 int res; local
2324 int res; local
[all...]
H A Dbid128_compare.c28 int res; variable
45 res = 0;
46 BID_RETURN (res); variable
52 res = 1;
53 BID_RETURN (res); variable
58 res = (((x.w[1] ^ y.w[1]) & MASK_SIGN) != MASK_SIGN);
59 BID_RETURN (res); variable
61 res = 0;
62 BID_RETURN (res); variable
66 res
67 BID_RETURN (res); variable
119 BID_RETURN (res); variable
122 BID_RETURN (res); variable
128 BID_RETURN (res); variable
140 BID_RETURN (res); variable
151 BID_RETURN (res); variable
162 BID_RETURN (res); variable
[all...]
/netbsd-current/common/lib/libc/string/
H A Dconsttime_memequal.c22 unsigned int res = 0; local
25 res |= *c1++ ^ *c2++;
31 * This is not simply `!res' because although many CPUs support
34 * certain CPUs for `!res'.
36 return (1 & ((res - 1) >> 8));
/netbsd-current/sys/arch/sbmips/stand/common/
H A Dcfe.c46 int res; local
48 while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */
49 return (res < 0) ? -1 : ch;
/netbsd-current/sys/arch/evbmips/stand/sbmips/common/
H A Dcfe.c46 int res; local
48 while ((res = cfe_read(conhandle,&ch,1)) == 0) ; /* null loop */
49 return (res < 0) ? -1 : ch;

Completed in 160 milliseconds

<<11121314151617181920>>