Searched refs:amount (Results 101 - 125 of 167) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Daic6360.c1539 int amount; local
1542 amount = bus_space_read_1(iot, ioh, FIFOSTAT)
1544 if (amount > 0) {
1545 out -= amount;
1549 AIC_MISC(("+%d ", amount));
H A Dmb89352.c1525 int amount; local
1527 amount = (bus_space_read_1(iot, ioh, TCH) << 16) |
1530 if (amount > 0) {
1531 out -= amount;
1532 SPC_MISC(("+%d ", amount));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffcode.h4284 bfd_size_type amount = bfd_coff_filhsz (abfd);
4286 buff = (char *) bfd_malloc (amount);
4291 amount = bfd_bwrite (buff, amount, abfd);
4295 if (amount != bfd_coff_filhsz (abfd))
4304 bfd_size_type amount = bfd_coff_aoutsz (abfd);
4306 buff = (char *) bfd_malloc (amount);
4311 amount = bfd_bwrite (buff, amount, abfd);
4315 if (amount !
4283 bfd_size_type amount = bfd_coff_filhsz (abfd); local
4303 bfd_size_type amount = bfd_coff_aoutsz (abfd); local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffcode.h4284 bfd_size_type amount = bfd_coff_filhsz (abfd);
4286 buff = (char *) bfd_malloc (amount);
4291 amount = bfd_bwrite (buff, amount, abfd);
4295 if (amount != bfd_coff_filhsz (abfd))
4304 bfd_size_type amount = bfd_coff_aoutsz (abfd);
4306 buff = (char *) bfd_malloc (amount);
4311 amount = bfd_bwrite (buff, amount, abfd);
4315 if (amount !
4283 bfd_size_type amount = bfd_coff_filhsz (abfd); local
4303 bfd_size_type amount = bfd_coff_aoutsz (abfd); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.c2495 /* Determine the amount of memory needed to store the possible return
9072 /* We never have to worry about the amount being other than a
10582 rtx amount;
10861 amount = GEN_INT (offsets->saved_args + saved_regs
10865 amount));
12870 output, if pushing, adjust CFA_OFFSET by the amount of space added
13629 HOST_WIDE_INT amount;
13658 amount = offsets->outgoing_args - offsets->saved_regs;
13659 if (amount)
13661 if (amount < 51
10566 rtx amount; local
13607 HOST_WIDE_INT amount; local
13769 HOST_WIDE_INT amount; local
[all...]
H A Dlib1funcs.asm385 @ four bits, since this is the amount of unwinding in the main
488 @ four bits, since this is the amount of unwinding in the main
553 @ four bits, since this is the amount of unwinding in the main
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket.h659 uint8_t amount; /* Amount */ member in struct:pgp_ss_trust_t
948 uint8_t trustamount; /* amount of trust */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dbitmap.c110 register_overhead (bitmap b, int amount) argument
112 b->desc->current += amount;
113 if (amount > 0)
114 b->desc->allocated += amount;
H A Dexpmed.c1785 tree amount = build_int_cst (NULL_TREE, bitpos);
1790 op0 = expand_shift (RSHIFT_EXPR, mode, op0, amount, subtarget, 1);
1824 tree amount
1829 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1);
2121 and AMOUNT the tree for the amount to shift by.
2128 tree amount, rtx target, int unsignedp)
2142 op1 = expand_normal (amount);
2145 /* Determine whether the shift/rotate amount is a vector, or scalar. If the
2146 shift amount is a vector, use the vector/vector shift patterns. */
2229 tree type = TREE_TYPE (amount);
1780 tree amount = build_int_cst (NULL_TREE, bitpos); local
1819 tree amount local
2117 expand_shift(enum tree_code code, enum machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dremote-mips.c115 static int pmon_zeroset (int recsize, char **buff, int *amount,
3028 pmon_zeroset (int recsize, char **buff, int *amount, unsigned int *chksum)
3033 count = pmon_makeb64 (*amount, (*buff + 2), 12, chksum);
3035 *amount = 0;
3074 /* The amount of binary data loaded from the object file in a single
3023 pmon_zeroset(int recsize, char **buff, int *amount, unsigned int *chksum) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.c3377 /* Determine the amount of memory needed to store the possible return
12733 /* We never have to worry about the amount being other than a
13690 unsigned HOST_WIDE_INT amount;
13708 amount = offsets->locals_base - offsets->saved_regs;
13715 amount = offsets->outgoing_args - offsets->saved_regs;
13732 while (bit_count (mask) * 4 > amount)
13738 if (bit_count (mask) * 4 == amount) {
13739 amount = 0;
13745 if (amount)
13748 operands[2] = GEN_INT (amount);
13672 unsigned HOST_WIDE_INT amount; local
14564 HOST_WIDE_INT amount; local
14602 rtx amount; local
19293 HOST_WIDE_INT amount; local
19391 HOST_WIDE_INT amount; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Ddivmod15.asm87 // Compute the shift count. The amount by which the divisor
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.invent.c880 gold->amount, plur(gold->amount));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/
H A Ddivrem_1.asm57 C half that amount. The branch misprediction penalty on each chip is less
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/
H A Drshift.asm105 C This loop runs at about 3 cycles/limb, which is the amount of
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Ddive_1.asm118 subl $1, %edx C shift amount, and clear carry
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.c1537 int amount[2];
1573 amount[next] = next_amount;
1592 offset_st += amount[phase];
1533 int amount[2]; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mcore/
H A Dmcore.c1524 int amount[2];
1560 amount[next] = next_amount;
1579 offset_st += amount[phase];
1521 int amount[2]; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/xtensa/
H A Dxtensa.c1185 int amount[2];
1243 amount[next] = next_amount;
1262 offset_st += amount[phase];
1183 int amount[2]; local
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dmakeinfo.c53 /* Define PARAGRAPH_START_INDENT to be the amount of indentation that
80 /* The amount of indentation to add at the starts of paragraphs.
82 > 0 is amount to indent new paragraphs by.
2368 adjust_braces_following (int here, int amount)
2375 stack->pos += amount;
3155 /* If doing indentation, then insert the appropriate amount. */
3183 indent (int amount)
3187 adjust_braces_following (output_paragraph_offset, amount);
3189 while (--amount >= 0)
2357 adjust_braces_following(int here, int amount) argument
3170 indent(int amount) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dwrite.c2553 /* Adjust the new frag address for the amount
2625 offsetT amount; local
2627 amount = S_GET_VALUE (symbolP);
2637 else if (amount < 0)
2652 growth = (was_address + fragP->fr_fix + amount
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc98 increment_offset(std::string section_name, uint64_t amount, argument
101 this->current_offset_ += amount;
113 uint64_t amount) const
115 return (this->current_offset_ + amount
3055 // name. This would amount to a single region covering disjoint blocks
3702 // Return the amount we have to subtract from the LMA to accomodate
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dexpmed.c1763 tree amount = build_int_cst (NULL_TREE, bitpos);
1768 op0 = expand_shift (RSHIFT_EXPR, mode, op0, amount, subtarget, 1);
1802 tree amount
1807 op0 = expand_shift (LSHIFT_EXPR, mode, op0, amount, subtarget, 1);
2179 and AMOUNT the tree for the amount to shift by.
2186 tree amount, rtx target, int unsignedp)
2197 op1 = expand_expr (amount, NULL_RTX, VOIDmode, 0);
2267 tree type = TREE_TYPE (amount);
3804 amount, the remainder stays the same:
1758 tree amount = build_int_cst (NULL_TREE, bitpos); local
1797 tree amount local
2176 expand_shift(enum tree_code code, enum machine_mode mode, rtx shifted, tree amount, rtx target, int unsignedp) argument
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/troff/
H A Dnode.cpp1887 hunits amount; member in class:kern_pair_node
2228 : node(x, s, pop), amount(n), n1(first), n2(second)
2339 return new kern_pair_node(amount, n1->copy(), n2->copy(), state,
2543 return n1->width() + n2->width() + amount;
4775 out->right(amount);
5628 return (amount == ((kern_pair_node *)nd)->amount
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c655 /* Two registers and a shift amount. */
1735 int amount = (given & 0xf80) >> 7;
1738 if (amount == 0)
1746 amount = 32;
1750 func (stream, ", %s #%d", arm_shift[shift], amount);
1752 func (stream, ", #%d", amount);
1734 int amount = (given & 0xf80) >> 7; local

Completed in 609 milliseconds

1234567