Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Stopwatch.h38 # define NW_LYT_STOPWATCH_MEASURE(no, label) \ argument
42 # define NW_LYT_STOPWATCH_START(no, label) \ argument
46 # define NW_LYT_STOPWATCH_STOP(no) \ argument
125 void SetNo(int no) in SetNo()
238 static bool IsTarget(int no) in IsTarget()
251 static void SetTargetNo(int no) in SetTargetNo()
285 Measure(Stopwatch& stopwatch, int no) in Measure()
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Stopwatch.cpp46 Stopwatch::Stopwatch(int no, const char* label) in Stopwatch()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmInitialFileParser.h276 const SmCmd* GetCmd( u32 no ) { return m_CmdArray[no]; } in GetCmd()