| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dlmopen-lib.c | 26 int amount = gdb_dlmopen_glob; local 27 return n + amount; /* bp.inc. */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| dlmopen-lib.c | 26 int amount = gdb_dlmopen_glob; local 27 return n + amount; /* bp.inc. */
|
| /src/games/hack/ |
| def.gold.h | 69 long amount; member in struct:gold
|
| hack.mkobj.c | 209 long amount = (num ? num : 1 + (rnd(dlevel + 2) * rnd(30))); local 212 gold->amount += amount; 218 gold->amount = amount;
|
| hack.do.c | 93 long amount = OGOLD(obj); local 95 if (amount == 0) 98 mkgold(amount, u.ux, u.uy); 100 amount, plur(amount));
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/devinit/ |
| nouveau_nvkm_subdev_devinit_nv20.c | 43 uint32_t amount, off; local 58 amount = nvkm_rd32(device, 0x10020c); 59 for (off = amount; off > 0x2000000; off -= 0x2000000) 62 amount = nvkm_rd32(device, 0x10020c); 63 if (amount != fbmem_peek(fb, amount - 4))
|
| /src/external/zlib/pigz/dist/zopfli/ |
| hash.c | 95 size_t amount = 0; local 110 amount = h->same[(pos - 1) & ZOPFLI_WINDOW_MASK] - 1; 112 while (pos + amount + 1 < end && 113 array[pos] == array[pos + amount + 1] && amount < (unsigned short)(-1)) { 114 amount++; 116 h->same[hpos] = amount;
|
| zlib_container.c | 36 size_t amount = size > sums_overflow ? sums_overflow : size; local 37 size -= amount; 38 while (amount > 0) { 41 amount--;
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| memory.cpp | 140 /// Queries the total amount of physical memory. 145 /// \return The amount of physical memory, in bytes. If the code does not know 150 static int64_t amount = -1; local 151 if (amount == -1) { 154 amount = 0; 156 amount = query_sysctl(query_sysctl_mib); 160 query_type % amount); local 162 POST(amount > -1); 163 return units::bytes(amount);
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_quantize.c | 33 int exponent_x, exponent_y, digits_x, extra_digits, amount; variable 155 amount = recip_scale[extra_digits]; 158 if (amount >= 64) { 160 CR.w[0] = CX2.w[1] >> (amount - 64); 162 __shr_128 (CR, CX2, amount); 175 if (amount >= 64) { 176 remainder_h = CX2.w[0] | (CX2.w[1] << (128 - amount)); 178 remainder_h = CX2.w[0] << (64 - amount); 194 if (amount >= 64) { 195 REM_H.w[1] = (CX2.w[1] << (128 - amount)); [all...] |
| bid128_div.c | 45 digits_q, amount; variable 245 amount = recip_scale[nzeros]; 246 __shr_128_long (CQ, Qh, amount); 255 //amount = recip_scale[17]; 312 amount = short_recip_scale[nzeros]; 313 CQ.w[0] = CQ.w[1] >> amount; 371 amount = recip_scale[nzeros]; 372 __shr_128 (CQ, Qh, amount); 496 digits_q, amount; 708 amount = recip_scale[nzeros] [all...] |
| bid64_mul.c | 67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local 244 amount = recip_scale[16]; 245 __shr_128 (P, Q_high, amount); 248 amount2 = 64 - amount; 291 amount = recip_scale[extra_digits]; 292 __shr_128 (C128, Q_high, amount); 307 remainder_h = Q_high.w[0] << (64 - amount); 324 remainder_h = Q_high.w[0] << (64 - amount); 352 if ((remainder_h >> (64 - amount)) + carry >= 353 (((UINT64) 1) << amount)) [all...] |
| bid64_quantize.c | 50 int exponent_x, exponent_y, digits_x, extra_digits, amount, amount2; local 152 amount = short_recip_scale[extra_digits]; 153 C64 = CT.w[1] >> amount; 165 amount2 = 64 - amount; 181 remainder_h = CT.w[1] << (64 - amount); 200 if ((remainder_h >> (64 - amount)) + carry >= 201 (((UINT64) 1) << amount))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid128_quantize.c | 33 int exponent_x, exponent_y, digits_x, extra_digits, amount; variable 155 amount = recip_scale[extra_digits]; 158 if (amount >= 64) { 160 CR.w[0] = CX2.w[1] >> (amount - 64); 162 __shr_128 (CR, CX2, amount); 175 if (amount >= 64) { 176 remainder_h = CX2.w[0] | (CX2.w[1] << (128 - amount)); 178 remainder_h = CX2.w[0] << (64 - amount); 194 if (amount >= 64) { 195 REM_H.w[1] = (CX2.w[1] << (128 - amount)); [all...] |
| bid128_div.c | 45 digits_q, amount; variable 245 amount = recip_scale[nzeros]; 246 __shr_128_long (CQ, Qh, amount); 255 //amount = recip_scale[17]; 312 amount = short_recip_scale[nzeros]; 313 CQ.w[0] = CQ.w[1] >> amount; 371 amount = recip_scale[nzeros]; 372 __shr_128 (CQ, Qh, amount); 496 digits_q, amount; 708 amount = recip_scale[nzeros] [all...] |
| bid64_mul.c | 67 int rmode, digits_p, bp, amount, amount2, final_exponent, round_up; local 244 amount = recip_scale[16]; 245 __shr_128 (P, Q_high, amount); 248 amount2 = 64 - amount; 291 amount = recip_scale[extra_digits]; 292 __shr_128 (C128, Q_high, amount); 307 remainder_h = Q_high.w[0] << (64 - amount); 324 remainder_h = Q_high.w[0] << (64 - amount); 352 if ((remainder_h >> (64 - amount)) + carry >= 353 (((UINT64) 1) << amount)) [all...] |
| bid64_quantize.c | 50 int exponent_x, exponent_y, digits_x, extra_digits, amount, amount2; local 152 amount = short_recip_scale[extra_digits]; 153 C64 = CT.w[1] >> amount; 165 amount2 = 64 - amount; 181 remainder_h = CT.w[1] << (64 - amount); 200 if ((remainder_h >> (64 - amount)) + carry >= 201 (((UINT64) 1) << amount))
|
| /src/games/rogue/ |
| spec_hit.c | 158 int amount; local 164 amount = get_rand((cur_level * 10), (cur_level * 30)); 166 if (amount > rogue.gold) { 167 amount = rogue.gold; 169 rogue.gold -= amount;
|
| /src/usr.bin/gzip/ |
| unxz.c | 187 const size_t amount = read(fd, buf, size); local 188 if (amount == SIZE_MAX) 191 if (amount != size) { 221 /// Total amount of Stream Padding
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_prefix_text.c | 39 static size_t amount = 0; variable 51 { "n", OPT_AMOUNT, 'p', "Amount of BIO_f_prefix() filters" }, 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) 97 size_t n = amount; 131 BIO_free_all(chain[amount - 1]); 165 amount = strtoul(arg, &endptr, 10); 172 if (amount < 1) { 210 if (idx >= amount) { 212 progname, idx, amount - 1); 241 if (idx >= amount) { [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| bio_prefix_text.c | 39 static size_t amount = 0; variable 51 { "n", OPT_AMOUNT, 'p', "Amount of BIO_f_prefix() filters" }, 86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) 97 size_t n = amount; 129 BIO_free_all(chain[amount - 1]); 164 amount = strtoul(arg, &endptr, 10); 171 if (amount < 1) { 209 if (idx >= amount) { 211 progname, idx, amount - 1); 240 if (idx >= amount) { [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| keama.c | 190 size_t amount = new_size * sizeof(struct element *); local 192 pc->stack = (struct element **)realloc(pc->stack, amount);
|
| /src/sys/arch/amiga/dev/ |
| if_qn.c | 530 u_short amount; local 558 amount = M_TRAILINGSPACE(m); 559 if (amount == 0) { 572 amount = M_TRAILINGSPACE(m); 575 if (amount < len1) 576 len1 = amount;
|
| /src/sys/dev/ic/ |
| smc90cx6.c | 498 int buffer, len, len1, amount, offset, s, type; local 571 amount = M_TRAILINGSPACE(m); 573 if (amount == 0) { 587 amount = M_TRAILINGSPACE(m); 590 if (amount < len1) 591 len1 = amount;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_atombios_crtc.c | 299 args.v3.usSpreadSpectrumAmount = cpu_to_le16(ss->amount); 872 /* calculate ss amount and step size */ 874 u32 amount = (((fb_div * 10) + frac_fb_div) * local 877 amdgpu_crtc->ss.amount = (amount / 10) & ATOM_PPLL_SS_AMOUNT_V2_FBDIV_MASK; 878 amdgpu_crtc->ss.amount |= ((amount - (amount / 10)) << ATOM_PPLL_SS_AMOUNT_V2_NFRAC_SHIFT) & 881 step_size = (4 * amount * ref_div * ((u32)amdgpu_crtc->ss.rate * 2048)) / 884 step_size = (2 * amount * ref_div * ((u32)amdgpu_crtc->ss.rate * 2048)) [all...] |