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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991221-1.c3 unsigned long totalsize = 80; local
9 if ( totalsize > (2147483647L * 2UL + 1)
/openbsd-current/sbin/swapctl/
H A Dswaplist.c52 int hlen, totalsize, size, totalinuse, inuse, ncounted, pathmax; local
86 totalsize = totalinuse = ncounted = 0;
93 totalsize += size;
110 (long)(dbtoqb(totalsize) / blocksize),
113 (long)(dbtoqb(totalsize - totalinuse) / blocksize));
117 (long)(dbtoqb(totalsize) / blocksize),
119 (long)(dbtoqb(totalsize - totalinuse) / blocksize),
120 (double)(totalinuse) / (double)totalsize * 100.0);
/openbsd-current/sys/arch/amd64/amd64/
H A Dcacheinfo.c42 u_int ways, linesize, totalsize; local
61 totalsize = (ecx >> 24) & 0xff; /* KB */
65 printf("%dKB ", totalsize);
87 totalsize = (edx >> 24) & 0xff; /* KB */
89 printf("%dKB ", totalsize);
112 u_int ways, linesize, totalsize; local
130 totalsize = ((ecx >> 16) & 0xffff); /* KB */
132 if (totalsize < 1024)
133 printf("%dKB ", totalsize);
135 printf("%dMB ", totalsize >> 1
186 u_int ways, partitions, linesize, sets, totalsize; local
[all...]
/openbsd-current/gnu/lib/libiberty/src/
H A Dfloatformat.c157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
316 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
333 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
357 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
393 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
413 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
488 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT);
493 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
506 put_field (uto, fmt->byteorder, fmt->totalsize, fm
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddoublest.c146 longswaps = fmt->totalsize / FLOATFORMAT_CHAR_BIT;
151 newfrom = (unsigned char *) xmalloc (fmt->totalsize);
171 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
210 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
220 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
353 memset (uto, 0, (fmt->totalsize + FLOATFORMAT_CHAR_BIT - 1)
360 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
363 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
371 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
378 put_field (uto, fmt->byteorder, fmt->totalsize, fm
[all...]
H A Dgdbtypes.c3579 init_type (TYPE_CODE_FLT, floatformat_ieee_single_big.totalsize / 8,
3583 init_type (TYPE_CODE_FLT, floatformat_ieee_single_little.totalsize / 8,
3587 = build_flt (floatformat_ieee_single_big.totalsize,
3591 = build_flt (floatformat_ieee_single_little.totalsize,
3595 init_type (TYPE_CODE_FLT, floatformat_ieee_double_big.totalsize / 8,
3599 init_type (TYPE_CODE_FLT, floatformat_ieee_double_little.totalsize / 8,
3603 = build_flt (floatformat_ieee_double_big.totalsize,
3607 = build_flt (floatformat_ieee_double_little.totalsize,
3611 init_type (TYPE_CODE_FLT, floatformat_ieee_double_littlebyte_bigword.totalsize / 8,
3615 init_type (TYPE_CODE_FLT, floatformat_i387_ext.totalsize /
[all...]
/openbsd-current/gnu/lib/libiberty/include/
H A Dfloatformat.h59 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/openbsd-current/gnu/gcc/include/
H A Dfloatformat.h59 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dfloatformat.h57 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dfloatformat.h59 unsigned int totalsize; /* Total size of number in bits */ member in struct:floatformat
/openbsd-current/sys/dev/microcode/bwi/build/
H A Dbuild.c46 int fwsize, totalsize; local
77 totalsize = headersize + fwsize;
82 printf("total file size = %d bytes\n", totalsize);
164 nfiles, FILENAME, totalsize);
/openbsd-current/sys/arch/armv7/armv7/
H A Darmv7_machdep.c623 size_t totalsize = esym - (u_int32_t)__text_start; local
628 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
639 loadaddr + logical, totalsize - (textsize + rodatasize),
/openbsd-current/lib/libfido2/src/
H A Dlargeblob.c573 size_t chunklen, maxchunklen, totalsize; local
603 totalsize = cbor.len + sizeof(dgst) - 16; /* the first 16 bytes only */
615 chunklen, offset, totalsize, ms)) != FIDO_OK ||
622 totalsize, ms)) != FIDO_OK ||

Completed in 118 milliseconds