| /netbsd-src/lib/libc/gdtoa/test/ |
| H A D | f.out | 3 strtof consumes 4 bytes and returns 1.23 = #3f9d70a4 4 g_ffmt(0) gives 4 bytes: "1.23" 6 strtoIf returns 33, consuming 4 bytes. 13 strtof consumes 8 bytes and returns 1.23e+20 = #60d55ef9 14 g_ffmt(0) gives 8 bytes: "1.23e+20" 16 strtoIf returns 17, consuming 8 bytes. 23 strtof consumes 8 bytes and returns 1.23e-20 = #1e685726 24 g_ffmt(0) gives 8 bytes: "1.23e-20" 26 strtoIf returns 17, consuming 8 bytes. 33 strtof consumes 10 bytes and returns 1.2345679 = #3f9e0652 [all …]
|
| H A D | d.out | 3 strtod consumes 4 bytes and returns 17 with f = 1.23 = #3ff3ae14 7ae147ae 4 g_dfmt(0) gives 4 bytes: "1.23" 6 strtoId returns 17, consuming 4 bytes. 13 strtod consumes 8 bytes and returns 1 with f = 1.23e+20 = #441aabdf 2145b430 14 g_dfmt(0) gives 8 bytes: "1.23e+20" 16 strtoId returns 1, consuming 8 bytes. 21 strtod consumes 8 bytes and returns 33 with f = 1.2300000000000001e-20 = #3bcd0ae4 cf767531 22 g_dfmt(0) gives 8 bytes: "1.23e-20" 24 strtoId returns 33, consuming 8 bytes. 31 strtod consumes 10 bytes and returns 17 with f = 1.2345678899999999 = #3ff3c0ca 4283de1b [all …]
|
| H A D | xL.ou0 | 4 strtoxL consumes 4 bytes and returns 33 6 g_xLfmt(0) gives 4 bytes: "1.23" 8 strtoIxL returns 33, consuming 4 bytes. 16 strtoxL consumes 8 bytes and returns 1 18 g_xLfmt(0) gives 8 bytes: "1.23e+20" 20 strtoIxL returns 1, consuming 8 bytes. 26 strtoxL consumes 8 bytes and returns 17 28 g_xLfmt(0) gives 8 bytes: "1.23e-20" 30 strtoIxL returns 17, consuming 8 bytes. 38 strtoxL consumes 10 bytes and returns 33 [all …]
|
| H A D | Q.ou0 | 4 strtoQ consumes 4 bytes and returns 17 6 g_Qfmt(0) gives 4 bytes: "1.23" 8 strtoIQ returns 17, consuming 4 bytes. 16 strtoQ consumes 8 bytes and returns 1 18 g_Qfmt(0) gives 8 bytes: "1.23e+20" 20 strtoIQ returns 1, consuming 8 bytes. 26 strtoQ consumes 8 bytes and returns 17 28 g_Qfmt(0) gives 8 bytes: "1.23e-20" 30 strtoIQ returns 17, consuming 8 bytes. 38 strtoQ consumes 10 bytes and returns 17 [all …]
|
| H A D | Q.ou1 | 4 strtoQ consumes 4 bytes and returns 17 7 g_Qfmt(0) gives 4 bytes: "1.23" 9 strtoIQ returns 17, consuming 4 bytes. 19 strtoQ consumes 8 bytes and returns 1 22 g_Qfmt(0) gives 8 bytes: "1.23e+20" 24 strtoIQ returns 1, consuming 8 bytes. 31 strtoQ consumes 8 bytes and returns 17 34 g_Qfmt(0) gives 8 bytes: "1.23e-20" 36 strtoIQ returns 17, consuming 8 bytes. 46 strtoQ consumes 10 bytes and returns 17 [all …]
|
| H A D | x.ou0 | 4 strtox consumes 4 bytes and returns 33 6 g_xfmt(0) gives 4 bytes: "1.23" 8 strtoIx returns 33, consuming 4 bytes. 16 strtox consumes 8 bytes and returns 1 18 g_xfmt(0) gives 8 bytes: "1.23e+20" 20 strtoIx returns 1, consuming 8 bytes. 26 strtox consumes 8 bytes and returns 17 28 g_xfmt(0) gives 8 bytes: "1.23e-20" 30 strtoIx returns 17, consuming 8 bytes. 38 strtox consumes 10 bytes and returns 33 [all …]
|
| H A D | dd.out | 3 strtopdd consumes 4 bytes and returns 17 6 g_ddfmt(0) gives 4 bytes: "1.23" 8 strtoIdd returns 17, consuming 4 bytes. 17 strtopdd consumes 8 bytes and returns 1 20 g_ddfmt(0) gives 8 bytes: "1.23e+20" 22 strtoIdd returns 1, consuming 8 bytes. 27 strtopdd consumes 8 bytes and returns 33 30 g_ddfmt(0) gives 8 bytes: "1.23e-20" 32 strtoIdd returns 33, consuming 8 bytes. 41 strtopdd consumes 10 bytes and returns 17 [all …]
|
| H A D | xL.ou1 | 6 strtoxL consumes 4 bytes and returns 33 9 g_xLfmt(0) gives 4 bytes: "1.23" 11 strtoIxL returns 33, consuming 4 bytes. 21 strtoxL consumes 8 bytes and returns 1 24 g_xLfmt(0) gives 8 bytes: "1.23e+20" 26 strtoIxL returns 1, consuming 8 bytes. 32 strtoxL consumes 8 bytes and returns 17 35 g_xLfmt(0) gives 8 bytes: "1.23e-20" 37 strtoIxL returns 17, consuming 8 bytes. 47 strtoxL consumes 10 bytes and returns 33 [all …]
|
| H A D | x.ou1 | 4 strtox consumes 4 bytes and returns 33 7 g_xfmt(0) gives 4 bytes: "1.23" 9 strtoIx returns 33, consuming 4 bytes. 19 strtox consumes 8 bytes and returns 1 22 g_xfmt(0) gives 8 bytes: "1.23e+20" 24 strtoIx returns 1, consuming 8 bytes. 30 strtox consumes 8 bytes and returns 17 33 g_xfmt(0) gives 8 bytes: "1.23e-20" 35 strtoIx returns 17, consuming 8 bytes. 45 strtox consumes 10 bytes and returns 33 [all …]
|
| H A D | ddsi.out | 3 strtopdd consumes 4 bytes and returns 17 6 g_ddfmt(0) gives 4 bytes: "1.23" 8 strtoIdd returns 17, consuming 4 bytes. 17 strtopdd consumes 8 bytes and returns 1 20 g_ddfmt(0) gives 8 bytes: "1.23e+20" 22 strtoIdd returns 1, consuming 8 bytes. 27 strtopdd consumes 8 bytes and returns 33 30 g_ddfmt(0) gives 8 bytes: "1.23e-20" 32 strtoIdd returns 33, consuming 8 bytes. 41 strtopdd consumes 10 bytes and returns 17 [all …]
|
| H A D | dI.out | 3 strtodI consumes 4 bytes and returns 17 9 strtodI consumes 8 bytes and returns 1 15 strtodI consumes 8 bytes and returns 33 21 strtodI consumes 10 bytes and returns 17 27 strtodI consumes 14 bytes and returns 17 33 strtodI consumes 8 bytes and returns 17 39 strtodI consumes 8 bytes and returns 33 45 strtodI consumes 14 bytes and returns 17 51 strtodI consumes 14 bytes and returns 17 57 strtodI consumes 20 bytes and returns 17 [all …]
|
| H A D | dIsi.out | 3 strtodI consumes 4 bytes and returns 17 9 strtodI consumes 8 bytes and returns 1 15 strtodI consumes 8 bytes and returns 33 21 strtodI consumes 10 bytes and returns 17 27 strtodI consumes 14 bytes and returns 17 33 strtodI consumes 8 bytes and returns 17 39 strtodI consumes 8 bytes and returns 33 45 strtodI consumes 14 bytes and returns 17 51 strtodI consumes 14 bytes and returns 17 57 strtodI consumes 20 bytes and returns 17 [all …]
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/ |
| H A D | units_test.cpp | 45 ATF_REQUIRE_EQ("2.00T", units::bytes(2 * TB).format()); in ATF_TEST_CASE_BODY() 46 ATF_REQUIRE_EQ("45.12T", units::bytes(45 * TB + 120 * GB).format()); in ATF_TEST_CASE_BODY() 56 ATF_REQUIRE_EQ("5.00G", units::bytes(5 * GB).format()); in ATF_TEST_CASE_BODY() 57 ATF_REQUIRE_EQ("745.96G", units::bytes(745 * GB + 980 * MB).format()); in ATF_TEST_CASE_BODY() 67 ATF_REQUIRE_EQ("1.00M", units::bytes(1 * MB).format()); in ATF_TEST_CASE_BODY() 68 ATF_REQUIRE_EQ("1023.50M", units::bytes(1023 * MB + 512 * KB).format()); in ATF_TEST_CASE_BODY() 77 ATF_REQUIRE_EQ("3.00K", units::bytes(3 * KB).format()); in ATF_TEST_CASE_BODY() 78 ATF_REQUIRE_EQ("1.33K", units::bytes(1 * KB + 340).format()); in ATF_TEST_CASE_BODY() 85 ATF_REQUIRE_EQ("0", units::bytes().format()); in ATF_TEST_CASE_BODY() 86 ATF_REQUIRE_EQ("0", units::bytes(0).format()); in ATF_TEST_CASE_BODY() [all …]
|
| /netbsd-src/lib/libc/gdtoa/test/obad/ |
| H A D | xL.out | 4 strtoxL consumes 4 bytes and returns 33 7 g_xLfmt(0) gives 4 bytes: "1.23" 9 strtoIxL returns 33, consuming 4 bytes. 19 strtoxL consumes 8 bytes and returns 1 22 g_xLfmt(0) gives 8 bytes: "1.23e+20" 24 strtoIxL returns 1, consuming 8 bytes. 30 strtoxL consumes 8 bytes and returns 17 33 g_xLfmt(0) gives 8 bytes: "1.23e-20" 35 strtoIxL returns 17, consuming 8 bytes. 45 strtoxL consumes 10 bytes and returns 33 [all …]
|
| /netbsd-src/sys/dev/scsipi/ |
| H A D | scsipiconf.h | 75 u_int8_t bytes[15]; member 569 struct scsi_sense_data scsi_sense; /* 32 bytes */ 581 * as the bytes in the tag message. 771 _lto2b(u_int32_t val, u_int8_t *bytes) in _lto2b() argument 774 bytes[0] = (val >> 8) & 0xff; in _lto2b() 775 bytes[1] = val & 0xff; in _lto2b() 779 _lto3b(u_int32_t val, u_int8_t *bytes) in _lto3b() argument 782 bytes[0] = (val >> 16) & 0xff; in _lto3b() 783 bytes[1] = (val >> 8) & 0xff; in _lto3b() 784 bytes[ in _lto3b() 788 _lto4b(u_int32_t val,u_int8_t * bytes) _lto4b() argument 798 _lto8b(u_int64_t val,u_int8_t * bytes) _lto8b() argument 812 _2btol(const u_int8_t * bytes) _2btol() argument 822 _3btol(const u_int8_t * bytes) _3btol() argument 833 _4btol(const u_int8_t * bytes) _4btol() argument 845 _5btol(const u_int8_t * bytes) _5btol() argument 858 _8btol(const u_int8_t * bytes) _8btol() argument 874 _lto2l(u_int32_t val,u_int8_t * bytes) _lto2l() argument 882 _lto3l(u_int32_t val,u_int8_t * bytes) _lto3l() argument 891 _lto4l(u_int32_t val,u_int8_t * bytes) _lto4l() argument 901 _2ltol(const u_int8_t * bytes) _2ltol() argument 911 _3ltol(const u_int8_t * bytes) _3ltol() argument 922 _4ltol(const u_int8_t * bytes) _4ltol() argument [all...] |
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | py_malloc_example.txt | 4 allocation, and to print distribution plots of the requested bytes. Here you 15 libpython2.4.so.1.0`_PyUnicode_New, total bytes = 2 21 libpython2.4.so.1.0`find_key, total bytes = 16 27 libpython2.4.so.1.0`PyInterpreterState_New, total bytes = 36 33 libpython2.4.so.1.0`_PyImport_Init, total bytes = 60 39 libpython2.4.so.1.0`PyThreadState_New, total bytes = 84 45 libpython2.4.so.1.0`pmerge, total bytes = 132 52 libpython2.4.so.1.0`PyThread_allocate_lock, total bytes = 144 58 libpython2.4.so.1.0`convertsimple, total bytes = 210 64 libc.so.1`strdup, total bytes = 451 [all …]
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | py_malloc_example.txt | 4 allocation, and to print distribution plots of the requested bytes. Here you 15 libpython2.4.so.1.0`_PyUnicode_New, total bytes = 2 21 libpython2.4.so.1.0`find_key, total bytes = 16 27 libpython2.4.so.1.0`PyInterpreterState_New, total bytes = 36 33 libpython2.4.so.1.0`_PyImport_Init, total bytes = 60 39 libpython2.4.so.1.0`PyThreadState_New, total bytes = 84 45 libpython2.4.so.1.0`pmerge, total bytes = 132 52 libpython2.4.so.1.0`PyThread_allocate_lock, total bytes = 144 58 libpython2.4.so.1.0`convertsimple, total bytes = 210 64 libc.so.1`strdup, total bytes = 451 [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | sysroff.info | 49 (("creation date")( chars 12 bytes)( "cd")) 50 (("number of units") (2 bytes) ("nu")) 52 (("version") (chars 4 bytes) ("ver")) 63 (("unit appearance number") (2 bytes) ("uan")) 64 (("section appearance number") (2 bytes) ("sa"))) 66 (("segment address") (segsize bytes) ("sad"))) 67 (("address") (addrsize bytes) ("address"))) 68 (("os name") (chars variable bytes) ("os")) 69 (("sys name") (chars variable bytes) ("sys")) 70 (("module name") (chars variable bytes) ("mn")) [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | sysroff.info | 49 (("creation date")( chars 12 bytes)( "cd")) 50 (("number of units") (2 bytes) ("nu")) 52 (("version") (chars 4 bytes) ("ver")) 63 (("unit appearance number") (2 bytes) ("uan")) 64 (("section appearance number") (2 bytes) ("sa"))) 66 (("segment address") (segsize bytes) ("sad"))) 67 (("address") (addrsize bytes) ("address"))) 68 (("os name") (chars variable bytes) ("os")) 69 (("sys name") (chars variable bytes) ("sys")) 70 (("module name") (chars variable bytes) ("mn")) [all …]
|
| /netbsd-src/external/bsd/iscsi/dist/doc/ |
| H A D | PERFORMANCE | 17 8192 bytes/request: 8 MB written in 0.33 seconds --> 24.35 MB/sec 18 16384 bytes/request: 8 MB written in 0.30 seconds --> 26.74 MB/sec 19 32768 bytes/request: 8 MB written in 0.20 seconds --> 39.06 MB/sec 20 65536 bytes/request: 8 MB written in 0.15 seconds --> 52.95 MB/sec 21 131072 bytes/request: 8 MB written in 0.12 seconds --> 66.74 MB/sec 22 262144 bytes/request: 8 MB written in 0.10 seconds --> 77.76 MB/sec 23 8192 bytes/request: 8 MB read in 0.37 seconds --> 21.34 MB/sec 24 16384 bytes/request: 8 MB read in 0.19 seconds --> 41.47 MB/sec 25 32768 bytes/request: 8 MB read in 0.13 seconds --> 62.04 MB/sec 26 65536 bytes/request: 8 MB read in 0.11 seconds --> 70.99 MB/sec [all …]
|
| /netbsd-src/sys/lib/libsa/ |
| H A D | byteorder.c | 42 uint8_t bytes[2]; member 47 uint8_t bytes[4]; member 62 un.bytes[1] = val & 0xff; in sa_htobe16() 63 un.bytes[0] = (val >> 8) & 0xff; in sa_htobe16() 73 un.bytes[0] = val & 0xff; in sa_htole16() 74 un.bytes[1] = (val >> 8) & 0xff; in sa_htole16() 86 return ((un.bytes[0] << 8) | in sa_be16toh() 87 un.bytes[1]); in sa_be16toh() 97 return ((un.bytes[1] << 8) | in sa_le16toh() 98 un.bytes[0]); in sa_le16toh() [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | mbchar.h | 166 size_t bytes; /* number of bytes of current character, > 0 */ member 179 #define mb_len(mbc) ((mbc).bytes) 191 : (mbc1).bytes == (mbc2).bytes \ 192 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \ 193 : (mbc1).bytes < (mbc2).bytes \ 194 ? (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) > 0 ? 1 : -1) \ 195 : (memcmp ((mbc1).ptr, (mbc2).ptr, (mbc2).bytes) >= 0 ? 1 : -1))) 203 : (mbc1).bytes == (mbc2).bytes \ 204 ? memcmp ((mbc1).ptr, (mbc2).ptr, (mbc1).bytes) \ 205 : (mbc1).bytes < (mbc2).bytes \ [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libdecnumber/dpd/ |
| H A D | decimal128.c | 172 UBFROMUI(d128->bytes, targlo); in decimal128FromNumber() 173 UBFROMUI(d128->bytes+4, targml); in decimal128FromNumber() 174 UBFROMUI(d128->bytes+8, targmh); in decimal128FromNumber() 175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber() 179 UBFROMUI(d128->bytes, targhi); in decimal128FromNumber() 180 UBFROMUI(d128->bytes+4, targmh); in decimal128FromNumber() 181 UBFROMUI(d128->bytes+8, targml); in decimal128FromNumber() 182 UBFROMUI(d128->bytes+12, targlo); in decimal128FromNumber() 210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */ in decimal128ToNumber() 211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */ in decimal128ToNumber() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/dpd/ |
| H A D | decimal128.c | 172 UBFROMUI(d128->bytes, targlo); in decimal128FromNumber() 173 UBFROMUI(d128->bytes+4, targml); in decimal128FromNumber() 174 UBFROMUI(d128->bytes+8, targmh); in decimal128FromNumber() 175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber() 179 UBFROMUI(d128->bytes, targhi); in decimal128FromNumber() 180 UBFROMUI(d128->bytes+4, targmh); in decimal128FromNumber() 181 UBFROMUI(d128->bytes+8, targml); in decimal128FromNumber() 182 UBFROMUI(d128->bytes+12, targlo); in decimal128FromNumber() 210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */ in decimal128ToNumber() 211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */ in decimal128ToNumber() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/libdecnumber/dpd/ |
| H A D | decimal128.c | 172 UBFROMUI(d128->bytes, targlo); in decimal128FromNumber() 173 UBFROMUI(d128->bytes+4, targml); in decimal128FromNumber() 174 UBFROMUI(d128->bytes+8, targmh); in decimal128FromNumber() 175 UBFROMUI(d128->bytes+12, targhi); in decimal128FromNumber() 179 UBFROMUI(d128->bytes, targhi); in decimal128FromNumber() 180 UBFROMUI(d128->bytes+4, targmh); in decimal128FromNumber() 181 UBFROMUI(d128->bytes+8, targml); in decimal128FromNumber() 182 UBFROMUI(d128->bytes+12, targlo); in decimal128FromNumber() 210 sourlo=UBTOUI(d128->bytes ); /* directly load the low int */ in decimal128ToNumber() 211 sourml=UBTOUI(d128->bytes+4 ); /* then the mid-low */ in decimal128ToNumber() [all …]
|