Home
last modified time | relevance | path

Searched defs:kBitCount (Results 1 – 13 of 13) sorted by relevance

/external/libyuv/files/source/
Dcompare_gcc.cc115 static const vec8 kBitCount = {0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4}; variable
/external/libvpx/third_party/libyuv/source/
Dcompare_gcc.cc116 static const vec8 kBitCount = {0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4}; variable
/external/libaom/third_party/libyuv/source/
Dcompare_gcc.cc116 static const vec8 kBitCount = {0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4}; variable
/external/perfetto/src/trace_processor/importers/proto/
Dnetwork_trace_module.cc40 static constexpr int kBitCount = 8; in GetTcpFlagMask() local
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal.h355 static const size_t kBitCount = 8*sizeof(RawType); variable
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h259 static const size_t kBitCount = 8*sizeof(RawType); variable
/external/cronet/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h261 static const size_t kBitCount = 8 * sizeof(RawType); variable
/external/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-internal.h253 static const size_t kBitCount = 8 * sizeof(RawType); variable
/external/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-internal.h253 static const size_t kBitCount = 8 * sizeof(RawType); variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-internal.h247 static const size_t kBitCount = 8*sizeof(RawType); variable
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-internal.h259 static const size_t kBitCount = 8*sizeof(RawType); variable
/external/googletest/googletest/include/gtest/internal/
Dgtest-internal.h259 static const size_t kBitCount = 8*sizeof(RawType); variable
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp4376 constexpr size_t kBitCount = kRenderPassDescSize >> kTransitionByteShift; in updateRenderPassDesc() local