/openbsd/sys/arch/amd64/amd64/ |
H A D | cacheinfo.c | 42 u_int ways, linesize, totalsize; in amd64_print_l1_cacheinfo() local 61 totalsize = (ecx >> 24) & 0xff; /* KB */ in amd64_print_l1_cacheinfo() 65 printf("%dKB ", totalsize); in amd64_print_l1_cacheinfo() 89 printf("%dKB ", totalsize); in amd64_print_l1_cacheinfo() 112 u_int ways, linesize, totalsize; in amd64_print_l2_cacheinfo() local 132 if (totalsize < 1024) in amd64_print_l2_cacheinfo() 133 printf("%dKB ", totalsize); in amd64_print_l2_cacheinfo() 135 printf("%dMB ", totalsize >> 10); in amd64_print_l2_cacheinfo() 206 if (totalsize < 1024*1024) in intel_print_one_cache() 207 printf("%dKB ", totalsize >> 10); in intel_print_one_cache() [all …]
|
/openbsd/sbin/swapctl/ |
H A D | swaplist.c | 52 int hlen, totalsize, size, totalinuse, inuse, ncounted, pathmax; in list_swap() local 86 totalsize = totalinuse = ncounted = 0; in list_swap() 93 totalsize += size; in list_swap() 110 (long)(dbtoqb(totalsize) / blocksize), in list_swap() 113 (long)(dbtoqb(totalsize - totalinuse) / blocksize)); in list_swap() 117 (long)(dbtoqb(totalsize) / blocksize), in list_swap() 119 (long)(dbtoqb(totalsize - totalinuse) / blocksize), in list_swap() 120 (double)(totalinuse) / (double)totalsize * 100.0); in list_swap()
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | floatformat.c | 157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 315 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 332 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 392 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 486 memset (uto, 0, fmt->totalsize / FLOATFORMAT_CHAR_BIT); in floatformat_from_double() 504 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 507 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double() 516 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 523 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | doublest.c | 146 longswaps = fmt->totalsize / FLOATFORMAT_CHAR_BIT; in convert_floatformat_to_doublest() 151 newfrom = (unsigned char *) xmalloc (fmt->totalsize); in convert_floatformat_to_doublest() 171 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 210 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 352 memset (uto, 0, (fmt->totalsize + FLOATFORMAT_CHAR_BIT - 1) in convert_doublest_to_floatformat() 432 put_field (uto, fmt->byteorder, fmt->totalsize, in convert_doublest_to_floatformat() 480 exponent = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 493 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 533 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_mantissa() 543 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_mantissa() [all …]
|
H A D | gdbtypes.c | 3586 = build_flt (floatformat_ieee_single_big.totalsize, in _initialize_gdbtypes() 3590 = build_flt (floatformat_ieee_single_little.totalsize, in _initialize_gdbtypes() 3602 = build_flt (floatformat_ieee_double_big.totalsize, in _initialize_gdbtypes() 3606 = build_flt (floatformat_ieee_double_little.totalsize, in _initialize_gdbtypes() 3614 init_type (TYPE_CODE_FLT, floatformat_i387_ext.totalsize / 8, in _initialize_gdbtypes() 3622 init_type (TYPE_CODE_FLT, floatformat_i960_ext.totalsize / 8, in _initialize_gdbtypes() 3642 = build_flt (floatformat_arm_ext_big.totalsize, in _initialize_gdbtypes() 3658 = build_flt (floatformat_ia64_spill_big.totalsize, in _initialize_gdbtypes() 3662 = build_flt (floatformat_ia64_spill_little.totalsize, in _initialize_gdbtypes() 3674 = build_flt (floatformat_ia64_quad_big.totalsize, in _initialize_gdbtypes() [all …]
|
/openbsd/sys/dev/microcode/bwi/build/ |
H A D | build.c | 46 int fwsize, totalsize; in main() local 77 totalsize = headersize + fwsize; in main() 82 printf("total file size = %d bytes\n", totalsize); in main() 164 nfiles, FILENAME, totalsize); in main()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 991221-1.c | 3 unsigned long totalsize = 80; in main() local 9 if ( totalsize > (2147483647L * 2UL + 1) in main()
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | floatformat.h | 57 unsigned int totalsize; /* Total size of number in bits */ member
|
/openbsd/gnu/gcc/include/ |
H A D | floatformat.h | 59 unsigned int totalsize; /* Total size of number in bits */ member
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | floatformat.h | 59 unsigned int totalsize; /* Total size of number in bits */ member
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | floatformat.h | 59 unsigned int totalsize; /* Total size of number in bits */ member
|
/openbsd/sys/arch/armv7/armv7/ |
H A D | armv7_machdep.c | 623 size_t totalsize = esym - (u_int32_t)__text_start; in initarm() local 628 totalsize = (totalsize + PGOFSET) & ~PGOFSET; in initarm() 639 loadaddr + logical, totalsize - (textsize + rodatasize), in initarm()
|
/openbsd/lib/libfido2/src/ |
H A D | largeblob.c | 573 size_t chunklen, maxchunklen, totalsize; in largeblob_set_array() local 603 totalsize = cbor.len + sizeof(dgst) - 16; /* the first 16 bytes only */ in largeblob_set_array() 615 chunklen, offset, totalsize, ms)) != FIDO_OK || in largeblob_set_array() 622 totalsize, ms)) != FIDO_OK || in largeblob_set_array()
|