Searched refs:BitCount (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/win/ |
D | BitmapInfo.h | 38 enum BitCount { enum 48 static BitmapInfo create(const IntSize&, BitCount bitCount = BitCount32); 49 static BitmapInfo createBottomUp(const IntSize&, BitCount bitCount = BitCount32);
|
D | BitmapInfo.cpp | 36 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/ |
D | delay_estimator.c | 27 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/ |
D | SharedBitmap.h | 47 …static PassRefPtr<SharedBitmap> create(const IntSize&, BitmapInfo::BitCount = BitmapInfo::BitCount… 131 SharedBitmap(const IntSize&, BitmapInfo::BitCount, bool initPixels);
|
D | SharedBitmap.cpp | 43 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/ |
D | invalid-STMIA_UPD-thumb.txt | 9 # if BitCount(registers) < 1 then UNPREDICTABLE
|
/external/llvm/include/llvm/ADT/ |
D | SparseBitVector.h | 804 unsigned BitCount = 0; 808 BitCount += Iter->count(); 810 return BitCount;
|