Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/win/
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/aac/libAACenc/src/
Dbit_cnt.cpp111 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/
DSkRandom.h47 uint32_t nextBits(unsigned bitCount) { in nextBits()
/external/skia/include/utils/
DSkRandom.h62 uint32_t nextBits(unsigned bitCount) { in nextBits()
215 uint32_t nextBits(unsigned bitCount) { in nextBits()
/external/jmonkeyengine/engine/src/android/com/jme3/util/
DFastInteger.java225 public static int bitCount(int i) { in bitCount() method
/external/skia/src/images/
DSkImageDecoder_libico.cpp65 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/
DSkImageDecoder_libico.cpp65 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/
DStdLibExtras.h106 inline size_t bitCount(unsigned bits) in bitCount() function
/external/aac/libSBRdec/src/
Dpsbitdec.cpp108 UCHAR bitCount = 0; in decode_huff_cw() local
/external/sonivox/arm-wt-22k/lib_src/
Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member
/external/sonivox/arm-fm-22k/lib_src/
Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member
/external/dexmaker/src/dx/java/com/android/dx/util/
DBits.java131 public static int bitCount(int[] bits) { in bitCount() method in Bits
/external/webkit/Source/WebCore/platform/graphics/wince/
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/skia/legacy/src/ports/
DSkFontHost_win.cpp778 int bitCount = width & 7; in rgb_to_bw() local
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-crypto.js1310 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
/external/v8/benchmarks/
Dcrypto.js1318 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-crypto.js1310 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
/external/skia/src/ports/
DSkFontHost_win.cpp1049 int bitCount = width & 7; in rgb_to_bw() local
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-crypto.js1310 BigInteger.prototype.bitCount = bnBitCount; method in BigInteger
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1975 int bitCount = bits.size(); in MakeBitField() local