| /illumos-gate/usr/src/lib/libresolv2/common/irs/ |
| H A D | dns.c | 60 struct irs_acc *acc; local 65 if (!(acc = memget(sizeof *acc))) { 69 memset(acc, 0x5e, sizeof *acc); 72 memput(acc, sizeof *acc); 86 acc->private = dns; 88 acc->gr_map = irs_dns_gr; 90 acc [all...] |
| H A D | lcl.c | 55 struct irs_acc *acc; local 60 if (!(acc = memget(sizeof *acc))) { 64 memset(acc, 0x5e, sizeof *acc); 67 free(acc); 73 acc->private = lcl; 75 acc->gr_map = irs_lcl_gr; 77 acc->gr_map = NULL; 80 acc [all...] |
| H A D | nis.c | 66 struct irs_acc *acc; local 78 if (!(acc = memget(sizeof *acc))) { 83 memset(acc, 0x5e, sizeof *acc); 84 acc->private = nis; 87 acc->gr_map = irs_nis_gr; 89 acc->gr_map = NULL; 92 acc->pw_map = irs_nis_pw; 94 acc [all...] |
| H A D | gen_p.h | 69 struct irs_acc *acc; member in struct:irs_inst 87 #define IRS_MERGE 0x0001 /*%< Don't stop if acc. has data? */ 88 #define IRS_CONTINUE 0x0002 /*%< Don't stop if acc. has no data? */
|
| H A D | gen.c | 132 struct irs_acc *acc; local 135 if (!(acc = memget(sizeof *acc))) { 139 memset(acc, 0x5e, sizeof *acc); 142 memput(acc, sizeof *acc); 152 acc->private = irs; 154 acc->gr_map = irs_gen_gr; 156 acc 293 add_rule(struct gen_p *irs, enum irs_map_id map, enum irs_acc_id acc, const char *options) argument 427 enum irs_acc_id acc; local [all...] |
| H A D | irp.c | 84 struct irs_acc *acc; local 89 if (!(acc = memget(sizeof *acc))) { 93 memset(acc, 0x5e, sizeof *acc); 96 free(acc); 102 acc->private = irp; 105 acc->gr_map = irs_irp_gr; 107 acc->gr_map = NULL; 110 acc [all...] |
| /illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | _Qfmul.c | 38 unsigned acc[4]; /* Product accumulator. */ local 73 s=r=acc[0]=acc[1]=acc[2]=acc[3]=0; /* intialize acc to zero */ 79 s |= r; /* shift acc right one bit */ 80 r = acc[3]&1; 81 acc[3] = ((acc[ [all...] |
| H A D | _base_S.c | 61 unsigned long acc, p; local 65 acc = 0; 68 p=_umac(px[i],py[n - 1 - i],acc); 69 if (p < acc) 71 acc = p; 73 product[0] = (_BIG_FLOAT_DIGIT) (acc & 0xffff); 74 product[1] = (_BIG_FLOAT_DIGIT) (acc >> 16); 94 unsigned long acc; local 98 acc = 0; 101 acc [all...] |
| /illumos-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | strto.c | 53 register LONGLONG_T acc, cutoff; local 120 for (acc = 0, any = 0;; c = (unsigned char) *s++) 134 if (acc < cutoff || (acc == cutoff && c > cutlim)) 137 acc = LLONG_MIN; 143 acc *= base; 144 acc -= c; 149 if (acc > cutoff || (acc == cutoff && c > cutlim)) 152 acc 193 register ULONGLONG_T acc, cutoff; local [all...] |
| /illumos-gate/usr/src/cmd/sgs/lex/common/ |
| H A D | parser.y | 99 acc : lexinput label
|
| /illumos-gate/usr/src/uts/sparc/fpu/ |
| H A D | mul.c | 38 unsigned acc[4]; /* Product accumulator. */ local 74 /* intialize acc to zero */ 75 s = r = acc[0] = acc[1] = acc[2] = acc[3] = 0; 81 s |= r; /* shift acc right one bit */ 82 r = acc[3]&1; 83 acc[3] = ((acc[ [all...] |
| /illumos-gate/usr/src/boot/lib/libstand/ |
| H A D | strtol.c | 53 unsigned long acc; local 105 for (acc = 0, any = 0;; c = *s++) { 116 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) 120 acc *= base; 121 acc += c; 125 acc = neg ? LONG_MIN : LONG_MAX; 128 acc = -acc; 131 return (acc); [all...] |
| H A D | strtoul.c | 54 unsigned long acc; local 85 acc = any = 0; 102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) 106 acc *= base; 107 acc += c; 111 acc = ULONG_MAX; 117 acc = -acc; 120 return (acc); [all...] |
| /illumos-gate/usr/src/lib/libresolv2/common/bsd/ |
| H A D | strtoul.c | 64 u_long acc, cutoff; local 90 for (acc = 0, any = 0;; c = *(const unsigned char*)s++) { 99 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim)) 103 acc *= base; 104 acc += c; 108 acc = ULONG_MAX; 111 acc = -acc; 114 return (acc); [all...] |
| /illumos-gate/usr/src/cmd/audio/utilities/ |
| H A D | AudioPipe.cc | 40 const FileAccess acc, // access mode 42 AudioUnixfile(name_local, acc) 38 AudioPipe( const int desc, const FileAccess acc, const char *name_local) argument
|
| H A D | AudioRawPipe.cc | 43 const FileAccess acc, // access mode 47 ):AudioPipe(desc, acc, name_local), offset(off) 41 AudioRawPipe( const int desc, const FileAccess acc, const AudioHdr& hdr_local, const char *name_local, const off_t off ) argument
|
| H A D | AudioUnixfile.cc | 55 const FileAccess acc): // access mode 56 AudioStream(path), fd(-1), block(TRUE), mode(acc), 53 AudioUnixfile( const char *path, const FileAccess acc) argument
|
| H A D | AudioFile.cc | 80 const FileAccess acc): // access mode 81 AudioUnixfile(path, acc), 78 AudioFile( const char *path, const FileAccess acc) argument
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_acache.c | 66 nfs4_access_check(rnode4_t *rp, uint32_t acc, cred_t *cr) argument 83 if ((ap->known & acc) == acc) { 87 if ((ap->allowed & acc) == acc) 112 nfs4_access_cache(rnode4_t *rp, uint32_t acc, uint32_t resacc, cred_t *cr) argument 127 nap->known = acc; 141 ap->known |= acc; 142 ap->allowed &= ~acc;
|
| H A D | nfs_acl_vnops.c | 284 uint32 acc; local 292 acc = 0; 294 acc |= ACCESS2_READ; 299 acc |= ACCESS2_DELETE; 300 acc |= ACCESS2_MODIFY | ACCESS2_EXTEND; 304 acc |= ACCESS2_LOOKUP; 306 acc |= ACCESS2_EXECUTE; 337 cacc = nfs_access_check(rp, acc, cr); 386 if ((acc & res.resok.access) != acc) { [all...] |
| /illumos-gate/usr/src/lib/libresolv2/common/isc/ |
| H A D | ev_connects.c | 159 evAccept *acc, *nxtacc; local 190 for (acc = HEAD(ctx->accepts), nxtacc = NULL; 191 acc != NULL; 192 acc = nxtacc) 194 nxtacc = NEXT(acc, link); 195 if (acc->conn == this) { 196 UNLINK(ctx->accepts, acc, link); 197 close(acc->fd); 198 FREE(acc);
|
| /illumos-gate/usr/src/lib/libc/port/fp/ |
| H A D | __x_power.c | 162 unsigned int acc, p; local 166 acc = 0; 169 p = px[i] * py[n - 1 - i] + acc; 170 if (p < acc) 172 acc = p; 174 product[0] = acc & 0xffff; 175 product[1] = acc >> 16; 195 unsigned int acc; local 199 acc = 0; 202 acc [all...] |
| H A D | decimal_bin.c | 289 int i, acc; local 293 acc = s[0] - '0'; 295 /* acc <- 10 * acc + next digit */ 296 acc = (acc << 1) + (acc << 3) + s[i] - '0'; 298 t = (double)acc; 301 acc = s[0] - '0'; 303 /* acc < [all...] |
| /illumos-gate/usr/src/common/bignum/ |
| H A D | mont_mulf.c | 215 int64_t acc; local 226 acc = 0; 228 acc = acc + (uint64_t)(i32[i]) - (uint64_t)(nint[i]); 229 i32[i] = acc & 0xffffffff; 230 acc = acc >> 32;
|
| /illumos-gate/usr/src/cmd/troff/ |
| H A D | n4.c | 429 long i, acc; local 433 acc = 0; 449 acc += i; 455 acc -= i; 461 acc *= i; 470 acc = 0; 472 acc /= i; 478 acc %= i; 484 if ((acc > 0) && (i > 0)) 485 acc 573 long acc; local [all...] |