Go to the source code of this file.
Namespaces | |
namespace | absl |
namespace | absl::base_internal |
Defines | |
#define | ABSL_BASE_INTERNAL_FORCEINLINE inline ABSL_ATTRIBUTE_ALWAYS_INLINE |
Functions | |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountLeadingZeros32 (uint32_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountLeadingZeros32Slow (uint64_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountLeadingZeros64 (uint64_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountLeadingZeros64Slow (uint64_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountTrailingZerosNonZero32 (uint32_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountTrailingZerosNonZero32Slow (uint32_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountTrailingZerosNonZero64 (uint64_t n) |
ABSL_BASE_INTERNAL_FORCEINLINE int | absl::base_internal::CountTrailingZerosNonZero64Slow (uint64_t n) |
#define ABSL_BASE_INTERNAL_FORCEINLINE inline ABSL_ATTRIBUTE_ALWAYS_INLINE |