Searched refs:acc (Results 1 - 25 of 181) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c20 long long stack[16], *sp = &stack[16], acc = 0; local
27 *--sp = acc;
28 acc = ((long long)*pc++) << 32;
31 return (acc >> 32) + (((((unsigned long long) acc) & 0xffffffff) & (1 << 31)) != 0);
34 acc += ((long long)*pc++) << 32;
37 acc = *sp++ + acc;
40 acc -= ((long long)*pc++) << 32;
43 acc
[all...]
H A D920529-1.c6 unsigned long acc; local
12 acc = a[m - 1];
16 acc = (acc << 16) | a[j];
17 acc = acc % *b;
H A D20071105-1.c8 char acc = 128; local
10 *array++ = acc++;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c20 long long stack[16], *sp = &stack[16], acc = 0; local
27 *--sp = acc;
28 acc = ((long long)*pc++) << 32;
31 return (acc >> 32) + (((((unsigned long long) acc) & 0xffffffff) & (1 << 31)) != 0);
34 acc += ((long long)*pc++) << 32;
37 acc = *sp++ + acc;
40 acc -= ((long long)*pc++) << 32;
43 acc
[all...]
H A D920529-1.c6 unsigned long acc; local
12 acc = a[m - 1];
16 acc = (acc << 16) | a[j];
17 acc = acc % *b;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dmips-sched-madd.c9 int acc; local
11 acc = a * b;
13 acc = d * e + acc;
14 acc = f * g + acc;
15 return acc > temp ? acc : temp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/unsorted/
H A Dd.c5 long long unsigned acc; local
8 acc = *str++ - '0';
15 acc = acc * 10 + d;
18 return acc;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/unsorted/
H A Dd.c5 long long unsigned acc; local
8 acc = *str++ - '0';
15 acc = acc * 10 + d;
18 return acc;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D961122-1.c1 long long acc; variable
5 acc += (long long) a << 32;
10 acc -= (long long) a << 32;
15 acc = 0xffff00000000ll;
17 if (acc != 0x1000000000000ll)
20 if (acc != 0xffff00000000ll)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D961122-1.c1 long long acc; variable
5 acc += (long long) a << 32;
10 acc -= (long long) a << 32;
15 acc = 0xffff00000000ll;
17 if (acc != 0x1000000000000ll)
20 if (acc != 0xffff00000000ll)
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_acctrace.c78 RF_AccTotals_t *acc = &raid->acc_totals; local
86 acc->num_log_ents++;
88 acc->recon_start_to_fetch_us += rec->specific.recon.recon_start_to_fetch_us;
89 acc->recon_fetch_to_return_us += rec->specific.recon.recon_fetch_to_return_us;
90 acc->recon_return_to_submit_us += rec->specific.recon.recon_return_to_submit_us;
91 acc->recon_num_phys_ios += rec->num_phys_ios;
92 acc->recon_phys_io_us += rec->phys_io_us;
93 acc->recon_diskwait_us += rec->diskwait_us;
94 acc->recon_reccount++;
96 RF_HIST_ADD(acc
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_nist.c402 NIST_INT64 acc; /* accumulator */ local
406 acc = rp[0]; acc += bp[3*2-6];
407 acc += bp[5*2-6]; rp[0] = (unsigned int)acc; acc >>= 32;
409 acc += rp[1]; acc += bp[3*2-5];
410 acc += bp[5*2-5]; rp[1] = (unsigned int)acc; ac
534 NIST_INT64 acc; /* accumulator */ local
682 NIST_INT64 acc; /* accumulator */ local
887 NIST_INT64 acc; /* accumulator */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/pb_ds/example/
H A Dbasic_multimap.cc107 accounts_t acc; local
110 acc["a"][12] = 0;
113 acc["a"][12] += 45;
116 acc["b"][13] = 12.3;
119 acc["c"][14] = 0;
123 acc["a"][160] = 142;
126 accounts_t::const_point_iterator it = acc.find("a");
127 assert(it != acc.end());
135 for (cust_it = acc.begin(); cust_it != acc
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Ddns.c62 struct irs_acc *acc; local
67 if (!(acc = memget(sizeof *acc))) {
71 memset(acc, 0x5e, sizeof *acc);
74 memput(acc, sizeof *acc);
88 acc->private = dns;
90 acc->gr_map = irs_dns_gr;
92 acc
[all...]
H A Dlcl.c57 struct irs_acc *acc; local
62 if (!(acc = memget(sizeof *acc))) {
66 memset(acc, 0x5e, sizeof *acc);
69 free(acc);
75 acc->private = lcl;
77 acc->gr_map = irs_lcl_gr;
79 acc->gr_map = NULL;
82 acc
[all...]
H A Dnis.c68 struct irs_acc *acc; local
80 if (!(acc = memget(sizeof *acc))) {
85 memset(acc, 0x5e, sizeof *acc);
86 acc->private = nis;
89 acc->gr_map = irs_nis_gr;
91 acc->gr_map = NULL;
94 acc->pw_map = irs_nis_pw;
96 acc
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/locale/
H A D_wcstol.h54 __INT acc, cutoff; variable
63 (void)&acc; (void)&cutoff; variable
111 for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
120 if (acc < cutoff || (acc == cutoff && i > cutlim)) {
122 acc = __INT_MIN;
126 acc *= base;
127 acc -= i;
130 if (acc > cutoff || (acc
[all...]
/netbsd-6-1-5-RELEASE/common/lib/libc/stdlib/
H A D_strtoul.h48 __UINT acc, cutoff; local
96 for (acc = 0, any = 0;; c = *s++) {
107 if (acc > cutoff || (acc == cutoff && i > cutlim)) {
108 acc = __UINT_MAX;
118 acc *= (__UINT)base;
119 acc += i;
123 acc = -acc;
127 return(acc);
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/clib/
H A Dstrtol.c61 register unsigned long acc; local
108 for (acc = 0, any = 0;; c = *s++) {
117 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
121 acc *= base;
122 acc += c;
126 acc = neg ? LONG_MIN : LONG_MAX;
129 acc = -acc;
132 return (acc);
[all...]
H A Dstrtoul.c61 register unsigned long acc; local
87 for (acc = 0, any = 0;; c = *s++) {
96 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
100 acc *= base;
101 acc += c;
105 acc = ULONG_MAX;
108 acc = -acc;
111 return (acc);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dstrtoul.c78 unsigned long acc; local
104 for (acc = 0, any = 0;; c = *s++) {
115 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
119 acc *= base;
120 acc += c;
124 acc = ULONG_MAX;
127 acc = -acc;
130 return (acc);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dstrtoul.c84 unsigned long acc; local
110 for (acc = 0, any = 0;; c = *s++) {
121 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
125 acc *= base;
126 acc += c;
130 acc = ULONG_MAX;
133 acc = -acc;
136 return (acc);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/bsd/
H A Dstrtoul.c66 u_long acc, cutoff; local
92 for (acc = 0, any = 0;; c = *(const unsigned char*)s++) {
101 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
105 acc *= base;
106 acc += c;
110 acc = ULONG_MAX;
113 acc = -acc;
116 return (acc);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dstrtoul.c78 unsigned long acc; local
104 for (acc = 0, any = 0;; c = *s++) {
115 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
119 acc *= base;
120 acc += c;
124 acc = ULONG_MAX;
127 acc = -acc;
130 return (acc);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dstrtol.c91 register unsigned long acc; local
138 for (acc = 0, any = 0;; c = *s++) {
147 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
151 acc *= base;
152 acc += c;
156 acc = neg ? LONG_MIN : LONG_MAX;
159 acc = -acc;
162 return (acc);
[all...]

Completed in 176 milliseconds

12345678