Home
last modified time | relevance | path

Searched defs:bitCount (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_integer_simd.inl52 GLM_FUNC_QUALIFIER int bitCount(uint32 x) function
59 GLM_FUNC_QUALIFIER int bitCount(uint64 x) function
Dfunc_integer.inl312 GLM_FUNC_QUALIFIER int bitCount(genType x) function
318 GLM_FUNC_QUALIFIER vecType<int, P> bitCount(vecType<T, P> const & v) function
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMagnitudeDependentWriter.java30 private int bitCount; field in MagnitudeDependentWriter
DBitIOWriter.java27 private int bitCount; field in BitIOWriter
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMagnitudeDependentWriter.java30 private int bitCount; field in MagnitudeDependentWriter
DBitIOWriter.java27 private int bitCount; field in BitIOWriter
/third_party/skia/tests/
DPathOpsChalkboardTest.cpp105 int bitCount = samples < 32 ? samples : 64 - samples; in chalkboard_threaded() local
/third_party/flutter/skia/tests/
DPathOpsChalkboardTest.cpp106 int bitCount = samples < 32 ? samples : 64 - samples; in chalkboard_threaded() local
/third_party/skia/include/utils/
DSkRandom.h68 uint32_t nextBits(unsigned bitCount) { in nextBits()
/third_party/flutter/skia/include/utils/
DSkRandom.h68 uint32_t nextBits(unsigned bitCount) { in nextBits()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c109 size_t bitCount ) in cf2_hintmask_setCounts()
133 size_t bitCount ) in cf2_hintmask_read()
174 size_t bitCount ) in cf2_hintmask_setAll()
Dpshints.h77 size_t bitCount; member
Dpshints.c817 size_t bitCount, i; in cf2_hintmap_build() local
/third_party/freetype/src/psaux/
Dpsintrp.c109 size_t bitCount ) in cf2_hintmask_setCounts()
133 size_t bitCount ) in cf2_hintmask_read()
174 size_t bitCount ) in cf2_hintmask_setAll()
Dpshints.h77 size_t bitCount; member
Dpshints.c817 size_t bitCount, i; in cf2_hintmap_build() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpsintrp.c109 size_t bitCount ) in cf2_hintmask_setCounts()
133 size_t bitCount ) in cf2_hintmask_read()
174 size_t bitCount ) in cf2_hintmask_setAll()
Dpshints.h77 size_t bitCount; member
Dpshints.c824 size_t bitCount, i; in cf2_hintmap_build() local
/third_party/skia/src/core/
DSkPaint.cpp211 static void ASSERT_FITS_IN(uint32_t value, int bitCount) { in ASSERT_FITS_IN()
/third_party/flutter/skia/src/ports/
DSkScalerContext_win_dw.cpp804 int bitCount = width & 7; in BilevelToBW() local
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp872 int bitCount = width & 7; in BilevelToBW() local
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js1192 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
/third_party/glslang/SPIRV/
DSpvBuilder.cpp2442 const unsigned bitCount = 32; in createMatrixConstructor() local
2445 const unsigned bitCount = instr->getImmediateOperand(0); in createMatrixConstructor() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp681 rr::RValue<sw::SIMD::UInt> Bitmask32(rr::RValue<sw::SIMD::UInt> const &bitCount) in Bitmask32()

12