Searched refs:bitCount (Results 1 - 25 of 50) sorted by last modified time

12

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/vulkan-validation-layers/libs/glm/detail/
H A Dfunc_integer.hpp163 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/bitCount.xml">GLSL bitCount man page</a>
168 GLM_FUNC_DECL typename genIUType<T>::signed_type bitCount(genIUType<T> const & Value);
/external/v8/benchmarks/
H A Dcrypto.js1318 BigInteger.prototype.bitCount = bnBitCount;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ota.c858 pData->current.bitCount = 0;
883 pData->current.bitCount = 0;
998 bitsLeft = pData->current.bitCount - numBits;
1004 if (pData->current.bitCount)
1018 pData->current.bitCount = (EAS_U8) bitsLeft;
1026 pData->current.bitCount = 0;
H A Deas_otadata.h53 EAS_U8 bitCount; /* bit count in char */ member in struct:__anon21802
/external/skqp/src/ports/
H A DSkFontHost_win.cpp1137 int bitCount = width & 7; local
1159 if (bitCount > 0) {
1162 for (int i = 0; i < bitCount; i++) {
1176 *last |= bitCount == 0 ? 1 : 1 << (8 - bitCount);
1271 int bitCount = width & 7; local
1275 *last |= bitCount == 0 ? 1 : 1 << (8 - bitCount);
H A DSkScalerContext_win_dw.cpp671 int bitCount = width & 7; local
689 if (bitCount > 0) {
692 for (int i = 0; i < bitCount; i++) {
698 src += bitCount;
/external/skqp/tests/
H A DPathOpsChalkboardTest.cpp102 int bitCount = samples < 32 ? samples : 64 - samples; local
105 switch (bitCount) {
121 switch (bitCount) {
142 for (int i = 0; i < bitCount; ++i) {
/external/skqp/src/core/
H A DSkPaint.cpp1338 static void ASSERT_FITS_IN(uint32_t value, int bitCount) {
1339 SkASSERT(bitCount > 0 && bitCount <= 32);
1341 mask >>= (32 - bitCount);
/external/skqp/include/utils/
H A DSkRandom.h73 at most bitCount bits.
74 @param bitCount The maximum number of bits to be returned
76 uint32_t nextBits(unsigned bitCount) { argument
77 SkASSERT(bitCount > 0 && bitCount <= 32);
78 return this->nextU() >> (32 - bitCount);
/external/skia/tests/
H A DPathOpsChalkboardTest.cpp102 int bitCount = samples < 32 ? samples : 64 - samples; local
105 switch (bitCount) {
121 switch (bitCount) {
142 for (int i = 0; i < bitCount; ++i) {
/external/skia/src/ports/
H A DSkFontHost_win.cpp1137 int bitCount = width & 7; local
1159 if (bitCount > 0) {
1162 for (int i = 0; i < bitCount; i++) {
1176 *last |= bitCount == 0 ? 1 : 1 << (8 - bitCount);
1271 int bitCount = width & 7; local
1275 *last |= bitCount == 0 ? 1 : 1 << (8 - bitCount);
H A DSkScalerContext_win_dw.cpp671 int bitCount = width & 7; local
689 if (bitCount > 0) {
692 for (int i = 0; i < bitCount; i++) {
698 src += bitCount;
/external/skia/src/core/
H A DSkPaint.cpp1336 static void ASSERT_FITS_IN(uint32_t value, int bitCount) {
1337 SkASSERT(bitCount > 0 && bitCount <= 32);
1339 mask >>= (32 - bitCount);
/external/skia/include/utils/
H A DSkRandom.h73 at most bitCount bits.
74 @param bitCount The maximum number of bits to be returned
76 uint32_t nextBits(unsigned bitCount) { argument
77 SkASSERT(bitCount > 0 && bitCount <= 32);
78 return this->nextU() >> (32 - bitCount);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAccessibilityNodeInfo.java1129 if (((id & (int)ReflectionHelpers.getStaticField(AccessibilityNodeInfo.class, "ACTION_TYPE_MASK")) == 0) && Integer.bitCount(id) != 1) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/pdfium/core/fxcodec/lbmp/
H A Dfx_bmp.h17 #define BMP_WIDTHBYTES(width, bitCount) ((width * bitCount) + 31) / 32 * 4
/external/pdfium/core/fxcrt/
H A Dfx_extension.cpp131 int bitCount = bitpos & 0x07; local
132 if (nbits < 8 && nbits + bitCount <= 8) {
133 bitShift = 8 - nbits - bitCount;
138 int bitOffset = 8 - bitCount;

Completed in 513 milliseconds

12