Home
last modified time | relevance | path

Searched refs:ret (Results 1 – 25 of 63) sorted by relevance

123

/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFont.cpp197 ArchiveFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local
201 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct()
205 … case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
206 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); b… in StreamingConstruct()
207 … case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGR(pContext, &s); break; in StreamingConstruct()
208 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct()
209 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct()
210 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct()
211 … case ConstructContext::ANALYZE_TGLP: ret = ConstructOpAnalyzeTGLP(pContext, &s); break; in StreamingConstruct()
212 …case ConstructContext::PREPAIR_COPY_SHEET: ret = ConstructOpPrepairCopySheet(pContext, &s); br… in StreamingConstruct()
[all …]
Dfont_PackedFont.cpp188 PackedFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local
192 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct()
196 case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
197 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); bre… in StreamingConstruct()
198 …case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGRPacked(pContext, &s); bre… in StreamingConstruct()
199 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct()
200 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct()
201 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct()
202 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
203 case ConstructContext::SKIP: ret = ConstructOpSkip(pContext, &s); break; in StreamingConstruct()
[all …]
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmMessage.h56 bool ret = false; variable
70 ret = m_Child->sendMessageSub( type, object, targetId );
71 if ( ret ) return true;
74 return ret;
194 bool ret = false; in sendMessageSub() local
211 ret = next->ReceveMessage( type, object, targetId ); in sendMessageSub()
212 if ( ret ) return true; in sendMessageSub()
216 ret = next->m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub()
217 if ( ret ) return true; in sendMessageSub()
226 ret = m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub()
[all …]
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_HioSoundArchive.cpp177 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local
179 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader()
251 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local
252 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader()
261 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local
263 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader()
272 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local
274 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader()
288 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local
289 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader()
[all …]
Dsnd_RomSoundArchive.cpp290 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local
292 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader()
364 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local
365 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader()
374 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local
376 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader()
385 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local
387 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader()
401 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local
402 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader()
[all …]
Dsnd_MmlParser.cpp911 u16 ret = ReadByte( ptr ); in Read16() local
912 ret <<= 8; in Read16()
913 ret |= ReadByte( ptr ); in Read16()
914 return ret; in Read16()
928 u32 ret = ReadByte( ptr ); in Read24() local
929 ret <<= 8; in Read24()
930 ret |= ReadByte( ptr ); in Read24()
931 ret <<= 8; in Read24()
932 ret |= ReadByte( ptr ); in Read24()
933 return ret; in Read24()
[all …]
/NW4C-1.3.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp210 bool ret = false; in OpenSoundArchive() local
214 ret = OpenLatestCopyFile( file, DIR_TYPE_A ); in OpenSoundArchive()
215 if ( ret == true ) in OpenSoundArchive()
221 ret = OpenLatestCopyFile( file, DIR_TYPE_B ); in OpenSoundArchive()
222 if ( ret == true ) in OpenSoundArchive()
238 ret = m_Archive.Open( HIO_ARCHIVE_PATH ); in OpenSoundArchive()
239 if ( ret == false ) in OpenSoundArchive()
276 ret = InitializeSoundManager(); in OpenSoundArchive()
278 return ret; in OpenSoundArchive()
420 bool ret = m_ArchivePlayer.StartSound( &m_Handle, id ).IsSuccess(); in OnUpdatePad() local
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_mtl.ms.inc257 local ret = if allOn or not allOff then true else false
258 --format "isAllBoolSame % \n" ret
259 --return ret
309 local ret =false -- ���̃}�e���A������r���������������ǂ���
313 ret = case attr.faceCulling of
320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off))
327 if ret and (not isSearchAnd) then compare = false
328 else if (not ret) and isSearchAnd do compare = false
[all …]
DNW4C_node.ms.inc473 local ret = 0
476 ret = 1
480 ret = -1
484 ret = if (v1[2].name > v2[2].name) then 1 else -1
486 ret
531 local ret= false
538 ret = true
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
[all …]
DNW4C_menu.ms443 local ret = queryBox mes title:"confirm overwrite"
444 return ret
486 ret = checkOverwriteFiles (fname + srOutput.editFilename.text)
487 if not ret do
495 local ret = nw4cMax.doExport(srOutput.rdoSelection.state == 2)
498 return ret
570 local ret = doExport()
571 if ret == true then
575 else if ret == false then
579 else if ret == undefined then
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_mtl.ms.inc257 local ret = if allOn or not allOff then true else false
258 --format "isAllBoolSame % \n" ret
259 --return ret
309 local ret =false -- ���̃}�e���A������r���������������ǂ���
313 ret = case attr.faceCulling of
320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off))
327 if ret and (not isSearchAnd) then compare = false
328 else if (not ret) and isSearchAnd do compare = false
[all …]
DNW4C_node.ms.inc473 local ret = 0
476 ret = 1
480 ret = -1
484 ret = if (v1[2].name > v2[2].name) then 1 else -1
486 ret
531 local ret= false
538 ret = true
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
[all …]
DNW4C_menu.ms443 local ret = queryBox mes title:"confirm overwrite"
444 return ret
486 ret = checkOverwriteFiles (fname + srOutput.editFilename.text)
487 if not ret do
495 local ret = nw4cMax.doExport(srOutput.rdoSelection.state == 2)
498 return ret
570 local ret = doExport()
571 if ret == true then
575 else if ret == false then
579 else if ret == undefined then
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_mtl.ms.inc257 local ret = if allOn or not allOff then true else false
258 --format "isAllBoolSame % \n" ret
259 --return ret
309 local ret =false -- ���̃}�e���A������r���������������ǂ���
313 ret = case attr.faceCulling of
320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off))
327 if ret and (not isSearchAnd) then compare = false
328 else if (not ret) and isSearchAnd do compare = false
[all …]
DNW4C_node.ms.inc473 local ret = 0
476 ret = 1
480 ret = -1
484 ret = if (v1[2].name > v2[2].name) then 1 else -1
486 ret
531 local ret= false
538 ret = true
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
[all …]
DNW4C_menu.ms443 local ret = queryBox mes title:"confirm overwrite"
444 return ret
486 ret = checkOverwriteFiles (fname + srOutput.editFilename.text)
487 if not ret do
495 local ret = nw4cMax.doExport(srOutput.rdoSelection.state == 2)
498 return ret
570 local ret = doExport()
571 if ret == true then
575 else if ret == false then
579 else if ret == undefined then
[all …]
/NW4C-1.3.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_mtl.ms.inc257 local ret = if allOn or not allOff then true else false
258 --format "isAllBoolSame % \n" ret
259 --return ret
309 local ret =false -- ���̃}�e���A������r���������������ǂ���
313 ret = case attr.faceCulling of
320 if ret and (not isSearchAnd) then compare = false -- ���̔�r�����������A���[�h��OR�Ȃ瑼�̔�r�͕s�v
321 …else if (not ret) and isSearchAnd do compare = false -- ���̔�r�������������A���[�h��AND�Ȃ瑼�̔�r�͕s�v
326 ret = (attr.fragmentLighting == fl_on) or (attr.fragmentLighting == (not fl_off))
327 if ret and (not isSearchAnd) then compare = false
328 else if (not ret) and isSearchAnd do compare = false
[all …]
DNW4C_node.ms.inc473 local ret = 0
476 ret = 1
480 ret = -1
484 ret = if (v1[2].name > v2[2].name) then 1 else -1
486 ret
531 local ret= false
538 ret = true
548 ret = (id < v)
551 ret = (id <= v)
554 ret = (id == v)
[all …]
DNW4C_menu.ms443 local ret = queryBox mes title:"confirm overwrite"
444 return ret
486 ret = checkOverwriteFiles (fname + srOutput.editFilename.text)
487 if not ret do
495 local ret = nw4cMax.doExport(srOutput.rdoSelection.state == 2)
498 return ret
570 local ret = doExport()
571 if ret == true then
575 else if ret == false then
579 else if ret == undefined then
[all …]
/NW4C-1.3.3/demos/Nw4cDemo/sources/
DSmLayout.cpp147 bool ret = false; in AddAnimationFrame() local
148 if ( m_AnimationNo >= m_LayoutResource->GetAnimationNum() ) return ret; in AddAnimationFrame()
166 ret = true; in AddAnimationFrame()
168 return ret; in AddAnimationFrame()
Ddemo.cpp631 bool ret = false; in ReceveMessage() local
666 ret = true; in ReceveMessage()
671 ret = true; in ReceveMessage()
676 ret = true; in ReceveMessage()
690 ret = true; in ReceveMessage()
711 ret = true; in ReceveMessage()
733 ret = true; in ReceveMessage()
755 ret = true; in ReceveMessage()
763 ret = true; in ReceveMessage()
769 ret = true; in ReceveMessage()
[all …]
DSmModel.cpp309 bool ret = false; in AddAnimationFrame() local
312 if ( m_CurrentAnimEvNo == -1 ) return ret; in AddAnimationFrame()
327 ret = true; in AddAnimationFrame()
331 if ( !this->IsVisible() ) return ret; in AddAnimationFrame()
336 return ret; in AddAnimationFrame()
/NW4C-1.3.3/sources/libraries/os/
Dos_Utility.cpp142 int ret = VSNPrintf(dst, len, fmt, vlist); in SNPrintf() local
145 return ret; in SNPrintf()
/NW4C-1.3.3/demos/snd/demolib/sources/
Ddemolib.cpp448 void* ret = nw::demo::Alloc( size, alignment ); in MemAlloc() local
450 void* ret = nw::demo::SimpleApp::AllocateDeviceMemory( size, alignment ); in MemAlloc()
454 if ( ret != NULL ) in MemAlloc()
456 std::memset( ret, 0xcd, size ); in MemAlloc()
458 return ret; in MemAlloc()
/NW4C-1.3.3/include/nw/dev/
Ddev_ParticleProfile.h138 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name)
140 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()

123