| /freebsd-10-stable/contrib/xz/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 …]
|
| D | crc64_small.c | 22 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in crc64_init()
|
| D | crc64_tablegen.c | 26 static const uint64_t poly64 = UINT64_C(0xC96C5795D7870F42); in init_crc64_table()
|
| /freebsd-10-stable/contrib/xz/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))
|
| /freebsd-10-stable/contrib/xz/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 | 121 | (((uint64_t)(num) << 40) & UINT64_C(0x00FF000000000000)) \ 122 | (((uint64_t)(num) << 24) & UINT64_C(0x0000FF0000000000)) \ 123 | (((uint64_t)(num) << 8) & UINT64_C(0x000000FF00000000)) \ 124 | (((uint64_t)(num) >> 8) & UINT64_C(0x00000000FF000000)) \ 125 | (((uint64_t)(num) >> 24) & UINT64_C(0x0000000000FF0000)) \ 126 | (((uint64_t)(num) >> 40) & UINT64_C(0x000000000000FF00)) \
|
| /freebsd-10-stable/contrib/compiler-rt/lib/ppc/ |
| D | fixunstfdi.c | 22 uint64_t result = hibits.x & UINT64_C(0x000fffffffffffff); /* mantissa(hi) */ in __fixunstfdi() 23 result |= UINT64_C(0x0010000000000000); /* matissa(hi) with implicit bit */ in __fixunstfdi() 56 return UINT64_C(0); in __fixunstfdi()
|
| D | DD.h | 26 result.x &= UINT64_C(0x7fffffffffffffff); in fabs() 34 result.x &= UINT64_C(0xfffffffff8000000); in high26bits()
|
| D | floatditf.c | 16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */ in __floatditf()
|
| D | floatunditf.c | 22 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */ in __floatunditf()
|
| /freebsd-10-stable/sys/x86/include/ |
| D | _stdint.h | 55 #define UINT64_C(c) (c ## UL) macro 58 #define UINT64_C(c) (c ## ULL) macro 62 #define UINTMAX_C(c) UINT64_C(c)
|
| /freebsd-10-stable/sys/powerpc/include/ |
| D | _stdint.h | 55 #define UINT64_C(c) (c ## UL) macro 58 #define UINT64_C(c) (c ## ULL) macro 62 #define UINTMAX_C(c) UINT64_C(c)
|
| /freebsd-10-stable/sys/mips/include/ |
| D | _stdint.h | 56 #define UINT64_C(c) (c ## UL) macro 59 #define UINT64_C(c) (c ## ULL) macro 63 #define UINTMAX_C(c) UINT64_C(c)
|
| /freebsd-10-stable/usr.bin/svn/lib/libapr/ |
| D | apr.h | 344 #undef UINT64_C 350 #define UINT64_C(v) (v ## UL) macro 356 #define UINT64_C(v) (v ## ULL) macro 386 #define APR_UINT64_C(val) UINT64_C(val)
|
| /freebsd-10-stable/contrib/xz/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()
|
| /freebsd-10-stable/sys/sparc64/include/ |
| D | _stdint.h | 46 #define UINT64_C(c) (c ## UL) macro 49 #define UINTMAX_C(c) UINT64_C(c)
|
| /freebsd-10-stable/sys/ia64/include/ |
| D | _stdint.h | 46 #define UINT64_C(c) (c ## UL) macro 49 #define UINTMAX_C(c) UINT64_C(c)
|
| /freebsd-10-stable/sys/arm/include/ |
| D | _stdint.h | 46 #define UINT64_C(c) (c ## ULL) macro 49 #define UINTMAX_C(c) UINT64_C(c)
|
| /freebsd-10-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDGPUInstrInfo.h | 209 #define AMDGPU_FLAG_REGISTER_LOAD (UINT64_C(1) << 63) 210 #define AMDGPU_FLAG_REGISTER_STORE (UINT64_C(1) << 62)
|
| /freebsd-10-stable/contrib/xz/src/liblzma/api/lzma/ |
| D | vli.h | 49 #define LZMA_VLI_C(n) UINT64_C(n)
|
| /freebsd-10-stable/contrib/compiler-rt/lib/ |
| D | floatundidf.c | 44 low.x |= a & UINT64_C(0x00000000ffffffff); in ARM_EABI_FNALIAS()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | stdint.h | 319 # define UINT64_C(v) __uint_c(v, __int64_c_suffix) macro 322 # define UINT64_C(v) v ## U macro 478 # define UINT64_MAX UINT64_C(18446744073709551615)
|
| /freebsd-10-stable/contrib/llvm/include/llvm/Support/ |
| D | DataTypes.h.in | 156 #ifndef UINT64_C 157 # define UINT64_C(C) C##ui64 macro
|