Home
last modified time | relevance | path

Searched refs:current (Results 1 – 15 of 15) sorted by relevance

/NW4C-1.2.23/sources/libraries/io/
Dio_HioFileStream.cpp29 s64 current; in GetHioFileSize() local
30 file.Seek( &current, 0, nn::hio::HostFile::SEEK_TYPE_CURRENT ); in GetHioFileSize()
34 file.Seek( current, nn::hio::HostFile::SEEK_TYPE_SET ); in GetHioFileSize()
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp241 const void* current = GetWaveSoundDataAddress(); in InvalidateData() local
242 if ( start <= current && current <= end ) in InvalidateData()
/NW4C-1.2.23/include/nw/dev/
Ddev_Profile.h423 nn::os::Tick current = nn::os::Tick::GetSystemCurrent();
424 m_Ticks[ tag ] += current - m_SplitTick - m_OverHead;
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_CommonProc.mel65 set current directory from file
DNW4C_SetCameraFovy.mel119 // set current attr & change command
DNW4C_SetFrameExtensionList.mel108 // set current attr & change command
DNW4C_SetNoCompressNode.mel132 // set current attr & change command
DNW4C_SetBillboard.mel135 // set current attr & change command
DNW4C_SetUserData.mel496 // get current value
871 // set current attr & change command
DNW4C_SetCombineGroup.mel198 // set current attr & change command
DNW4C_SetAnimRange.mel496 get current dag
518 get current animation range
631 set editor current
2077 // enabled import animation range channel -> disabled current animation range channel
2118 // DoError ("Found same title as current nw4c_AnimRangeCtrl in import file. <" + $wName + ">");
DNW4C_SetMaterialAttr.mel361 // set current attr & change command
DNW4C_SetRenderPriority.mel746 // set current attr & change command
DNW4C_ExpDialog.mel351 // if the current folder is on network drive
/NW4C-1.2.23/include/nw/gfx/
Dgfx_CommandUtil.h1399 void* current = NWGetCurrentCmdBuffer(); in Rollback() local
1401 NWBackwardCurrentCmdBuffer( ut::GetOffsetFromPtr(m_StartAddr, current) ); in Rollback()