Lines Matching refs:endp
311 void* endp = static_cast<char*>(buffer) + size; in SetupMram() local
314 if ( ! SetupSoundPlayer( arc, &buf, endp ) ) in SetupMram()
322 if ( ! SetupSequenceSound( arc, soundArchivePlayerInfo.sequenceSoundMax, &buf, endp ) ) in SetupMram()
327 if ( ! SetupWaveSound( arc, soundArchivePlayerInfo.waveSoundMax, &buf, endp ) ) in SetupMram()
332 if ( ! SetupStreamSound( arc, soundArchivePlayerInfo.streamSoundMax, &buf, endp ) ) in SetupMram()
337 if ( ! SetupSequenceTrack( arc, soundArchivePlayerInfo.sequenceTrackMax, &buf, endp ) ) in SetupMram()
366 void* endp, in CreatePlayerHeap() argument
372 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
384 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
404 void* endp in SetupSoundPlayer() argument
411 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSoundPlayer()
443 buffer, endp, playerInfo.playerHeapSize ); in SetupSoundPlayer()
477 void* endp in SetupSequenceSound() argument
483 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSequenceSound()
509 void* endp in SetupWaveSound() argument
515 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupWaveSound()
541 void* endp in SetupStreamSound() argument
547 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupStreamSound()
573 void* endp in SetupSequenceTrack() argument
579 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSequenceTrack()