Home
last modified time | relevance | path

Searched defs:no (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Stopwatch.h40 # define NW_LYT_STOPWATCH_MEASURE(no, label) \ argument
44 # define NW_LYT_STOPWATCH_START(no, label) \ argument
48 # define NW_LYT_STOPWATCH_STOP(no) \ argument
127 void SetNo(int no) in SetNo()
240 static bool IsTarget(int no) in IsTarget()
253 static void SetTargetNo(int no) in SetTargetNo()
304 Measure(Stopwatch& stopwatch, int no) in Measure()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp48 Stopwatch::Stopwatch(int no, const char* label) in Stopwatch()
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmInitialFileParser.h278 const SmCmd* GetCmd( u32 no ) { return m_CmdArray[no]; } in GetCmd()