Searched refs:BitCount (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DBitmapInfo.cpp36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount)
54 BitmapInfo BitmapInfo::create(const IntSize& size, BitCount bitCount)
59 BitmapInfo BitmapInfo::createBottomUp(const IntSize& size, BitCount bitCount)
H A DBitmapInfo.h38 enum BitCount { enum in struct:WebCore::BitmapInfo
48 static BitmapInfo create(const IntSize&, BitCount bitCount = BitCount32);
49 static BitmapInfo createBottomUp(const IntSize&, BitCount bitCount = BitCount32);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.h47 static PassRefPtr<SharedBitmap> create(const IntSize&, BitmapInfo::BitCount = BitmapInfo::BitCount32, bool initPixels = true);
131 SharedBitmap(const IntSize&, BitmapInfo::BitCount, bool initPixels);
H A DSharedBitmap.cpp43 PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels)
61 SharedBitmap::SharedBitmap(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels)
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c27 static int BitCount(uint32_t u32) { function
58 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]);
203 handle->far_bit_counts[0] = BitCount(binary_far_spectrum);
/external/llvm/include/llvm/ADT/
H A DSparseBitVector.h788 unsigned BitCount = 0;
792 BitCount += Iter->count();
794 return BitCount;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 2134 milliseconds