Searched refs:totalsize (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
331 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
355 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
391 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
477 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
482 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
495 put_field (uto, fmt->byteorder, fmt->totalsize, fm
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
331 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
355 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
391 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
477 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
482 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
495 put_field (uto, fmt->byteorder, fmt->totalsize, fm
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c139 longswaps = fmt->totalsize / FLOATFORMAT_CHAR_BIT;
144 newfrom = (unsigned char *) xmalloc (fmt->totalsize);
164 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
203 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
213 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
346 memset (uto, 0, (fmt->totalsize + FLOATFORMAT_CHAR_BIT - 1)
353 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
356 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
364 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
371 put_field (uto, fmt->byteorder, fmt->totalsize, fm
[all...]
H A Dgdbtypes.c3436 init_type (TYPE_CODE_FLT, floatformat_ieee_single_big.totalsize / 8,
3440 init_type (TYPE_CODE_FLT, floatformat_ieee_single_little.totalsize / 8,
3444 init_type (TYPE_CODE_FLT, floatformat_ieee_double_big.totalsize / 8,
3448 init_type (TYPE_CODE_FLT, floatformat_ieee_double_little.totalsize / 8,
3452 init_type (TYPE_CODE_FLT, floatformat_ieee_double_littlebyte_bigword.totalsize / 8,
3456 init_type (TYPE_CODE_FLT, floatformat_i387_ext.totalsize / 8,
3460 init_type (TYPE_CODE_FLT, floatformat_m68881_ext.totalsize / 8,
3464 init_type (TYPE_CODE_FLT, floatformat_i960_ext.totalsize / 8,
3468 init_type (TYPE_CODE_FLT, floatformat_m88110_ext.totalsize / 8,
3472 init_type (TYPE_CODE_FLT, floatformat_m88110_harris_ext.totalsize /
[all...]
/freebsd-11-stable/contrib/dtc/
H A Dflattree.c359 fdt->totalsize = cpu_to_fdt32(reserve_off + reservesize + dtsize + strsize);
397 * If the user asked for more space than is used, adjust the totalsize.
400 padlen = minsize - fdt32_to_cpu(fdt.totalsize);
406 fdt32_to_cpu(fdt.totalsize), minsize);
414 padlen = ALIGN(fdt32_to_cpu(fdt.totalsize) + padlen, alignsize)
415 - fdt32_to_cpu(fdt.totalsize);
418 int tsize = fdt32_to_cpu(fdt.totalsize);
420 fdt.totalsize = cpu_to_fdt32(tsize);
491 fprintf(f, "\t/* totalsize */\n");
820 uint32_t magic, totalsize, versio local
[all...]
H A Dfdtdump.c57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize); local
69 printf("// totalsize:\t\t0x%x (%d)\n", totalsize, totalsize);
H A Dutil.c300 int totalsize; local
311 totalsize = fdt_totalsize(blob);
314 while (offset < totalsize) {
315 ret = write(fd, ptr + offset, totalsize - offset);
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfloatformat.h59 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dfdt.h59 fdt32_t totalsize; /* total size of DT block */ member in struct:fdt_header
H A Dlibfdt.h217 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
234 __fdt_set_hdr(totalsize); variable
/freebsd-11-stable/contrib/gdb/include/
H A Dfloatformat.h57 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/freebsd-11-stable/contrib/binutils/include/
H A Dfloatformat.h59 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/freebsd-11-stable/sys/contrib/libfdt/
H A Dfdt.h59 fdt32_t totalsize; /* total size of DT block */ member in struct:fdt_header
H A Dlibfdt.h218 #define fdt_totalsize(fdt) (fdt_get_header(fdt, totalsize))
235 fdt_set_hdr_(totalsize); variable
/freebsd-11-stable/libexec/bootpd/
H A Dhash.c84 unsigned totalsize;
87 totalsize = sizeof(hash_tbl)
89 hashtblptr = (hash_tbl *) malloc(totalsize);
91 bzero((char *) hashtblptr, totalsize);
83 unsigned totalsize; local
H A Dreadfile.c1630 unsigned addrcount, totalsize;
1648 totalsize = sizeof(struct in_addr_list)
1650 result = (struct in_addr_list *) smalloc(totalsize);
1615 unsigned addrcount, totalsize; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.c101 size_t totalsize; /* total size of TString object */ local
102 totalsize = sizeof(TString) + ((l + 1) * sizeof(char));
103 ts = &luaC_newobj(L, tag, totalsize, list, 0)->ts;
/freebsd-11-stable/contrib/lua/src/
H A Dlstring.c136 size_t totalsize; /* total size of TString object */ local
137 totalsize = sizelstring(l);
138 o = luaC_newobj(L, tag, totalsize);
H A Dlstrlib.c1281 static KOption getdetails (Header *h, size_t totalsize, argument
1296 *ntoalign = (align - (int)(totalsize & (align - 1))) & (align - 1);
1348 size_t totalsize = 0; /* accumulate total size of result */ local
1354 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign);
1355 totalsize += ntoalign + size;
1411 totalsize += len;
1420 totalsize += len + 1;
1437 size_t totalsize = 0; /* accumulate total size of result */ local
1441 KOption opt = getdetails(&h, totalsize, &fmt, &size, &ntoalign);
1443 luaL_argcheck(L, totalsize <
[all...]
/freebsd-11-stable/libexec/getty/
H A Dsubr.c490 size_t subex, totalsize; local
499 totalsize = match[subex].rm_eo - match[subex].rm_so + 1;
500 strlcpy(editedhost, HN + match[subex].rm_so, totalsize >
501 sizeof(editedhost) ? sizeof(editedhost) : totalsize);
/freebsd-11-stable/usr.bin/dtc/
H A Ddtb.hh278 uint32_t totalsize; member in struct:dtc::dtb::header
H A Ddtb.cc265 out.write_comment("totalsize");
266 out.write_data(totalsize);
299 return input.consume_binary(totalsize) &&
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c1708 size_t totalsize; member in struct:iovlist
1716 il->totalsize = 0;
1731 il->totalsize += size;
1742 while (il->totalsize > size) {
1743 diff = il->totalsize - size;
1748 il->totalsize -= last->iov_len;
1752 il->totalsize -= diff;
1803 if (lsent == (ssize_t)il->totalsize)
1806 if (lsent == (ssize_t)il->totalsize && !send_to_all)
1809 dprintf("lsent/totalsize
[all...]
/freebsd-11-stable/usr.bin/truss/
H A Dsyscalls.c1040 size_t offset, size, totalsize; local
1051 totalsize = size;
1052 buf = malloc(totalsize);
1067 if (totalsize < MAXSIZE && max == 0) {
1068 size = MAXSIZE - totalsize;
1071 nbuf = realloc(buf, totalsize + size);
1073 buf[totalsize - 1] = '\0';
1077 totalsize += size;
1079 buf[totalsize - 1] = '\0';
/freebsd-11-stable/tests/sys/kern/
H A Dunix_seqpacket_test.c134 const size_t totalsize = (sndbufsize + rcvbufsize) * 2; local
136 const int numpkts = totalsize / pktsize;

Completed in 454 milliseconds

12