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

1234567891011

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlm.c32 bfd_size_type amt = sizeof (struct nlm_obj_tdata); local
34 nlm_tdata (abfd) = bfd_zalloc (abfd, amt);
H A Dnlmcode.h78 bfd_size_type amt; local
81 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
83 amt, abfd) != amt)
85 amt = nlm_variable_header (abfd)->descriptionLength + 1;
87 amt, abfd) != amt)
91 amt = sizeof (temp);
92 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.c1473 bfd_size_type amt = sizeof (int); local
1475 final_types[0] = bfd_alloc (abfd, amt);
1476 final_types[1] = bfd_alloc (abfd, amt);
1477 final_types[2] = bfd_alloc (abfd, amt);
1478 final_types[3] = bfd_alloc (abfd, amt);
1555 bfd_size_type amt = sizeof (int); local
1557 final_types[0] = bfd_alloc (abfd, amt);
1558 final_types[1] = bfd_alloc (abfd, amt);
1559 final_types[2] = bfd_alloc (abfd, amt);
1560 final_types[3] = bfd_alloc (abfd, amt);
1594 bfd_size_type amt = sizeof (int); local
1766 bfd_size_type amt; local
2060 bfd_size_type amt; local
2215 bfd_size_type amt = sizeof (struct header); local
2471 bfd_size_type amt; local
2577 bfd_size_type amt; local
2965 bfd_size_type amt; local
3071 bfd_size_type amt; local
3585 bfd_size_type amt; local
4143 bfd_size_type amt; local
4237 bfd_size_type amt; local
4435 bfd_size_type amt = sizeof (som_symbol_type); local
4849 bfd_size_type amt; local
4962 bfd_size_type amt = sizeof (struct som_section_data_struct); local
5007 bfd_size_type amt; local
5115 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5145 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5179 bfd_size_type amt; local
5423 bfd_size_type amt; local
5500 bfd_size_type amt; local
5640 bfd_size_type amt = 16; local
5836 bfd_size_type amt; local
6090 bfd_size_type amt; local
[all...]
H A Doasys.c35 bfd_size_type amt = sizeof (record->header); local
37 if (bfd_bread ((void *) record, amt, abfd) != amt)
40 amt = record->header.length - sizeof (record->header);
41 if ((long) amt <= 0)
43 if (bfd_bread ((void *) ((char *) record + sizeof (record->header)), amt, abfd)
44 != amt)
75 bfd_size_type amt; local
81 amt = abfd->symcount;
82 amt *
220 bfd_size_type amt; local
317 bfd_size_type amt = sizeof (oasys_data_type); local
346 bfd_size_type amt; local
1081 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);
203 bfd_size_type amt = EXEC_BYTES_SIZE; local
205 if (bfd_bread (& exec_bytes, amt, abfd) != amt)
247 bfd_size_type amt = sizeof (struct bout_data_struct); local
249 rawptr = bfd_zalloc (abfd, amt);
278 bfd_size_type amt; local
[all...]
H A Dlynx-core.c99 bfd_size_type amt; local
110 amt = sizeof pss;
111 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
119 amt = sizeof (struct lynx_core_struct);
120 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
H A Dosf-core.c91 bfd_size_type amt; local
93 amt = sizeof core_header;
94 val = bfd_bread ((PTR) &core_header, amt, abfd);
114 amt = sizeof core_scnhdr;
115 val = bfd_bread ((PTR) &core_scnhdr, amt, abfd);
H A Delf-strtab.c96 bfd_size_type amt = sizeof (struct elf_strtab_hash); local
98 table = bfd_malloc (amt);
112 amt = sizeof (struct elf_strtab_hasn_entry *);
113 table->array = bfd_malloc (table->alloced * amt);
165 bfd_size_type amt = sizeof (struct elf_strtab_hash_entry *); local
167 tab->array = bfd_realloc (tab->array, tab->alloced * amt);
302 bfd_size_type size, amt; local
311 amt = tab->size * sizeof (struct elf_strtab_hash_entry *);
312 array = bfd_malloc (amt);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h105 bfd_size_type amt; variable
117 amt = nlm_fixed_header_size (abfd);
118 x_fxdhdr = (PTR) bfd_malloc (amt);
122 if (bfd_bread ((PTR) x_fxdhdr, amt, abfd) != amt)
132 amt = sizeof (struct nlm_obj_tdata);
133 new_tdata = (struct nlm_obj_tdata *) bfd_zalloc (abfd, amt);
255 bfd_size_type amt; variable
259 amt = sizeof (nlm_variable_header (abfd)->descriptionLength);
261 amt, abf
321 bfd_size_type amt; variable
390 bfd_size_type amt; variable
682 bfd_size_type amt; variable
947 bfd_size_type amt = sizeof (nlm_symbol_type); variable
1025 bfd_size_type amt; variable
1198 bfd_size_type count, amt; variable
1671 bfd_size_type amt; variable
[all...]
H A Dnlm.c32 bfd_size_type amt = sizeof (struct nlm_obj_tdata); local
33 nlm_tdata (abfd) = (struct nlm_obj_tdata *) bfd_zalloc (abfd, amt);
H A Dsom.c1600 bfd_size_type amt = sizeof (int); local
1601 final_types[0] = (int *) bfd_alloc (abfd, amt);
1602 final_types[1] = (int *) bfd_alloc (abfd, amt);
1603 final_types[2] = (int *) bfd_alloc (abfd, amt);
1604 final_types[3] = (int *) bfd_alloc (abfd, amt);
1681 bfd_size_type amt = sizeof (int); local
1682 final_types[0] = (int *) bfd_alloc (abfd, amt);
1683 final_types[1] = (int *) bfd_alloc (abfd, amt);
1684 final_types[2] = (int *) bfd_alloc (abfd, amt);
1685 final_types[3] = (int *) bfd_alloc (abfd, amt);
1719 bfd_size_type amt = sizeof (int); local
1881 bfd_size_type amt; local
2164 bfd_size_type amt; local
2319 bfd_size_type amt = sizeof (struct header); local
2593 bfd_size_type amt; local
2700 bfd_size_type amt; local
3090 bfd_size_type amt; local
3198 bfd_size_type amt; local
3713 bfd_size_type amt; local
4238 bfd_size_type amt; local
4343 bfd_size_type amt; local
4550 bfd_size_type amt = sizeof (som_symbol_type); local
4966 bfd_size_type amt; local
5084 bfd_size_type amt = sizeof (struct som_section_data_struct); local
5130 bfd_size_type amt; local
5195 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5225 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5262 bfd_size_type amt; local
5500 bfd_size_type amt; local
5578 bfd_size_type amt; local
5719 bfd_size_type amt = 16; local
5916 bfd_size_type amt; local
6173 bfd_size_type amt; local
[all...]
H A Dlynx-core.c96 bfd_size_type amt; local
107 amt = sizeof pss;
108 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
116 amt = sizeof (struct lynx_core_struct);
117 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
H A Doasys.c98 bfd_size_type amt = sizeof (record->header); local
99 if (bfd_bread ((PTR) record, amt, abfd) != amt)
102 amt = record->header.length - sizeof (record->header);
103 if ((long) amt <= 0)
105 if (bfd_bread ((PTR) ((char *) record + sizeof (record->header)), amt, abfd)
106 != amt)
145 bfd_size_type amt; local
152 amt = abfd->symcount;
153 amt *
305 bfd_size_type amt; local
435 bfd_size_type amt = sizeof (oasys_data_type); local
620 bfd_size_type amt; local
1381 bfd_size_type amt = sizeof (oasys_symbol_type); local
[all...]
H A Dosf-core.c90 bfd_size_type amt; local
92 amt = sizeof core_header;
93 val = bfd_bread ((PTR) &core_header, amt, abfd);
113 amt = sizeof core_scnhdr;
114 val = bfd_bread ((PTR) &core_scnhdr, amt, abfd);
H A Ddwarf2.c432 bfd_size_type amt; local
462 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
463 abbrevs = bfd_zalloc (abfd, amt);
472 amt = sizeof (struct abbrev_info);
473 cur_abbrev = bfd_zalloc (abfd, amt);
493 amt = cur_abbrev->num_attrs + ATTR_ALLOC_CHUNK;
494 amt *= sizeof (struct attr_abbrev);
495 cur_abbrev->attrs = bfd_realloc (cur_abbrev->attrs, amt);
544 bfd_size_type amt; local
557 amt
730 bfd_size_type amt = sizeof (struct line_info); local
910 bfd_size_type amt; local
1359 bfd_size_type amt = sizeof (struct funcinfo); local
1446 bfd_size_type amt; local
1726 bfd_size_type amt = sizeof (struct dwarf2_debug); local
[all...]
H A Delf-strtab.c96 bfd_size_type amt = sizeof (struct elf_strtab_hash); local
98 table = bfd_malloc (amt);
111 amt = sizeof (struct elf_strtab_hasn_entry *);
112 table->array = bfd_malloc (table->alloced * amt);
164 bfd_size_type amt = sizeof (struct elf_strtab_hash_entry *); local
166 tab->array = bfd_realloc (tab->array, tab->alloced * amt);
301 bfd_size_type size, amt; local
310 amt = tab->size * sizeof (struct elf_strtab_hash_entry *);
311 array = bfd_malloc (amt);
H A Daout-adobe.c114 bfd_size_type amt = EXEC_BYTES_SIZE; local
116 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt)
174 bfd_size_type amt = sizeof (*ext); local
175 if (bfd_bread ((PTR) ext, amt, abfd) != amt)
227 amt = strlen (sect->name);
228 newname = (char *) bfd_zalloc (abfd, amt);
286 bfd_size_type amt = sizeof (struct bout_data_struct); local
288 rawptr = (struct bout_data_struct *) bfd_zalloc (abfd, amt);
311 bfd_size_type amt; local
[all...]
H A Daix386-core.c77 bfd_size_type amt; local
84 amt = sizeof (longbuf);
85 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt)
98 amt = sizeof (struct mergem);
99 mergem = (struct mergem *) bfd_zalloc (abfd, amt);
H A Daout-encap.c48 bfd_size_type amt = sizeof (magicbuf); local
50 if (bfd_bread ((PTR) magicbuf, amt, abfd) != amt)
69 amt = EXEC_BYTES_SIZE;
70 if (bfd_bread ((PTR) &exec_bytes, amt, abfd) != amt)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h61 static inline uint32_t Rotr32(uint32_t bits, uint32_t amt) {
62 assert(amt < 32 && "Invalid rotate amount");
63 return (bits >> amt) | (bits << ((32 - amt) & 31));
67 static inline uint32_t Rotl32(uint32_t bits, uint32_t amt) {
68 assert(amt < 32 && "Invalid rotate amount");
69 return (bits << amt) | (bits >> ((32 - amt) & 31));
/openbsd-current/usr.bin/top/
H A Dutils.c280 * format_k(amt) - format a kilobyte memory value, returning a string
282 * area that changes each call. "amt" is converted to a
283 * string with a trailing "K". If "amt" is 10000 or greater,
305 format_k(int amt) argument
314 if (amt >= 10000) {
315 amt = (amt + 512) / 1024;
317 if (amt >= 10000) {
318 amt = (amt
[all...]
/openbsd-current/usr.sbin/lpr/lpd/
H A Drecvjob.c229 int i, j, amt; local
237 amt = BUFSIZ;
239 if (i + amt > size)
240 amt = size - i;
242 j = read(STDOUT_FILENO, cp, amt);
245 amt -= j;
247 } while (amt > 0);
248 amt = BUFSIZ;
249 if (i + amt > size)
250 amt
[all...]
/openbsd-current/sys/lib/libsa/
H A Dbcrypt_pbkdf.c105 size_t i, j, amt, stride; local
116 amt = (keylen + stride - 1) / stride;
152 amt = MINIMUM(amt, keylen);
153 for (i = 0; i < amt; i++) {
/openbsd-current/lib/libutil/
H A Dbcrypt_pbkdf.c107 size_t i, j, amt, stride; local
118 amt = (keylen + stride - 1) / stride;
154 amt = MINIMUM(amt, keylen);
155 for (i = 0; i < amt; i++) {
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-ripng.c60 int amt = snapend - dat; local
61 int i = min(length, amt) -

Completed in 163 milliseconds

1234567891011