Home
last modified time | relevance | path

Searched refs:LLONG_WIDTH (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dlimits-macros.h81 #ifndef LLONG_WIDTH
83 #define LLONG_WIDTH __LLONG_WIDTH__ macro
85 #define LLONG_WIDTH 64 macro
90 #define ULLONG_WIDTH LLONG_WIDTH
168 #define LLONG_MAX (0LL ^ (1LL << (LLONG_WIDTH - 1)))
/freebsd/lib/libc/string/
H A Dflsll.c45 return (mask == 0 ? 0 : LLONG_WIDTH - __builtin_clzll(mask)); in flsll()
/freebsd/sys/sys/
H A Dlimits.h87 #define LLONG_WIDTH __LLONG_BIT /* number of bits in a long long */ macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h86 #define LLONG_WIDTH __LLONG_WIDTH__ macro