Searched refs:ull (Results 126 - 132 of 132) sorted by relevance

123456

/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DAPInt.cpp1674 uint64_t mask = ~0ull >> (sizeof(unsigned)*CHAR_BIT);
/freebsd-11.0-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c2512 12802747070103273189ull));
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-usb.c2076 (header) ? (unsigned long long)header->u64 : 0ull);
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure5220 #define BIG64 18446744073709551615ull
5222 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6393 #define BIG64 18446744073709551615ull
6395 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
16094 unsigned long long int ull = 18446744073709551615ULL;
16106 unsigned long long int ullmax = 18446744073709551615ull;
16109 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >>
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure4988 #define BIG64 18446744073709551615ull
4990 #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
6769 unsigned long long int ull = 18446744073709551615ULL;
6781 unsigned long long int ullmax = 18446744073709551615ull;
6784 | (ull << 63) | (ull >> 63) | (ull << i) | (ull >> i)
6785 | (ullmax / ull) | (ullmax % ull));
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2222 symbol.st_value = symbol.st_value & (~1ull);
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c50 #define MLX4_MAC_VALID (1ull << 63)

Completed in 247 milliseconds

123456