Searched refs:typeCount (Results 1 – 1 of 1) sorted by relevance
351 sal_uInt32 typeCount = 0; in RaiseInfo() local355 ++typeCount; in RaiseInfo()362 bytesNeeded += align16( sizeof( sal_uInt32 ) + (typeCount * sizeof( sal_uInt32 )) ); in RaiseInfo()379 p += align16( sizeof( sal_uInt32 ) + (typeCount * sizeof( sal_uInt32 )) ); in RaiseInfo()380 types[0] = typeCount; in RaiseInfo()
Completed in 28 milliseconds