Searched refs:shrink (Results 1 - 25 of 110) sorted by relevance

12345

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DFixedVector.h59 void shrink(T*);
60 void shrink(size_t);
62 void clear() { shrink(0ul); }
105 inline void FixedVector<T, Capacity>::shrink(size_t size)
112 inline void FixedVector<T, Capacity>::shrink(T* end)
114 shrink(end - begin());
H A DVector.h64 void shrink(size_t);
124 shrink(m_size - 1);
137 inline void Vector<T>::shrink(size_t size)
/macosx-10.10/WTF-7600.1.24/wtf/
H A DBlockStack.h44 void shrink(T*);
80 template <typename T> void BlockStack<T>::shrink(T* newEnd) function in class:WTF::BlockStack
H A DMetaAllocatorHandle.h83 WTF_EXPORT_PRIVATE void shrink(size_t newSizeInBytes);
H A DBumpPointerAllocator.h130 void shrink()
241 m_head->shrink();
/macosx-10.10/WebCore-7600.1.25/crypto/mac/
H A DCryptoAlgorithmAES_KWMac.cpp53 result.shrink(resultSize);
72 result.shrink(resultSize);
H A DCryptoKeyRSAMac.cpp57 modulus.shrink(modulusLength);
58 publicExponent.shrink(exponentLength);
79 privateExponent.shrink(exponentLength);
80 firstPrimeInfo.primeFactor.shrink(pLength);
81 secondPrimeInfo.primeFactor.shrink(qLength);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dcoff-w65.c117 w65_reloc16_estimate (abfd, input_section, reloc, shrink, link_info)
121 unsigned int shrink;
129 the size of the shrink - but we don't change reloc->address here,
133 /* reloc->address -= shrink; conceptual */
135 bfd_vma address = reloc->address - shrink;
141 shrink+=2;
155 shrink += 2;
181 shrink += 2;
195 gap = value - (dot - shrink);
205 shrink
[all...]
H A Dreloc16.c149 unsigned shrink = 0; local
181 of the "shrink" at each reloc in the section. This allows us to
213 in this section and attempt to shrink it. */
214 shrink = bfd_coff_reloc16_estimate (abfd, input_section, *parent,
219 if (shrink != shrinks[i])
223 shrinks[j] += shrink - shrinks[i];
229 shrink = shrinks[reloc_count];
234 input_section->size -= shrink;
H A Dbout.c1049 unsigned int shrink,
1059 gap = value - (dot - shrink);
1070 shrink += 4 ;
1071 perform_slip (abfd, 4, input_section, r->address-shrink + 4);
1074 return shrink;
1081 unsigned int shrink)
1098 new_end = ((dot - shrink + size) & ~size);
1103 shrink_delta = (old_end - new_end) - shrink;
1115 perform_slip (abfd, shrink_delta, input_section, r->address - shrink);
1116 shrink
1043 abs32code(bfd *abfd, asection *input_section, arelent *r, unsigned int shrink, struct bfd_link_info *link_info) argument
1075 aligncode(bfd *abfd, asection *input_section, arelent *r, unsigned int shrink) argument
1128 unsigned int shrink = 0 ; local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DRoundedRect.h69 void shrink(const LayoutUnit& topWidth, const LayoutUnit& bottomWidth, const LayoutUnit& leftWidth, const LayoutUnit& rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } function in class:WebCore::RoundedRect::Radii
70 void shrink(const LayoutUnit& size) { shrink(size, size, size, size); } function in class:WebCore::RoundedRect::Radii
98 void shrinkRadii(const LayoutUnit& size) { m_radii.shrink(size); }
H A DFloatRoundedRect.h75 void shrink(float topWidth, float bottomWidth, float leftWidth, float rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); } function in class:WebCore::FloatRoundedRect::Radii
76 void shrink(float size) { shrink(size, size, size, size); } function in class:WebCore::FloatRoundedRect::Radii
101 void shrinkRadii(float size) { m_radii.shrink(size); }
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DTrailingObjects.h58 m_boxes.shrink(0); // Use shrink(0) instead of clear() to retain our capacity.
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DWeakSet.h55 void shrink();
115 inline void WeakSet::shrink() function in class:JSC::WeakSet
H A DHandleStack.h112 m_blockStack.shrink(lastFrame.m_end);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMTextIterator.mm57 _upconvertedText.shrink(0);
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/eg/
H A Dbench36 my $xs3 = JSON::XS->new->utf8->shrink;
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DJSStackInlines.h60 inline void JSStack::shrink(Register* newTopOfStack) function in class:JSC::JSStack
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringBuffer.h53 void shrink(unsigned newLength) function in class:WTF::StringBuffer
/macosx-10.10/WebCore-7600.1.25/Modules/websockets/
H A DWebSocketDeflater.cpp98 m_buffer.shrink(writePosition + maxLength - m_stream->avail_out);
110 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
168 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
200 m_buffer.shrink(writePosition + availableCapacity - m_stream->avail_out);
/macosx-10.10/WebCore-7600.1.25/platform/network/win/
H A DCookieJarWin.cpp64 buffer.shrink(count - 1); // Ignore the null terminator.
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DOrderIterator.cpp89 m_iterator.m_orderValues.shrink(0);
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DFileSystemMac.mm54 temporaryFilePath.shrink(strlen(temporaryFilePath.data()));
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebTextIterator.mm81 _private->_upconvertedText.shrink(0);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedInstructionStream.cpp101 buffer.shrink(ptr - buffer.data());

Completed in 315 milliseconds

12345