/external/webkit/Source/WebCore/platform/win/ |
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/aac/libAACenc/src/ |
D | bit_cnt.cpp | 111 INT *bitCount) in FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11() 187 INT *bitCount) in FDKaacEnc_count3_4_5_6_7_8_9_10_11() 258 INT *bitCount) in FDKaacEnc_count5_6_7_8_9_10_11() 313 INT *bitCount) in FDKaacEnc_count7_8_9_10_11() 363 INT *bitCount) in FDKaacEnc_count9_10_11() 410 INT *bitCount) in FDKaacEnc_count11() 451 INT *RESTRICT bitCount) in FDKaacEnc_countEsc() 522 INT *bitCount) in FDKaacEnc_bitCount()
|
/external/skia/legacy/include/core/ |
D | SkRandom.h | 47 uint32_t nextBits(unsigned bitCount) { in nextBits()
|
/external/skia/include/utils/ |
D | SkRandom.h | 62 uint32_t nextBits(unsigned bitCount) { in nextBits() 215 uint32_t nextBits(unsigned bitCount) { in nextBits()
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
D | FastInteger.java | 225 public static int bitCount(int i) { in bitCount() method
|
/external/skia/src/images/ |
D | SkImageDecoder_libico.cpp | 65 static int calculateRowBytesFor8888(int w, int bitCount) in calculateRowBytesFor8888() 113 int bitCount = read2Bytes(buf, offset+14); in onDecode() local 161 int bitCount = read2Bytes(buf, offset+14); in onDecode() local
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder_libico.cpp | 65 static int calculateRowBytesFor8888(int w, int bitCount) in calculateRowBytesFor8888() 113 int bitCount = read2Bytes(buf, offset+14); in onDecode() local 161 int bitCount = read2Bytes(buf, offset+14); in onDecode() local
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | StdLibExtras.h | 106 inline size_t bitCount(unsigned bits) in bitCount() function
|
/external/aac/libSBRdec/src/ |
D | psbitdec.cpp | 108 UCHAR bitCount = 0; in decode_huff_cw() local
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_otadata.h | 53 EAS_U8 bitCount; /* bit count in char */ member
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_otadata.h | 53 EAS_U8 bitCount; /* bit count in char */ member
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_otadata.h | 53 EAS_U8 bitCount; /* bit count in char */ member
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | Bits.java | 131 public static int bitCount(int[] bits) { in bitCount() method in Bits
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
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/skia/legacy/src/ports/ |
D | SkFontHost_win.cpp | 778 int bitCount = width & 7; in rgb_to_bw() local
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
D | v8-crypto.js | 1310 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
|
/external/v8/benchmarks/ |
D | crypto.js | 1318 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
D | v8-crypto.js | 1310 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 1049 int bitCount = width & 7; in rgb_to_bw() local
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
D | v8-crypto.js | 1310 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1975 int bitCount = bits.size(); in MakeBitField() local
|