Searched defs:tmpSize (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dc14n.c332 int tmpSize; local
334 tmpSize = 2 * cur->nsMax;
335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
349 cur->nsMax = tmpSize;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h624 WebRtc_UWord32 tmpSize = _bufferSize; local
630 newSize = tmpSize;

Completed in 86 milliseconds