Home
last modified time | relevance | path

Searched refs:SAL_MIN (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/store/source/
H A Dstorlckb.cxx183 nLength = SAL_MIN(nLength, nBytes); in readAt()
202 nLength = SAL_MIN(nLength, nBytes); in readAt()
275 nLength = SAL_MIN(nLength, nBytes); in writeAt()
328 nLength = SAL_MIN(nLength, nBytes); in writeAt()
H A Dstordata.hxx743 memcpy (pBuffer, pszName, SAL_MIN(nLength, nBufsiz)); in getName()
/aoo41x/main/sal/inc/sal/
H A Dmacros.h30 #ifndef SAL_MIN
31 # define SAL_MIN(a,b) (((a) < (b)) ? (a) : (b)) macro
/aoo41x/main/toolkit/source/awt/
H A Dvclxscroller.cxx140 SAL_MIN( MAX_CHILD_REQ, childSize.Width ) + thumbWidth, in getMinimumSize()
141 SAL_MIN( MAX_CHILD_REQ, childSize.Height ) + thumbHeight ); in getMinimumSize()
/aoo41x/main/toolkit/source/layout/core/
H A Dbin.cxx147 aChildArea.Width = SAL_MIN( rArea.Width, maChildRequisition.Width ); in allocateArea()
150 aChildArea.Height = SAL_MIN( rArea.Height, maChildRequisition.Height ); in allocateArea()
H A Dtable.cxx129 while ( col + SAL_MIN( child->mnColSpan, mnColsLen ) > mnColsLen ) in getMinimumSize()
143 child->mnRightCol = SAL_MIN( col + child->mnColSpan, mnColsLen ); in getMinimumSize()
/aoo41x/main/registry/source/
H A Dreflwrit.cxx129 sal_uInt32 len = SAL_MIN(UINT16StringLen(buffer) + 1, maxSize / 2); in readString()
628 for (i = 0; i < SAL_MIN(size, m_paramCount); i++) in reallocParams()
651 for (i = 0; i < SAL_MIN(size, m_excCount); i++) in reallocExcs()
H A Dreflcnst.hxx269 sal_uInt32 size = SAL_MIN(strlen((const sal_Char*) buffer) + 1, maxSize); in readUtf8()
/aoo41x/main/sal/rtl/source/
H A Dalloc_global.c264 memcpy (p, p_old, SAL_MIN(n, n_old)); in rtl_reallocateMemory()
H A Dalloc_cache.c712 depot->m_curr_min = SAL_MIN(depot->m_curr_min, depot->m_mag_count); in rtl_cache_depot_dequeue()
1558 npurge = SAL_MIN(depot->m_curr_min, depot->m_prev_min); in rtl_cache_depot_wsupdate()

Completed in 84 milliseconds