Searched defs:LZ4_NBCOMMONBYTES (Results 1 – 1 of 1) sorted by relevance
117 #define LZ4_NBCOMMONBYTES(val) (__builtin_clzll(val) >> 3) macro119 #define LZ4_NBCOMMONBYTES(val) (__builtin_ctzll(val) >> 3) macro142 #define LZ4_NBCOMMONBYTES(val) (__builtin_clz(val) >> 3) macro144 #define LZ4_NBCOMMONBYTES(val) (__builtin_ctz(val) >> 3) macro