Home
last modified time | relevance | path

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

/NW4C-1.3.3/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.3.3/sources/libraries/snd/
Dsnd_WaveSoundPlayer.cpp241 const void* current = GetWaveSoundDataAddress(); in InvalidateData() local
242 if ( start <= current && current <= end ) in InvalidateData()
/NW4C-1.3.3/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.3.3/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_SetForceExportKey.mel223 // set current attr & change command
DNW4C_SetUserData.mel533 // get current value
884 // set current attr & change command
DNW4C_SetCombineGroup.mel198 // set current attr & change command
DNW4C_SetAnimRange.mel496 get current dag
518 get current animation range
658 set editor current
2105 // enabled import animation range channel -> disabled current animation range channel
2146 // 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.mel374 // if the current folder is on network drive
/NW4C-1.3.3/include/nw/gfx/
Dgfx_CommandUtil.h1661 void* current = NWGetCurrentCmdBuffer(); in Rollback() local
1663 NWBackwardCurrentCmdBuffer( ut::GetOffsetFromPtr(m_StartAddr, current) ); in Rollback()