Searched refs:Binary (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/private/shared/
H A Dbinary-utils.h41 #define BINARY(binstring) ((unsigned long long)(Binary<0##binstring>::value))
44 template<const unsigned long long N> struct Binary struct
46 enum { value = (N % 8ULL) + 2ULL * Binary<N / 8ULL>::value };
51 struct Binary<0> struct

Completed in 34 milliseconds