Namespaces | Defines | Functions
bits.h File Reference
#include <cstdint>
#include "absl/base/attributes.h"
Include dependency graph for bits.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

Definition at line 44 of file bits.h.



abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16