Home
last modified time | relevance | path

Searched defs:s32 (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/config/platform/
Dwin32.h21 typedef __int32 s32; typedef
/NW4C-1.2.23/include/nw/demo/
Ddemo_HioPacketChannel.h253 Builder& ChannelNumber(s32 ){return *this;} in ChannelNumber() argument
259 bool Listen(s32 ) { return false; } in Listen() argument
Ddemo_DebugUtility.h533 int Initialize(s32,bool,nw::demo::RenderSystem**,const u32*,const u32*){return -1;} in Initialize() argument
537 void NotifyMemoryLeak(s32, s32){} in NotifyMemoryLeak() argument
/NW4C-1.2.23/sources/libraries/io/
Dio_FileStream.cpp46 FileStream::Seek( s32 /*offset*/, u32 /*origin*/ ) in Seek() argument
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResParticleCollection.h46 NW_RES_FIELD_PRIMITIVE_DECL( s32, Usage ) in NW_RES_FIELD_PRIMITIVE_DECL() argument
/NW4C-1.2.23/include/nw/ut/
Dut_ResTypes.h186 operator s32() const { return offset; } in s32() function