Lines Matching refs:endp
325 void* endp = static_cast<char*>(buffer) + size; in SetupMram() local
328 if ( ! SetupSoundPlayer( arc, &buf, endp ) ) in SetupMram()
336 if ( ! SetupSequenceSound( arc, soundArchivePlayerInfo.sequenceSoundMax, &buf, endp ) ) in SetupMram()
341 if ( ! SetupWaveSound( arc, soundArchivePlayerInfo.waveSoundMax, &buf, endp ) ) in SetupMram()
346 if ( ! SetupStreamSound( arc, soundArchivePlayerInfo.streamSoundMax, &buf, endp ) ) in SetupMram()
351 if ( ! SetupSequenceTrack( arc, soundArchivePlayerInfo.sequenceTrackMax, &buf, endp ) ) in SetupMram()
380 void* endp, in CreatePlayerHeap() argument
386 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
398 if ( ut::ComparePtr( ep, endp ) > 0 ) in CreatePlayerHeap()
418 void* endp in SetupSoundPlayer() argument
425 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSoundPlayer()
457 buffer, endp, playerInfo.playerHeapSize ); in SetupSoundPlayer()
491 void* endp in SetupSequenceSound() argument
497 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSequenceSound()
523 void* endp in SetupWaveSound() argument
529 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupWaveSound()
555 void* endp in SetupStreamSound() argument
561 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupStreamSound()
587 void* endp in SetupSequenceTrack() argument
593 if ( ut::ComparePtr( ep, endp ) > 0 ) in SetupSequenceTrack()