Searched refs:tmpSize (Results 1 - 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DImmutableListMultimap.java358 int tmpSize = 0;
372 tmpSize += valueCount;
384 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
H A DImmutableSetMultimap.java503 int tmpSize = 0;
522 tmpSize += valueCount;
534 FieldSettersHolder.SIZE_FIELD_SETTER.set(this, tmpSize);
/external/libxml2/
H A Dc14n.c334 int tmpSize; local
336 tmpSize = 2 * cur->nsMax;
337 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
344 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
351 cur->nsMax = tmpSize;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h624 WebRtc_UWord32 tmpSize = _bufferSize; local
630 newSize = tmpSize;
/external/skia/src/effects/
H A DSkBlurMask.cpp932 int tmpSize = tmpWidth * tmpHeight; local
934 SkAutoTMalloc<float> tmpImage(tmpSize);
935 memset(tmpImage, 0, tmpSize*sizeof(tmpImage[0]));
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp962 size_t tmpSize = sourceBytes.size(); local
965 if (tmpSize == 0) {
977 twosComplement.reset(new unsigned char[tmpSize]);
979 memcpy(twosBytes, tmp, tmpSize);
983 for (ssize_t i = tmpSize - 1; i >= 0; i--) {
990 BIGNUM *ret = BN_bin2bn(tmp, tmpSize, *dest);
1018 size_t tmpSize = sourceBytes.size(); local
1020 if (tmpSize == 0) {
1031 while (tmpSize > 0 && tmp[0] == 0) {
1033 tmpSize
[all...]
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 811 milliseconds