Home
last modified time | relevance | path

Searched refs:BitCount (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DBitmapInfo.h38 enum BitCount { enum
48 static BitmapInfo create(const IntSize&, BitCount bitCount = BitCount32);
49 static BitmapInfo createBottomUp(const IntSize&, BitCount bitCount = BitCount32);
DBitmapInfo.cpp36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount) in bitmapInfoForSize()
54 BitmapInfo BitmapInfo::create(const IntSize& size, BitCount bitCount) in create()
59 BitmapInfo BitmapInfo::createBottomUp(const IntSize& size, BitCount bitCount) in createBottomUp()
/external/webrtc/src/modules/audio_processing/utility/
Ddelay_estimator.c27 static int BitCount(uint32_t u32) { in BitCount() function
58 bit_counts[n] = (int32_t) BitCount(binary_vector ^ binary_matrix[n]); in BitCountComparison()
203 handle->far_bit_counts[0] = BitCount(binary_far_spectrum); in WebRtc_ProcessBinarySpectrum()
/external/webkit/Source/WebCore/platform/graphics/wince/
DSharedBitmap.h47 …static PassRefPtr<SharedBitmap> create(const IntSize&, BitmapInfo::BitCount = BitmapInfo::BitCount…
131 SharedBitmap(const IntSize&, BitmapInfo::BitCount, bool initPixels);
DSharedBitmap.cpp43 PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size, BitmapInfo::BitCount bitCount, b… in create()
61 SharedBitmap::SharedBitmap(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels) in SharedBitmap()
/external/llvm/test/MC/Disassembler/ARM/
Dinvalid-STMIA_UPD-thumb.txt9 # if BitCount(registers) < 1 then UNPREDICTABLE
/external/llvm/include/llvm/ADT/
DSparseBitVector.h804 unsigned BitCount = 0;
808 BitCount += Iter->count();
810 return BitCount;