Home
last modified time | relevance | path

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

123

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp199 ArchiveFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local
203 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct()
207 … case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
208 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); b… in StreamingConstruct()
209 … case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGR(pContext, &s); break; in StreamingConstruct()
210 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct()
211 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct()
212 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct()
213 … case ConstructContext::ANALYZE_TGLP: ret = ConstructOpAnalyzeTGLP(pContext, &s); break; in StreamingConstruct()
214 …case ConstructContext::PREPAIR_COPY_SHEET: ret = ConstructOpPrepairCopySheet(pContext, &s); br… in StreamingConstruct()
[all …]
Dfont_PackedFont.cpp190 PackedFont::ConstructResult ret = CONSTRUCT_CONTINUE; in StreamingConstruct() local
194 while (ret == CONSTRUCT_CONTINUE) in StreamingConstruct()
198 case ConstructContext::DISPATCH: ret = ConstructOpDispatch(pContext, &s); break; in StreamingConstruct()
199 …case ConstructContext::ANALYZE_FILE_HEADER: ret = ConstructOpAnalyzeFileHeader(pContext, &s); bre… in StreamingConstruct()
200 …case ConstructContext::ANALYZE_GLGR: ret = ConstructOpAnalyzeGLGRPacked(pContext, &s); bre… in StreamingConstruct()
201 … case ConstructContext::ANALYZE_FINF: ret = ConstructOpAnalyzeFINF(pContext, &s); break; in StreamingConstruct()
202 … case ConstructContext::ANALYZE_CMAP: ret = ConstructOpAnalyzeCMAP(pContext, &s); break; in StreamingConstruct()
203 … case ConstructContext::ANALYZE_CWDH: ret = ConstructOpAnalyzeCWDH(pContext, &s); break; in StreamingConstruct()
204 case ConstructContext::COPY: ret = ConstructOpCopy(pContext, &s); break; in StreamingConstruct()
205 case ConstructContext::SKIP: ret = ConstructOpSkip(pContext, &s); break; in StreamingConstruct()
[all …]
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmMessage.h59 bool ret = false; variable
73 ret = m_Child->sendMessageSub( type, object, targetId );
74 if ( ret ) return true;
77 return ret;
197 bool ret = false; in sendMessageSub() local
214 ret = next->ReceveMessage( type, object, targetId ); in sendMessageSub()
215 if ( ret ) return true; in sendMessageSub()
219 ret = next->m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub()
220 if ( ret ) return true; in sendMessageSub()
229 ret = m_Child->sendMessageSub( type, object, targetId ); in sendMessageSub()
[all …]
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HioSoundArchive.cpp179 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local
181 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader()
253 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local
254 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader()
263 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local
265 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader()
274 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local
276 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader()
290 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local
291 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader()
[all …]
Dsnd_RomSoundArchive.cpp292 bool ret = m_ArchiveReader.ReadSoundInfo( soundId, &info ); in LoadHeader() local
294 soundId, ret, info.fileId, info.playerId, info.actorPlayerId, type ); in LoadHeader()
366 bool ret = m_ArchiveReader.ReadBankInfo( bankId, &info ); in LoadHeader() local
367 NN_LOG("[%08X]?(%d) fileId(%d)\n", bankId, ret, info.fileId ); in LoadHeader()
376 bool ret = m_ArchiveReader.ReadPlayerInfo( playerId, &info ); in LoadHeader() local
378 playerId, ret, info.playableSoundMax, info.playerHeapSize ); in LoadHeader()
387 bool ret = m_ArchiveReader.ReadSoundGroupInfo( soundGroupId, &info ); in LoadHeader() local
389 soundGroupId, ret, info.startId, info.endId, info.fileIdTable->count ); in LoadHeader()
403 bool ret = m_ArchiveReader.ReadGroupInfo( groupId, &info ); in LoadHeader() local
404 NN_LOG("[%08X]?(%d) fileId(%d)\n", groupId, ret, info.fileId ); in LoadHeader()
[all …]
Dsnd_MmlParser.cpp913 u16 ret = ReadByte( ptr ); in Read16() local
914 ret <<= 8; in Read16()
915 ret |= ReadByte( ptr ); in Read16()
916 return ret; in Read16()
930 u32 ret = ReadByte( ptr ); in Read24() local
931 ret <<= 8; in Read24()
932 ret |= ReadByte( ptr ); in Read24()
933 ret <<= 8; in Read24()
934 ret |= ReadByte( ptr ); in Read24()
935 return ret; in Read24()
[all …]
/NW4C-2.0.3/demos/snd/hioSoundArchive/sources/
Dmain.cpp212 bool ret = false; in OpenSoundArchive() local
216 ret = OpenLatestCopyFile( file, DIR_TYPE_A ); in OpenSoundArchive()
217 if ( ret == true ) in OpenSoundArchive()
223 ret = OpenLatestCopyFile( file, DIR_TYPE_B ); in OpenSoundArchive()
224 if ( ret == true ) in OpenSoundArchive()
240 ret = m_Archive.Open( HIO_ARCHIVE_PATH ); in OpenSoundArchive()
241 if ( ret == false ) in OpenSoundArchive()
278 ret = InitializeSoundManager(); in OpenSoundArchive()
280 return ret; in OpenSoundArchive()
422 bool ret = m_ArchivePlayer.StartSound( &m_Handle, id ).IsSuccess(); in OnUpdatePad() local
[all …]
/NW4C-2.0.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 …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/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 …]
/NW4C-2.0.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 …]
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/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 …]
/NW4C-2.0.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 …]
/NW4C-2.0.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 …]
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmLayout.cpp149 bool ret = false; in AddAnimationFrame() local
150 if ( m_AnimationNo >= m_LayoutResource->GetAnimationNum() ) return ret; in AddAnimationFrame()
168 ret = true; in AddAnimationFrame()
170 return ret; in AddAnimationFrame()
Ddemo.cpp633 bool ret = false; in ReceveMessage() local
668 ret = true; in ReceveMessage()
673 ret = true; in ReceveMessage()
678 ret = true; in ReceveMessage()
692 ret = true; in ReceveMessage()
713 ret = true; in ReceveMessage()
735 ret = true; in ReceveMessage()
757 ret = true; in ReceveMessage()
765 ret = true; in ReceveMessage()
771 ret = true; in ReceveMessage()
[all …]
DSmModel.cpp311 bool ret = false; in AddAnimationFrame() local
314 if ( m_CurrentAnimEvNo == -1 ) return ret; in AddAnimationFrame()
329 ret = true; in AddAnimationFrame()
333 if ( !this->IsVisible() ) return ret; in AddAnimationFrame()
338 return ret; in AddAnimationFrame()
/NW4C-2.0.3/sources/libraries/os/
Dos_Utility.cpp144 int ret = VSNPrintf(dst, len, fmt, vlist); in SNPrintf() local
147 return ret; in SNPrintf()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp450 void* ret = nw::demo::Alloc( size, alignment ); in MemAlloc() local
452 void* ret = nw::demo::SimpleApp::AllocateDeviceMemory( size, alignment ); in MemAlloc()
456 if ( ret != NULL ) in MemAlloc()
458 std::memset( ret, 0xcd, size ); in MemAlloc()
460 return ret; in MemAlloc()
/NW4C-2.0.3/include/nw/dev/
Ddev_ParticleProfile.h140 #define NW_PARTICLE_PROFILE_START(name) bool ret = nw::dev::ParticleProfileCenter::Start(name)
142 #define NW_PARTICLE_PROFILE_STOP() if(ret) nw::dev::ParticleProfileCenter::Stop()

123