Searched refs:nSlots (Results 1 – 3 of 3) sorted by relevance
455 sal_Int32 nSlots = pTD->nMapFunctionIndexToMemberIndex; in get_vtable() local456 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()
97 SCSIZE nSlots = 0; in initSlotDistribution() local106 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()
80 unsigned long nSlots = 0xfffff; in LibDump() local81 pBaseTab = new ExportSet( nSlots ); in LibDump()82 pIndexTab = new ExportSet( nSlots ); in LibDump()
Completed in 19 milliseconds