HomeSort by: relevance | last modified time | path
    Searched defs:amount (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/games/hack/
def.gold.h 69 long amount; member in struct:gold
def.gold.h 69 long amount; member in struct:gold
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 in function:mkgold
212 gold->amount += amount;
218 gold->amount = amount;
hack.mkobj.c 209 long amount = (num ? num : 1 + (rnd(dlevel + 2) * rnd(30))); local in function:mkgold
212 gold->amount += amount;
218 gold->amount = amount;
hack.mkobj.c 209 long amount = (num ? num : 1 + (rnd(dlevel + 2) * rnd(30))); local in function:mkgold
212 gold->amount += amount;
218 gold->amount = amount;
hack.do.c 93 long amount = OGOLD(obj); local in function:drop
95 if (amount == 0)
98 mkgold(amount, u.ux, u.uy);
100 amount, plur(amount));
hack.do.c 93 long amount = OGOLD(obj); local in function:drop
95 if (amount == 0)
98 mkgold(amount, u.ux, u.uy);
100 amount, plur(amount));
hack.do.c 93 long amount = OGOLD(obj); local in function:drop
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 in function:nv20_devinit_meminit
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))
nouveau_nvkm_subdev_devinit_nv20.c 43 uint32_t amount, off; local in function:nv20_devinit_meminit
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))
nouveau_nvkm_subdev_devinit_nv20.c 43 uint32_t amount, off; local in function:nv20_devinit_meminit
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/games/rogue/
spec_hit.c 158 int amount; local in function:steal_gold
164 amount = get_rand((cur_level * 10), (cur_level * 30));
166 if (amount > rogue.gold) {
167 amount = rogue.gold;
169 rogue.gold -= amount;
spec_hit.c 158 int amount; local in function:steal_gold
164 amount = get_rand((cur_level * 10), (cur_level * 30));
166 if (amount > rogue.gold) {
167 amount = rogue.gold;
169 rogue.gold -= amount;
spec_hit.c 158 int amount; local in function:steal_gold
164 amount = get_rand((cur_level * 10), (cur_level * 30));
166 if (amount > rogue.gold) {
167 amount = rogue.gold;
169 rogue.gold -= amount;
  /src/sys/arch/amiga/dev/
if_qn.c 530 u_short amount; local in function:qn_get_packet
558 amount = M_TRAILINGSPACE(m);
559 if (amount == 0) {
572 amount = M_TRAILINGSPACE(m);
575 if (amount < len1)
576 len1 = amount;
if_qn.c 530 u_short amount; local in function:qn_get_packet
558 amount = M_TRAILINGSPACE(m);
559 if (amount == 0) {
572 amount = M_TRAILINGSPACE(m);
575 if (amount < len1)
576 len1 = amount;
if_qn.c 530 u_short amount; local in function:qn_get_packet
558 amount = M_TRAILINGSPACE(m);
559 if (amount == 0) {
572 amount = M_TRAILINGSPACE(m);
575 if (amount < len1)
576 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 in function:amdgpu_atombios_crtc_set_pll
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...]
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 in function:amdgpu_atombios_crtc_set_pll
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...]
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 in function:amdgpu_atombios_crtc_set_pll
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...]
  /src/usr.bin/gzip/
unxz.c 194 const size_t amount = read(fd, buf, size); local in function:io_pread
195 if (amount == SIZE_MAX)
198 if (amount != size) {
228 /// Total amount of Stream Padding
unxz.c 194 const size_t amount = read(fd, buf, size); local in function:io_pread
195 if (amount == SIZE_MAX)
198 if (amount != size) {
228 /// Total amount of Stream Padding
  /src/sys/dev/ic/
smc90cx6.c 498 int buffer, len, len1, amount, offset, s, type; local in function:bah_srint
571 amount = M_TRAILINGSPACE(m);
573 if (amount == 0) {
587 amount = M_TRAILINGSPACE(m);
590 if (amount < len1)
591 len1 = amount;
smc90cx6.c 498 int buffer, len, len1, amount, offset, s, type; local in function:bah_srint
571 amount = M_TRAILINGSPACE(m);
573 if (amount == 0) {
587 amount = M_TRAILINGSPACE(m);
590 if (amount < len1)
591 len1 = amount;

Completed in 45 milliseconds

1 2 3