Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DSelectPortDialog.cs65 if (targetMap.Count >= portsToMap.Length) in MineRegistryForPortName()
DCatLog.cs94 if (ports.Count() > 0) in CatLog()
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DMionUDP.cs285 for (int i = 0; i < replies.Count; i++) in ScanLocalSubnetForMIONs()
DCafeFunctions.cs2449 if (mcp_args.Count == 3 && mcp_args[1] == "launch_hint") in run()
4303 if (args != null && args.Count > 0) in bootrun()
4306 while (args.Count != 0) in bootrun()
4319 if (args.Count > 0) in bootrun()
7926 for (int i = 0; i < rplSources.Count; i++) in install()
8070 if (rplSources.Count == 0) in CafeXInstall_ProcessTitleCode()
DTools.cs53 if (dictionaryOfSavedValues.Count == 0) in RestoreSavedEnvironment()
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_mcnt.ppc14 /* ind_mcnt.ppc: compiler internal wrapper for Call Count Profiling (PPC). */
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/ddsReader/
DDDS.cpp1145 for( s32 Count = 0; Count < Size; Count += Stride ) in SaveDDS_SignedToUnsigned() local