Searched refs:oldSize (Results 51 - 75 of 77) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLSelectElement.cpp299 int oldSize = m_size; local
312 if (oldSize != size)
317 if (m_size != oldSize) {
H A DHTMLInputElement.cpp665 int oldSize = m_size; local
668 if (m_size != oldSize && renderer())
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-old.mm2943 size_t oldSize;
2985 oldSize = (endIndex + 1) * sizeof(void *);
2986 newSize = oldSize + sizeof(old_method_list *); // only increase by 1
2993 bzero (&((*list)[endIndex]), newSize - oldSize);
H A Dobjc-runtime-new.mm1945 uint32_t oldSize = ro->instanceSize;
1986 oldSize, oldSize, NO);
1994 oldSize, oldSize, YES);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DElement.cpp1154 unsigned oldSize = oldClasses.size(); local
1155 if (!oldSize)
1158 remainingClassBits.ensureSize(oldSize);
1163 for (unsigned j = 0; j < oldSize; ++j) {
1174 for (unsigned i = 0; i < oldSize; ++i) {
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkGrid.c2048 size_t oldSize = uniformGroupsAlloced
2055 memcpy(newUG, oldUG, oldSize);
2625 size_t oldSize = numSlot * sizeof(SlotInfo);
2632 memcpy(newSI, oldSI, oldSize);
2633 memset(newSI+numSlot, 0, newSize - oldSize);
2032 size_t oldSize = uniformGroupsAlloced local
2604 size_t oldSize = numSlot * sizeof(SlotInfo); local
H A DtkBind.c1648 unsigned int oldSize, newSize;
1650 oldSize = sizeof(staticPending)
1658 memcpy((void *) newPtr, (void *) pendingPtr, oldSize);
1637 unsigned int oldSize, newSize; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c1874 size_t oldSize = uniformGroupsAlloced
1880 memcpy((VOID *) new, (VOID *) old, oldSize);
2365 size_t oldSize = numSlot * sizeof(SlotInfo) ;
2371 memcpy((VOID *) new, (VOID *) old, oldSize );
2372 memset((VOID *) (new+numSlot), 0, newSize - oldSize );
1859 size_t oldSize = uniformGroupsAlloced local
2345 size_t oldSize = numSlot * sizeof(SlotInfo) ; local
H A DtkBind.c1688 unsigned int oldSize, newSize;
1690 oldSize = sizeof(staticPending)
1698 memcpy((VOID *) new, (VOID *) pendingPtr, oldSize);
1677 unsigned int oldSize, newSize; local
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DCatalogCheck.c1732 * oldSize - Incorrect logical size
1741 RecordTruncation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt64 oldSize, UInt64 newSize) argument
1774 sprintf(oldSizeStr, "%qd", oldSize);
1793 p->incorrect = oldSize;
H A DScavenger.h1038 extern int RecordTruncation(UInt32 parID, unsigned char * filename, UInt32 forkType, UInt64 oldSize, UInt64 newSize);
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dxsltutils.c980 int oldPos, oldSize ; local
1014 oldSize = ctxt->xpathCtxt->contextSize;
1076 ctxt->xpathCtxt->contextSize = oldSize;
H A Dtransform.c1791 int nbchild = 0, oldSize; local
1916 oldSize = ctxt->xpathCtxt->contextSize;
2016 ctxt->xpathCtxt->contextSize = oldSize;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DGraphicsLayerCA.h290 static FloatRect adjustTiledLayerVisibleRect(TiledBacking*, const FloatRect& oldVisibleRect, const FloatRect& newVisibleRect, const FloatSize& oldSize, const FloatSize& newSize);
H A DGraphicsLayerCA.cpp1809 FloatRect GraphicsLayerCA::adjustTiledLayerVisibleRect(TiledBacking* tiledBacking, const FloatRect& oldVisibleRect, const FloatRect& newVisibleRect, const FloatSize& oldSize, const FloatSize& newSize) argument
1814 if (oldVisibleRect.isEmpty() || newSize != oldSize || !newVisibleRect.intersects(oldVisibleRect))
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DRepatch.cpp1061 size_t oldSize = oldStructure->outOfLineCapacity() * sizeof(JSValue); local
1062 ASSERT(newSize > oldSize);
1072 for (size_t offset = 0; offset < oldSize; offset += sizeof(void*)) {
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.cpp1426 UInt32 oldSize = _reportSize; local
1428 return oldSize;
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableSection.cpp202 unsigned oldSize = m_grid.size(); local
206 for (unsigned row = oldSize; row < m_grid.size(); ++row)
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp408 size_t newSize, oldSize, copySize; local
416 oldSize = (sizeof(IOMemoryReference)
419 copySize = oldSize;
422 IOFree(realloc, oldSize);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DWebPage.h875 void resetTextAutosizingBeforeLayoutIfNeeded(const WebCore::FloatSize& oldSize, const WebCore::FloatSize& newSize);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DJSObject.cpp2460 Butterfly* JSObject::growOutOfLineStorage(VM& vm, size_t oldSize, size_t newSize) argument
2462 ASSERT(newSize > oldSize);
2467 return Butterfly::createOrGrowPropertyStorage(m_butterfly.get(), vm, this, structure(vm), oldSize, newSize);
H A DJSObject.h621 JS_EXPORT_PRIVATE Butterfly* growOutOfLineStorage(VM&, size_t oldSize, size_t newSize);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm2205 void WebPage::resetTextAutosizingBeforeLayoutIfNeeded(const FloatSize& oldSize, const FloatSize& newSize)
2207 if (oldSize.width() == newSize.width())
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.cpp1234 LayoutSize oldSize = m_size; local
1238 if (oldSize != m_size) {
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.cpp4262 size_t oldSize = node->structureTransitionData().previousStructure->outOfLineCapacity() * sizeof(JSValue); local
4263 size_t newSize = oldSize * outOfLineGrowthFactor;
4299 for (ptrdiff_t offset = 0; offset < static_cast<ptrdiff_t>(oldSize); offset += sizeof(void*)) {

Completed in 778 milliseconds

1234