Namespaces | Macros | 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

 absl
 
 absl::base_internal
 

Macros

#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)
 

Macro Definition Documentation

#define ABSL_BASE_INTERNAL_FORCEINLINE   inline ABSL_ATTRIBUTE_ALWAYS_INLINE

Definition at line 44 of file bits.h.



abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:38