Searched defs:bitCount (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
H A DBitmapInfo.cpp36 BitmapInfo bitmapInfoForSize(int width, int height, BitmapInfo::BitCount bitCount) argument
42 bitmapInfo.bmiHeader.biBitCount = bitCount;
54 BitmapInfo BitmapInfo::create(const IntSize& size, BitCount bitCount) argument
56 return bitmapInfoForSize(size.width(), size.height(), bitCount);
59 BitmapInfo BitmapInfo::createBottomUp(const IntSize& size, BitCount bitCount) argument
61 return bitmapInfoForSize(size.width(), -size.height(), bitCount);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBits.java131 public static int bitCount(int[] bits) { method in class:Bits
136 count += Integer.bitCount(bits[i]);
/external/jmonkeyengine/engine/src/android/com/jme3/util/
H A DFastInteger.java200 return bitCount(~i);
213 return bitCount((i & -i) - 1);
225 public static int bitCount(int i) { method in class:FastInteger
/external/skia/include/core/
H A DSkRandom.h44 at most bitCount bits.
45 @param bitCount The maximum number of bits to be returned
47 uint32_t nextBits(unsigned bitCount) { argument
48 SkASSERT(bitCount > 0 && bitCount <= 32);
49 return this->nextU() >> (32 - bitCount);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member in struct:__anon10839
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member in struct:__anon10889
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member in struct:__anon10941
/external/webkit/Source/JavaScriptCore/wtf/
H A DStdLibExtras.h106 inline size_t bitCount(unsigned bits) function in namespace:WTF
/external/aac/libSBRdec/src/
H A Dpsbitdec.cpp108 UCHAR bitCount = 0; local
112 bitCount++;
116 *length = bitCount;
/external/aac/libAACenc/src/
H A Dbit_cnt.cpp105 output: bitCount for tables 1-11
111 INT *bitCount)
160 bitCount[1]=HI_LTAB(bc1_2);
161 bitCount[2]=LO_LTAB(bc1_2);
162 bitCount[3]=HI_LTAB(bc3_4)+sc;
163 bitCount[4]=LO_LTAB(bc3_4)+sc;
164 bitCount[5]=HI_LTAB(bc5_6);
165 bitCount[6]=LO_LTAB(bc5_6);
166 bitCount[7]=HI_LTAB(bc7_8)+sc;
167 bitCount[
109 FDKaacEnc_count1_2_3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, const INT width, INT *bitCount) argument
185 FDKaacEnc_count3_4_5_6_7_8_9_10_11(const SHORT *RESTRICT values, const INT width, INT *bitCount) argument
256 FDKaacEnc_count5_6_7_8_9_10_11(const SHORT *RESTRICT values, const INT width, INT *bitCount) argument
311 FDKaacEnc_count7_8_9_10_11(const SHORT *RESTRICT values, const INT width, INT *bitCount) argument
361 FDKaacEnc_count9_10_11(const SHORT *RESTRICT values, const INT width, INT *bitCount) argument
408 FDKaacEnc_count11(const SHORT *RESTRICT values, const INT width, INT *bitCount) argument
449 FDKaacEnc_countEsc(const SHORT *RESTRICT values, const INT width, INT *RESTRICT bitCount) argument
519 FDKaacEnc_bitCount(const SHORT *values, const INT width, INT maxVal, INT *bitCount) argument
[all...]
/external/skia/src/images/
H A DSkImageDecoder_libico.cpp47 //helpers - my function pointer will call one of these, depending on the bitCount, each time through the inner loop
65 static int calculateRowBytesFor8888(int w, int bitCount) argument
71 if (4 == bitCount && (w & 0x1)) {
113 int bitCount = read2Bytes(buf, offset+14); local
117 switch (bitCount)
132 SkDEBUGF(("Image with %ibpp not supported\n", bitCount));
161 int bitCount = read2Bytes(buf, offset+14); local
166 switch (bitCount)
189 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount));
218 int bitWidth = w*bitCount;
[all...]
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp43 PassRefPtr<SharedBitmap> SharedBitmap::create(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels) argument
45 RefPtr<SharedBitmap> resultantBitmap = adoptRef(new SharedBitmap(size, bitCount, initPixels));
61 SharedBitmap::SharedBitmap(const IntSize& size, BitmapInfo::BitCount bitCount, bool initPixels) argument
62 : m_bmpInfo(BitmapInfo::createBottomUp(size, bitCount))
76 if (bitCount == BitmapInfo::BitCount16)
/external/skia/src/ports/
H A DSkFontHost_win.cpp778 int bitCount = width & 7; local
800 if (bitCount > 0) {
803 for (int i = 0; i < bitCount; i++) {
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1776 int bitCount = bits.size(); local
1779 if (bitCount < ptrBits) {
1781 for (int i=0 ; i<bitCount ; ++i) {
1788 while (v < bitCount) {
1790 for (int i=0 ; (i<32) && (v<bitCount) ; ++i) {
/external/v8/benchmarks/
H A Dcrypto.js1318 BigInteger.prototype.bitCount = bnBitCount;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-crypto.js1310 BigInteger.prototype.bitCount = bnBitCount;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-crypto.js1310 BigInteger.prototype.bitCount = bnBitCount;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-crypto.js1310 BigInteger.prototype.bitCount = bnBitCount;
/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 ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.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 9416 milliseconds