Searched refs:amt (Results 1 - 25 of 276) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Dfix-r10000-2.c6 f1 (int *z, int amt) argument
8 return __sync_fetch_and_sub (z, amt);
12 f2 (short *z, short amt) argument
14 return __sync_fetch_and_sub (z, amt);
18 f3 (char *z, char amt) argument
20 return __sync_fetch_and_sub (z, amt);
H A Dfix-r10000-8.c6 f1 (int *z, int amt) argument
8 return __sync_sub_and_fetch (z, amt);
12 f2 (short *z, short amt) argument
14 return __sync_sub_and_fetch (z, amt);
18 f3 (char *z, char amt) argument
20 return __sync_sub_and_fetch (z, amt);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dnlm.c33 bfd_size_type amt = sizeof (struct nlm_obj_tdata); local
35 nlm_tdata (abfd) = bfd_zalloc (abfd, amt);
H A Dnlmcode.h79 bfd_size_type amt; local
82 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
84 amt, abfd) != amt)
86 amt = nlm_variable_header (abfd)->descriptionLength + 1;
88 amt, abfd) != amt)
92 amt = sizeof (temp);
93 if (bfd_bread ((void *) temp, amt, abfd) != amt)
168 bfd_size_type amt; local
446 bfd_size_type amt; local
571 bfd_size_type amt; local
641 bfd_size_type amt; local
906 bfd_size_type amt; local
1083 bfd_size_type amt = sizeof (nlm_symbol_type); local
1145 bfd_size_type count, amt; local
1610 bfd_size_type amt; local
[all...]
H A Dsom.c1430 bfd_size_type amt = sizeof (int); local
1432 final_types[0] = bfd_alloc (abfd, amt);
1433 final_types[1] = bfd_alloc (abfd, amt);
1434 final_types[2] = bfd_alloc (abfd, amt);
1435 final_types[3] = bfd_alloc (abfd, amt);
1514 bfd_size_type amt = sizeof (int); local
1516 final_types[0] = bfd_alloc (abfd, amt);
1517 final_types[1] = bfd_alloc (abfd, amt);
1518 final_types[2] = bfd_alloc (abfd, amt);
1519 final_types[3] = bfd_alloc (abfd, amt);
1553 bfd_size_type amt = sizeof (int); local
2084 bfd_size_type amt; local
2390 bfd_size_type amt; local
2545 bfd_size_type amt = sizeof (struct som_header); local
2801 bfd_size_type amt; local
2907 bfd_size_type amt; local
3313 bfd_size_type amt; local
3421 bfd_size_type amt; local
3945 bfd_size_type amt; local
4529 bfd_size_type amt; local
4627 bfd_size_type amt; local
4831 bfd_size_type amt = sizeof (som_symbol_type); local
5245 bfd_size_type amt; local
5363 bfd_size_type amt = sizeof (struct som_section_data_struct); local
5409 bfd_size_type amt; local
5517 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5547 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5581 bfd_size_type amt; local
5868 bfd_size_type amt; local
5950 bfd_size_type amt; local
6105 bfd_size_type amt = 16; local
6303 bfd_size_type amt; local
6561 bfd_size_type amt; local
[all...]
H A Doasys.c37 bfd_size_type amt = sizeof (record->header); local
39 if (bfd_bread ((void *) record, amt, abfd) != amt)
42 amt = record->header.length - sizeof (record->header);
43 if ((long) amt <= 0)
45 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd)
46 != amt)
77 bfd_size_type amt; local
83 amt = abfd->symcount;
84 amt *
222 bfd_size_type amt; local
319 bfd_size_type amt = sizeof (oasys_data_type); local
348 bfd_size_type amt; local
1087 bfd_size_type amt = sizeof (oasys_symbol_type); local
[all...]
H A Daout-adobe.c97 bfd_size_type amt = sizeof (*ext); local
98 if (bfd_bread ( ext, amt, abfd) != amt)
150 amt = strlen (sect->name);
151 newname = bfd_zalloc (abfd, amt);
201 bfd_size_type amt = EXEC_BYTES_SIZE; local
203 if (bfd_bread (& exec_bytes, amt, abfd) != amt)
245 bfd_size_type amt = sizeof (struct bout_data_struct); local
247 rawptr = bfd_zalloc (abfd, amt);
276 bfd_size_type amt; local
[all...]
H A Dlynx-core.c100 bfd_size_type amt; local
111 amt = sizeof pss;
112 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
120 amt = sizeof (struct lynx_core_struct);
121 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
H A Dosf-core.c93 bfd_size_type amt; local
95 amt = sizeof core_header;
96 val = bfd_bread ((PTR) &core_header, amt, abfd);
116 amt = sizeof core_scnhdr;
117 val = bfd_bread ((PTR) &core_scnhdr, amt, abfd);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dnlm.c33 bfd_size_type amt = sizeof (struct nlm_obj_tdata); local
35 nlm_tdata (abfd) = bfd_zalloc (abfd, amt);
H A Dnlmcode.h79 bfd_size_type amt; local
82 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
84 amt, abfd) != amt)
86 amt = nlm_variable_header (abfd)->descriptionLength + 1;
88 amt, abfd) != amt)
92 amt = sizeof (temp);
93 if (bfd_bread ((void *) temp, amt, abfd) != amt)
168 bfd_size_type amt; local
446 bfd_size_type amt; local
571 bfd_size_type amt; local
641 bfd_size_type amt; local
906 bfd_size_type amt; local
1083 bfd_size_type amt = sizeof (nlm_symbol_type); local
1145 bfd_size_type count, amt; local
1610 bfd_size_type amt; local
[all...]
H A Dsom.c1430 bfd_size_type amt = sizeof (int); local
1432 final_types[0] = bfd_alloc (abfd, amt);
1433 final_types[1] = bfd_alloc (abfd, amt);
1434 final_types[2] = bfd_alloc (abfd, amt);
1435 final_types[3] = bfd_alloc (abfd, amt);
1514 bfd_size_type amt = sizeof (int); local
1516 final_types[0] = bfd_alloc (abfd, amt);
1517 final_types[1] = bfd_alloc (abfd, amt);
1518 final_types[2] = bfd_alloc (abfd, amt);
1519 final_types[3] = bfd_alloc (abfd, amt);
1553 bfd_size_type amt = sizeof (int); local
2084 bfd_size_type amt; local
2390 bfd_size_type amt; local
2545 bfd_size_type amt = sizeof (struct som_header); local
2801 bfd_size_type amt; local
2907 bfd_size_type amt; local
3313 bfd_size_type amt; local
3421 bfd_size_type amt; local
3945 bfd_size_type amt; local
4529 bfd_size_type amt; local
4627 bfd_size_type amt; local
4831 bfd_size_type amt = sizeof (som_symbol_type); local
5245 bfd_size_type amt; local
5363 bfd_size_type amt = sizeof (struct som_section_data_struct); local
5409 bfd_size_type amt; local
5517 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5547 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5581 bfd_size_type amt; local
5868 bfd_size_type amt; local
5950 bfd_size_type amt; local
6105 bfd_size_type amt = 16; local
6303 bfd_size_type amt; local
6561 bfd_size_type amt; local
[all...]
H A Doasys.c37 bfd_size_type amt = sizeof (record->header); local
39 if (bfd_bread ((void *) record, amt, abfd) != amt)
42 amt = record->header.length - sizeof (record->header);
43 if ((long) amt <= 0)
45 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd)
46 != amt)
77 bfd_size_type amt; local
83 amt = abfd->symcount;
84 amt *
222 bfd_size_type amt; local
319 bfd_size_type amt = sizeof (oasys_data_type); local
348 bfd_size_type amt; local
1087 bfd_size_type amt = sizeof (oasys_symbol_type); local
[all...]
H A Daout-adobe.c97 bfd_size_type amt = sizeof (*ext); local
98 if (bfd_bread ( ext, amt, abfd) != amt)
150 amt = strlen (sect->name);
151 newname = bfd_zalloc (abfd, amt);
201 bfd_size_type amt = EXEC_BYTES_SIZE; local
203 if (bfd_bread (& exec_bytes, amt, abfd) != amt)
245 bfd_size_type amt = sizeof (struct bout_data_struct); local
247 rawptr = bfd_zalloc (abfd, amt);
276 bfd_size_type amt; local
[all...]
H A Dlynx-core.c100 bfd_size_type amt; local
111 amt = sizeof pss;
112 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
120 amt = sizeof (struct lynx_core_struct);
121 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
H A Dosf-core.c93 bfd_size_type amt; local
95 amt = sizeof core_header;
96 val = bfd_bread ((PTR) &core_header, amt, abfd);
116 amt = sizeof core_scnhdr;
117 val = bfd_bread ((PTR) &core_scnhdr, amt, abfd);
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/
H A Dxmalloc.c181 unsigned amt; local
201 amt = sizeof(union overhead);
202 while (pagesz > amt) {
203 amt <<= 1;
216 amt = sizeof(union overhead) * 2;
219 amt = sizeof(union overhead); /* size of first bucket */
224 amt = pagesz;
227 while (nbytes > amt + n) {
228 amt <<= 1;
229 if (amt
269 size_t amt; /* amount to allocate */ local
[all...]
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_seq.h103 /* (amt) had better be less than the seq bit ! */
105 #define SEQ_SUB(tpcb, Seq, amt)\
106 (((Seq) + (unsigned)((int)(tpcb)->tp_seqbit - amt)) & (tpcb)->tp_seqmask)
107 #define SEQ_ADD(tpcb, Seq, amt) (((Seq) + (unsigned)amt) & (tpcb)->tp_seqmask)
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Drecvjob.c216 int i, j, amt; local
225 amt = BUFSIZ;
227 if (i + amt > size)
228 amt = size - i;
230 j = read(STDOUT_FILENO, cp, amt);
233 amt -= j;
235 } while (amt > 0);
236 amt = BUFSIZ;
237 if (i + amt > size)
238 amt
[all...]
/netbsd-6-1-5-RELEASE/lib/libbsdmalloc/
H A Dmalloc.c179 unsigned amt; local
201 amt = 8;
202 while (pagesz > amt) {
203 amt <<= 1;
215 amt = 8; /* size of first bucket */
218 amt = 16; /* size of first bucket */
223 amt = (unsigned)pagesz;
226 while (nbytes > amt + n) {
227 amt <<= 1;
228 if (amt
272 long amt; /* amount to allocate */ local
[all...]
/netbsd-6-1-5-RELEASE/games/larn/
H A Daction.c167 long amt; local
175 amt = readnum((long) c[GOLD]);
176 if (amt < 0 || c[GOLD] < amt) {
180 c[GOLD] -= amt;
181 if (amt < c[GOLD] / 10 || amt < rnd(50)) {
H A Dstore.c584 long amt; local
633 amt = readnum((long) c[GOLD]);
634 if (amt < 0) {
637 amt = 0;
638 } else if (amt > c[GOLD]) {
642 c[GOLD] -= amt;
643 c[BANKACCOUNT] += amt;
649 amt = readnum((long) c[BANKACCOUNT]);
650 if (amt < 0) {
653 amt
859 long amt; local
[all...]
/netbsd-6-1-5-RELEASE/games/adventure/
H A Dsave.c236 size_t pos, amt, i; local
241 amt = len - pos;
242 if (amt > sizeof(buf) / 2) {
243 amt = sizeof(buf) / 2;
245 if (savefile_bintextread(sf, buf, amt*2)) {
248 for (i=0; i<amt; i++) {
268 size_t pos, amt; local
274 amt = BINTEXT_WIDTH - sf->bintextpos;
275 if (amt > len - pos) {
276 amt
396 size_t pos, amt, i; local
428 size_t pos, amt, i; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-ripng.c71 register u_int amt; local
78 amt = snapend - dat;
79 i = min(length, amt);
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dutils.c585 * format_k(amt) - format a kilobyte memory value, returning a string
587 * area that changes each call. "amt" is converted to a
588 * string with a trailing "K". If "amt" is 10000 or greater,
610 format_k(long amt) argument
621 if (amt >= 10000)
623 amt = (amt + 512) / 1024;
625 if (amt >= 10000)
627 amt = (amt
[all...]

Completed in 310 milliseconds

1234567891011>>