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

1234567

/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dfullrw.c28 apr_size_t amt = nbytes; local
30 status = apr_file_read(thefile, buf, &amt);
31 buf = (char *)buf + amt;
32 nbytes -= amt;
33 total_read += amt;
51 apr_size_t amt = nbytes; local
53 status = apr_file_write(thefile, buf, &amt);
54 buf = (char *)buf + amt;
55 nbytes -= amt;
56 total_written += amt;
72 apr_size_t amt = 0; local
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/06tutorial/step12-src/
H A DCurrencyConverter.py11 def convertAmount(self, amt, rate):
12 return amt * rate
24 amt = self.dollarField.floatValue()
27 total = self.converter.convertAmount(rate, amt)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/06tutorial/
H A Dstep8-CurrencyConverter.py13 def convertAmount(self, amt, rate):
14 return amt * rate
26 amt = self.dollarField.floatValue()
29 total = self.converter.convertAmount(rate, amt)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CurrencyConverter/
H A DCurrencyConverter.py7 def convertAmount(self, amt, rate):
8 return amt*rate
29 amt = self.dollarField.floatValue()
31 total = self.converter.convertAmount(rate, amt)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CurrencyConverter/
H A DCurrencyConverter.py7 def convertAmount(self, amt, rate):
8 return amt*rate
29 amt = self.dollarField.floatValue()
31 total = self.converter.convertAmount(rate, amt)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/CurrencyConverter/
H A DCurrencyConverter.py7 def convertAmount(self, amt, rate):
8 return amt*rate
29 amt = self.dollarField.floatValue()
31 total = self.converter.convertAmount(rate, amt)
/macosx-10.10.1/cxxfilt-11/cxxfilt/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)
167 bfd_size_type amt; local
445 bfd_size_type amt; local
570 bfd_size_type amt; local
640 bfd_size_type amt; local
905 bfd_size_type amt; local
1082 bfd_size_type amt = sizeof (nlm_symbol_type); local
1144 bfd_size_type count, amt; local
1609 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
4964 bfd_size_type amt = sizeof (struct som_section_data_struct); local
5010 bfd_size_type amt; local
5118 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5148 bfd_size_type amt = sizeof (struct som_copyable_section_data_struct); local
5182 bfd_size_type amt; local
5426 bfd_size_type amt; local
5503 bfd_size_type amt; local
5643 bfd_size_type amt = 16; local
5839 bfd_size_type amt; local
6093 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
1085 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.c98 bfd_size_type amt; local
109 amt = sizeof pss;
110 if (bfd_bread ((void *) &pss, amt, abfd) != amt)
118 amt = sizeof (struct lynx_core_struct);
119 core_hdr (abfd) = (struct lynx_core_struct *) bfd_zalloc (abfd, amt);
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 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);
H A Daix386-core.c77 bfd_size_type amt; local
85 amt = sizeof (longbuf);
86 if (bfd_bread ((PTR) longbuf, amt, abfd) != amt)
99 amt = sizeof (struct mergem);
100 mergem = (struct mergem *) bfd_zalloc (abfd, amt);
H A Darchive.c183 bfd_size_type amt = sizeof (struct artdata);
185 abfd->tdata.aout_ar_data = bfd_zalloc (abfd, amt);
613 bfd_size_type amt;
628 amt = sizeof (struct artdata);
629 bfd_ardata (abfd) = bfd_zalloc (abfd, amt);
715 bfd_size_type parsed_size, amt;
752 amt = ardata->symdef_count * sizeof (carsym);
753 ardata->symdefs = bfd_alloc (abfd, amt);
958 bfd_size_type amt;
985 amt
181 bfd_size_type amt = sizeof (struct artdata); local
609 bfd_size_type amt; local
711 bfd_size_type parsed_size, amt; local
953 bfd_size_type amt; local
1056 bfd_size_type amt; local
1363 bfd_size_type amt; local
1722 unsigned int amt = DEFAULT_BUFFERSIZE; local
1784 bfd_size_type amt; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dmwheel.el195 (amt (assoc mods mouse-wheel-scroll-amount)))
197 (if amt (setq amt (cdr amt))
199 (while (consp (setq amt (pop list-elt))))))
200 (if (floatp amt) (setq amt (1+ (truncate (* amt (window-height))))))
201 (when (and mouse-wheel-progressive-speed (numberp amt))
204 (setq amt (* am
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dhuman.c165 uintmax_t amt; local
205 amt = n * multiplier;
206 if (amt / multiplier == n)
219 amt = n / divisor;
287 if (base <= amt)
291 unsigned int r10 = (amt % base) * 10 + tenths;
293 amt /= base;
300 while (base <= amt && exponent < exponent_max);
302 if (amt < 10)
313 amt
[all...]
/macosx-10.10.1/hfs-285/CopyHFSMeta/
H A DGather.c44 size_t amt = MIN(bufSize, len - total); local
46 nread = pread(devp->fd, buffer, amt, start + total);
51 if (nread != amt) {
52 warnx("Tried to read %zu bytes, only read %zd", amt, nread);
54 nwritten = gzwrite(outf, (char*)buffer, amt);
56 warn("tried to gzwrite %zu bytes", amt);
58 } else if (nwritten != amt) {
59 warnx("tried to gzwrite %zu bytes, only wrote %u", amt, nwritten);
62 total += amt;
H A Dmisc.c174 off_t amt = MIN(skip, len); local
175 len -= amt;
176 start += amt;
177 total += amt;
178 skip -= amt;
188 bp = ^(off_t amt) {
189 totalWritten += amt;
199 bp = ^(off_t amt) {
200 totalWritten += amt;
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c114 readit(file, dpp, amt, convert)
117 int amt;
127 read_ahead(file, amt, convert); /* fill it */
138 read_ahead(file, amt, convert)
140 int amt; /* number of bytes to read */
157 b->counter = read(fileno(file), dp->th_data, amt);
162 for (i = 0 ; i < amt; i++) {
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c111 readit(file, dpp, amt, convert)
114 int amt;
124 read_ahead(file, amt, convert); /* fill it */
135 read_ahead(file, amt, convert)
137 int amt; /* number of bytes to read */
154 b->counter = read(fileno(file), dp->th_data, amt);
159 for (i = 0 ; i < amt; i++) {
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-ripng.c66 register u_int amt; local
73 amt = snapend - dat;
74 i = min(length, amt);
/macosx-10.10.1/Heimdal-398.1.2/appl/rcp/
H A Drcp.c283 off_t amt; local
334 amt = bp->cnt;
335 if (i + amt > stb.st_size)
336 amt = stb.st_size - i;
338 result = read(fd, bp->buf, (size_t)amt);
339 if (result != amt)
343 write(remout, bp->buf, amt);
345 result = write(remout, bp->buf, (size_t)amt);
346 if (result != amt)
421 int amt, coun local
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.c128 size_t amt; local
137 amt = MIN((length - nread), (end - info->current));
138 if (amt == 0) {
145 n = pread(info->jfd, ptr, amt, info->current);
147 warn("pread(%d, %p, %zu, %llu)", info->jfd, ptr, amt, info->current);
150 if (n != amt) {
152 fplog(stderr, "%s(%d): Wanted to read %zu, but only read %zd\n", __FUNCTION__, __LINE__, amt, n);
181 ssize_t amt; local
236 amt = swap->swap32(hdr->bytes_used) - sizeof(block);
237 nread = journalRead(jinfo, ((uint8_t*)retval) + sizeof(block), amt);
[all...]

Completed in 152 milliseconds

1234567