Home
last modified time | relevance | path

Searched refs:ULL (Results 1 – 6 of 6) sorted by relevance

/include/linux/
A Dsizes.h54 #define SZ_4G _AC(0x100000000, ULL)
55 #define SZ_8G _AC(0x200000000, ULL)
56 #define SZ_16G _AC(0x400000000, ULL)
57 #define SZ_32G _AC(0x800000000, ULL)
58 #define SZ_64G _AC(0x1000000000, ULL)
59 #define SZ_128G _AC(0x2000000000, ULL)
60 #define SZ_256G _AC(0x4000000000, ULL)
63 #define SZ_1T _AC(0x10000000000, ULL)
64 #define SZ_2T _AC(0x20000000000, ULL)
65 #define SZ_4T _AC(0x40000000000, ULL)
[all …]
A Dconst.h26 #define _ULL(x) (_AC(x, ULL))
32 #define ULL(x) (_ULL(x)) macro
A Dbitfield.h88 __BF_FIELD_CHECK(_mask, 0ULL, 0ULL, "FIELD_MAX: "); \
101 __BF_FIELD_CHECK(_mask, 0ULL, 0ULL, "FIELD_FIT: "); \
115 __BF_FIELD_CHECK(_mask, 0ULL, _val, "FIELD_PREP: "); \
A Dbitops.h38 (((~0ULL) << (l)) & (~0ULL >> (BITS_PER_LONG_LONG - 1 - (h))))
A Dzstd_lib.h145 #define ZSTD_CONTENTSIZE_UNKNOWN (0ULL - 1)
146 #define ZSTD_CONTENTSIZE_ERROR (0ULL - 2)
/include/
A Ddiv64.h72 ___m = (~0ULL / ___b) * ___p; \
73 ___m += (((~0ULL % ___b + 1) * ___p) + ___b - 1) / ___b; \
76 ___x = ~0ULL / ___b * ___b - 1; \
88 if (~0ULL % (___b / (___b & -___b)) == 0) { \
91 ___m = ~0ULL / (___b / (___b & -___b)); \
105 ___m = (~0ULL / ___b) * ___p; \
106 ___m += ((~0ULL % ___b + 1) * ___p) / ___b; \

Completed in 22 milliseconds