Lines Matching refs:endp
323 void* endp = static_cast<char*>(buffer) + size; in SetupMram() local
326 if ( ! SetupSoundPlayer( arc, &buf, endp ) ) in SetupMram()
334 if ( ! SetupSequenceSound( arc, soundArchivePlayerInfo.sequenceSoundMax, &buf, endp ) ) in SetupMram()
339 if ( ! SetupWaveSound( arc, soundArchivePlayerInfo.waveSoundMax, &buf, endp ) ) in SetupMram()
344 if ( ! SetupStreamSound( arc, soundArchivePlayerInfo.streamSoundMax, &buf, endp ) ) in SetupMram()
349 if ( ! SetupSequenceTrack( arc, soundArchivePlayerInfo.sequenceTrackMax, &buf, endp ) ) in SetupMram()
378 void* endp, in CreatePlayerHeap() argument
384 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
396 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
416 void* endp in SetupSoundPlayer() argument
423 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSoundPlayer()
455 buffer, endp, playerInfo.playerHeapSize ); in SetupSoundPlayer()
489 void* endp in SetupSequenceSound() argument
495 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSequenceSound()
521 void* endp in SetupWaveSound() argument
527 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupWaveSound()
553 void* endp in SetupStreamSound() argument
559 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupStreamSound()
585 void* endp in SetupSequenceTrack() argument
591 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSequenceTrack()