Searched refs:new_size (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/store/source/ |
H A D | storcach.cxx | 289 void rescale_Impl (sal_Size new_size); 387 void PageCache_Impl::rescale_Impl (sal_Size new_size) in rescale_Impl() argument 389 sal_Size new_bytes = new_size * sizeof(Entry*); in rescale_Impl() 398 m_hash_entries >> m_hash_shift, m_hash_entries, old_size, new_size); in rescale_Impl() 403 m_hash_size = new_size; in rescale_Impl() 440 sal_Size new_size = m_hash_size, ave = m_hash_entries >> m_hash_shift; in lookup_Impl() local 441 for (; ave > 4; new_size *= 2, ave /= 2) in lookup_Impl() 443 if (new_size != m_hash_size) in lookup_Impl() 444 rescale_Impl (new_size); in lookup_Impl()
|
/aoo4110/main/sysui/source/win32/misc/ |
H A D | AutoBuffer.cxx | 64 sal_Bool SAL_CALL CAutoUnicodeBuffer::resize( size_t new_size ) in resize() argument 66 OSL_ASSERT( new_size >= 0 ); in resize() 68 if ( new_size != m_buffSize ) in resize() 70 if ( new_size > m_buffSize ) in resize() 76 m_buffSize = new_size; in resize()
|
H A D | AutoBuffer.hxx | 54 sal_Bool SAL_CALL resize( size_t new_size );
|
/aoo4110/main/fpicker/source/win32/misc/ |
H A D | AutoBuffer.cxx | 72 sal_Bool SAL_CALL CAutoUnicodeBuffer::resize( size_t new_size ) in resize() argument 74 if ( new_size != m_buffSize ) in resize() 76 if ( new_size > m_buffSize ) in resize() 82 m_buffSize = new_size; in resize()
|
H A D | AutoBuffer.hxx | 51 sal_Bool SAL_CALL resize( size_t new_size );
|
/aoo4110/main/sal/rtl/source/ |
H A D | alloc_arena.c | 311 sal_Size new_size in rtl_arena_hash_rescale() argument 317 new_bytes = new_size * sizeof(rtl_arena_segment_type*); in rtl_arena_hash_rescale() 340 old_size, new_size in rtl_arena_hash_rescale() 358 arena->m_hash_size = new_size; in rtl_arena_hash_rescale() 461 sal_Size new_size = arena->m_hash_size << (highbit(ave) - 1); in rtl_arena_hash_remove() local 465 rtl_arena_hash_rescale (arena, new_size); in rtl_arena_hash_remove()
|
H A D | alloc_cache.c | 127 sal_Size new_size in rtl_cache_hash_rescale() argument 133 new_bytes = new_size * sizeof(rtl_cache_bufctl_type*); in rtl_cache_hash_rescale() 156 old_size, new_size); in rtl_cache_hash_rescale() 159 cache->m_hash_size = new_size; in rtl_cache_hash_rescale() 247 sal_Size new_size = cache->m_hash_size << (highbit(ave) - 1); in rtl_cache_hash_remove() local 251 rtl_cache_hash_rescale (cache, new_size); in rtl_cache_hash_remove()
|
/aoo4110/main/vos/source/ |
H A D | stream.cxx | 92 sal_Bool OStream::changeSize(sal_uInt32 new_size) in changeSize() argument 94 return (m_rStream.changeSize(new_size)); in changeSize()
|
/aoo4110/main/vos/inc/vos/ |
H A D | stream.hxx | 55 virtual sal_Bool SAL_CALL changeSize(sal_uInt32 new_size) = 0; 150 virtual sal_Bool SAL_CALL changeSize(sal_uInt32 new_size);
|
/aoo4110/main/writerfilter/source/rtftok/ |
H A D | RTFScanner.skl | 809 int new_size = b->yy_buf_size * 2; 811 if ( new_size <= 0 ) 1371 yy_size_t new_size; 1374 new_size = yy_start_stack_depth * sizeof( int ); 1377 yy_start_stack = (int *) yy_flex_alloc( new_size ); 1381 (void *) yy_start_stack, new_size );
|
/aoo4110/main/vigra/ |
H A D | vigra1.6.0.patch | 52 + size_type new_size = size() + n; 53 + if(new_size >= capacity_) 55 + pointer new_data = reserve_raw(new_size); 60 + capacity_ = new_size; 77 + size_ = new_size;
|
Completed in 64 milliseconds