| /netbsd/src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/ |
| D | floatunditf_test.h | 8 { UINT64_C(0x0000000000000061), 0x1.84p+6, 0x0p+0 }, 9 { UINT64_C(0x0000000000000062), 0x1.88p+6, 0x0p+0 }, 10 { UINT64_C(0x0000000000000403), 0x1.00cp+10, 0x0p+0 }, 11 { UINT64_C(0x000000000000040a), 0x1.028p+10, 0x0p+0 }, 12 { UINT64_C(0x000000000000040c), 0x1.03p+10, 0x0p+0 }, 13 { UINT64_C(0x000000000000040e), 0x1.038p+10, 0x0p+0 }, 14 { UINT64_C(0x0000000000000418), 0x1.06p+10, 0x0p+0 }, 15 { UINT64_C(0x000000000000041a), 0x1.068p+10, 0x0p+0 }, 16 { UINT64_C(0x0000000000000504), 0x1.41p+10, 0x0p+0 }, 17 { UINT64_C(0x0000000000000506), 0x1.418p+10, 0x0p+0 }, [all …]
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/check/ |
| D | crc64_table_le.h | 5 UINT64_C(0x0000000000000000), UINT64_C(0xB32E4CBE03A75F6F), 6 UINT64_C(0xF4843657A840A05B), UINT64_C(0x47AA7AE9ABE7FF34), 7 UINT64_C(0x7BD0C384FF8F5E33), UINT64_C(0xC8FE8F3AFC28015C), 8 UINT64_C(0x8F54F5D357CFFE68), UINT64_C(0x3C7AB96D5468A107), 9 UINT64_C(0xF7A18709FF1EBC66), UINT64_C(0x448FCBB7FCB9E309), 10 UINT64_C(0x0325B15E575E1C3D), UINT64_C(0xB00BFDE054F94352), 11 UINT64_C(0x8C71448D0091E255), UINT64_C(0x3F5F08330336BD3A), 12 UINT64_C(0x78F572DAA8D1420E), UINT64_C(0xCBDB3E64AB761D61), 13 UINT64_C(0x7D9BA13851336649), UINT64_C(0xCEB5ED8652943926), 14 UINT64_C(0x891F976FF973C612), UINT64_C(0x3A31DBD1FAD4997D), [all …]
|
| D | crc64_table_be.h | 5 UINT64_C(0x0000000000000000), UINT64_C(0x6F5FA703BE4C2EB3), 6 UINT64_C(0x5BA040A8573684F4), UINT64_C(0x34FFE7ABE97AAA47), 7 UINT64_C(0x335E8FFF84C3D07B), UINT64_C(0x5C0128FC3A8FFEC8), 8 UINT64_C(0x68FECF57D3F5548F), UINT64_C(0x07A168546DB97A3C), 9 UINT64_C(0x66BC1EFF0987A1F7), UINT64_C(0x09E3B9FCB7CB8F44), 10 UINT64_C(0x3D1C5E575EB12503), UINT64_C(0x5243F954E0FD0BB0), 11 UINT64_C(0x55E291008D44718C), UINT64_C(0x3ABD360333085F3F), 12 UINT64_C(0x0E42D1A8DA72F578), UINT64_C(0x611D76AB643EDBCB), 13 UINT64_C(0x4966335138A19B7D), UINT64_C(0x2639945286EDB5CE), 14 UINT64_C(0x12C673F96F971F89), UINT64_C(0x7D99D4FAD1DB313A), [all …]
|
| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | get_str.c | 251 #ifndef UINT64_C 252 # define UINT64_C(c) c macro 263 const mp_limb_t mpfr_l2b_2_0__tab[] = { UINT64_C(0x8000000000000000) }; 280 const mp_limb_t mpfr_l2b_2_1__tab[] = { UINT64_C(0x0000000000000000), UINT64_C(0x8000000000000000) … 297 const mp_limb_t mpfr_l2b_3_0__tab[] = { UINT64_C(0xcae00e0000000000) }; 314 const mp_limb_t mpfr_l2b_3_1__tab[] = { UINT64_C(0x0448000000000000), UINT64_C(0xa1849cc1a9a9e94e) … 331 const mp_limb_t mpfr_l2b_4_0__tab[] = { UINT64_C(0x8000000000000000) }; 348 const mp_limb_t mpfr_l2b_4_1__tab[] = { UINT64_C(0x0000000000000000), UINT64_C(0x8000000000000000) … 365 const mp_limb_t mpfr_l2b_5_0__tab[] = { UINT64_C(0x949a7a0000000000) }; 382 const mp_limb_t mpfr_l2b_5_1__tab[] = { UINT64_C(0x67b8000000000000), UINT64_C(0xdc81a348287b9728) … [all …]
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/api/ |
| D | lzma.h | 82 # if !defined(UINT32_C) || !defined(UINT64_C) \ 143 # ifndef UINT64_C 145 # define UINT64_C(n) n ## UI64 macro 150 # define UINT64_C(n) n ## ULL macro 152 # define UINT64_C(n) n ## UL macro 162 # define UINT64_MAX (UINT64_C(18446744073709551615))
|
| /netbsd/src/external/public-domain/xz/dist/src/common/ |
| D | sysdefs.h | 76 # ifndef UINT64_C 77 # define UINT64_C(n) n ## ULL macro 89 # ifndef UINT64_C 90 # define UINT64_C(n) n ## UL macro 103 # define UINT64_MAX UINT64_C(18446744073709551615)
|
| D | tuklib_integer.h | 132 | (((uint64_t)(num) << 40) & UINT64_C(0x00FF000000000000)) \ 133 | (((uint64_t)(num) << 24) & UINT64_C(0x0000FF0000000000)) \ 134 | (((uint64_t)(num) << 8) & UINT64_C(0x000000FF00000000)) \ 135 | (((uint64_t)(num) >> 8) & UINT64_C(0x00000000FF000000)) \ 136 | (((uint64_t)(num) >> 24) & UINT64_C(0x0000000000FF0000)) \ 137 | (((uint64_t)(num) >> 40) & UINT64_C(0x000000000000FF00)) \
|
| /netbsd/src/sys/net/npf/ |
| D | npf_portmap.c | 82 #define PORTMAP_L1_TAG (UINT64_C(1)) // use level 1 222 m = (x >> 4) ^ (UINT64_C(0x1001001001001) * bit); in bitmap_word_isset() 223 r = (m - UINT64_C(0x1001001001001)) & (~m & UINT64_C(0x800800800800800)); in bitmap_word_isset() 305 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK); 356 bm1->bits1[off] |= UINT64_C(1) << (v & PORTMAP_L1_MASK); in bitmap_set() 377 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK); in bitmap_set() 417 b = UINT64_C(1) << (chunk_bit & PORTMAP_L1_MASK); in bitmap_clr() 493 bm->bits0[i] = UINT64_C(0); in npf_portmap_flush()
|
| /netbsd/src/common/lib/libc/gen/ |
| D | radixtree.c | 509 const uint64_t mask = (UINT64_C(1) << RADIX_TREE_BITS_PER_HEIGHT) - 1; in radix_tree_lookup_ptr() 1171 offset + i * (UINT64_C(1) << in radix_tree_dump_node() 1316 assert(radix_tree_insert_node(t, UINT64_C(10000000000), (void *)0xdea0) in test1() 1321 assert(radix_tree_lookup_node(t, UINT64_C(10000000000)) == in test1() 1326 assert(!radix_tree_get_tag(t, UINT64_C(10000000000), 1)); in test1() 1328 radix_tree_set_tag(t, UINT64_C(10000000000), 2); in test1() 1332 assert(radix_tree_get_tag(t, UINT64_C(10000000000), 2)); in test1() 1334 radix_tree_clear_tag(t, UINT64_C(10000000000), 2); in test1() 1338 assert(!radix_tree_get_tag(t, UINT64_C(10000000000), 2)); in test1() 1362 assert(radix_tree_gang_lookup_node(t, UINT64_C(10000000001), results, 3, in test1() [all …]
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/display/ |
| D | display.c | 64 v = UINT64_C(1); in units_to_bytes() 69 v *= UINT64_C(1); in units_to_bytes() 71 #define KILO UINT64_C(1024) in units_to_bytes() 95 #define KILO UINT64_C(1000) in units_to_bytes() 167 uint64_t byte = UINT64_C(0); in _display_size() 168 uint64_t units = UINT64_C(1024); in _display_size() 247 if (size == UINT64_C(0)) { in _display_size() 254 size *= UINT64_C(512); in _display_size() 261 units = UINT64_C(1000); in _display_size() 264 units = UINT64_C(1024); in _display_size()
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/format_text/ |
| D | text_label.c | 77 pvh_dlocn_xl->offset = xlate64(UINT64_C(0)); in _text_write() 78 pvh_dlocn_xl->size = xlate64(UINT64_C(0)); in _text_write() 94 pvh_dlocn_xl->offset = xlate64(UINT64_C(0)); in _text_write() 95 pvh_dlocn_xl->size = xlate64(UINT64_C(0)); in _text_write() 224 mdac->free_sectors = UINT64_C(0); in add_mda()
|
| /netbsd/src/sys/arch/sparc/include/ |
| D | int_const.h | 57 #define UINT64_C(c) c ## UL macro 59 #define UINT64_C(c) c ## ULL macro
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | int_const.h | 57 #define UINT64_C(c) c ## UL macro 59 #define UINT64_C(c) c ## ULL macro
|
| /netbsd/src/sys/arch/arm/include/ |
| D | int_const.h | 57 #define UINT64_C(c) c ## UL macro 59 #define UINT64_C(c) c ## ULL macro
|
| /netbsd/src/sys/arch/mips/include/ |
| D | int_const.h | 57 #define UINT64_C(c) c ## UL macro 59 #define UINT64_C(c) c ## ULL macro
|
| /netbsd/src/external/public-domain/xz/dist/src/xz/ |
| D | mytime.c | 42 return (uint64_t)(tv.tv_sec) * UINT64_C(1000) + tv.tv_nsec / 1000000; in mytime_now() 46 return (uint64_t)(tv.tv_sec) * UINT64_C(1000) + tv.tv_usec / 1000; in mytime_now()
|
| D | util.c | 98 multiplier = UINT64_C(1) << 10; in str_to_uint64() 100 multiplier = UINT64_C(1) << 20; in str_to_uint64() 102 multiplier = UINT64_C(1) << 30; in str_to_uint64()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | stdint_.h | 254 #define UINT64_C(x) x##UL macro 257 #define UINT64_C(x) x##ULL macro 260 #define UINT64_C(x) x##ui64 macro
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/report/ |
| D | report.c | 55 static const uint64_t _minusone = UINT64_C(-1); 719 size = UINT64_C(0); in _chunksize_disp() 736 size = UINT64_C(0); in _originsize_disp() 890 freespace = UINT64_C(0); in _pvmdafree_disp() 909 min_mda_size = UINT64_C(0); in _find_min_mda_size() 958 freespace = UINT64_C(0); in _vgmdafree_disp() 1023 *sortval = UINT64_C(0); in _snpercent_disp() 1030 *sortval = UINT64_C(100); in _snpercent_disp() 1045 *sortval = snap_percent * UINT64_C(1000); in _snpercent_disp() 1070 *sortval = UINT64_C(0); in _copypercent_disp() [all …]
|
| /netbsd/src/external/gpl2/lvm2/dist/tools/ |
| D | lvmdiskscan.c | 80 if (!dev_read(dev, UINT64_C(0), (size_t) 1, &buffer)) { in _check_device() 123 if ((label_read(dev, &label, UINT64_C(0)))) { in lvmdiskscan()
|
| D | pvck.c | 38 UINT64_C(0))); in pvck()
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/device/ |
| D | device.c | 29 #define PART_MAGIC_OFFSET UINT64_C(0x1FE) 30 #define PART_OFFSET UINT64_C(0x1BE) 72 if (!dev_read(dev, UINT64_C(0), sizeof(buf), &buf)) in _has_partition_table()
|
| /netbsd/src/external/gpl2/lvm2/dist/lib/cache/ |
| D | lvmcache.c | 362 label_read(devl->dev, &label, UINT64_C(0)); in fmt_from_vgname() 481 label_read(info->dev, &label, UINT64_C(0)); in _rescan_entry() 527 label_read(dev, &label, UINT64_C(0)); in lvmcache_label_scan() 679 if (label_read(info->dev, &label, UINT64_C(0))) { in device_from_pvid() 690 if (label_read(info->dev, &label, UINT64_C(0))) { in device_from_pvid() 704 if (label_read(info->dev, &label, UINT64_C(0))) { in device_from_pvid()
|
| /netbsd/src/sys/arch/hppa/include/ |
| D | int_const.h | 49 #define UINT64_C(c) c ## ULL macro
|
| /netbsd/src/sys/arch/sh3/include/ |
| D | int_const.h | 52 #define UINT64_C(c) c ## ULL macro
|