Home
last modified time | relevance | path

Searched refs:nSlots (Results 1 – 3 of 3) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx455 sal_Int32 nSlots = pTD->nMapFunctionIndexToMemberIndex; in get_vtable() local
456 buffer = ::rtl_allocateMemory( ((2+ nSlots) * sizeof (void *)) + (nSlots *20) ); in get_vtable()
465 char * code = (char *)(slots + nSlots); in get_vtable()
501 OSL_ASSERT( vtable_pos == nSlots ); in get_vtable()
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx97 SCSIZE nSlots = 0; in initSlotDistribution() local
106 rSD.push_back( ScSlotData( nRow1, nRow2, nSlice, nSlots)); in initSlotDistribution()
107 nSlots += (nRow2 - nRow1) / nSlice; in initSlotDistribution()
113 rBSR = nSlots; in initSlotDistribution()
114 return nSlots; in initSlotDistribution()
/trunk/main/soltools/ldump/
H A Dldump.cxx80 unsigned long nSlots = 0xfffff; in LibDump() local
81 pBaseTab = new ExportSet( nSlots ); in LibDump()
82 pIndexTab = new ExportSet( nSlots ); in LibDump()

Completed in 25 milliseconds