Home
last modified time | relevance | path

Searched refs:start (Results 1 – 19 of 19) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tabbing.cpp90 TabObject* start = tabIndex; in ForceValidTabForward() local
104 if (start == tabIndex) in ForceValidTabForward()
122 if (start == tabIndex) in ForceValidTabForward()
149 if (start == tabIndex) in ForceValidTabForward()
168 TabObject* start = tabIndex; in ForceValidTabBack() local
180 if (start == tabIndex) in ForceValidTabBack()
195 if (start == tabIndex) in ForceValidTabBack()
217 if (start == tabIndex) in ForceValidTabBack()
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp55 ComboCustom::ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, cons… in ComboCustom() argument
56 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom()
58 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom()
60 int count = start.count; in ComboCustom()
76 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
79 ComboCustom::ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, cons… in ComboCustom() argument
80 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom()
82 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom()
84 int count = start.count; in ComboCustom()
100 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
[all …]
DdemoCapture.c41 s32 col, start; in _DEMOComputeRunlengths() local
49 start = col; in _DEMOComputeRunlengths()
53 col - start < 128 && in _DEMOComputeRunlengths()
54 (pixelrow[col].x == pixelrow[start].x) && in _DEMOComputeRunlengths()
55 (pixelrow[col].y == pixelrow[start].y) && in _DEMOComputeRunlengths()
56 (pixelrow[col].z == pixelrow[start].z) && in _DEMOComputeRunlengths()
57 (pixelrow[col].w == pixelrow[start].w) ); in _DEMOComputeRunlengths()
58 runlength[start] = col - start; in _DEMOComputeRunlengths()
66 start = col; in _DEMOComputeRunlengths()
68 col - start < 128 && in _DEMOComputeRunlengths()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h152 …ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, const AutoList<c…
153 …ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, const AutoList<c…
154 …ComboCustom(WindowManager* manager, const char* name, const std::vector<int>& start, const std::ve…
156 …void Init(int num, const int* counts, const int* start, const char* const* names, const char* cons…
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h152 …ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, const AutoList<c…
153 …ComboCustom(WindowManager* manager, const char* name, const AutoList<int>& start, const AutoList<c…
154 …ComboCustom(WindowManager* manager, const char* name, const std::vector<int>& start, const std::ve…
156 …void Init(int num, const int* counts, const int* start, const char* const* names, const char* cons…
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSAlarm.h91 OSTime start,
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
Dgfd.sln.bat18 start "%VS90COMNTOOLS%..\IDE\devenv.exe" %~n0
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/
DTexConv2.sln.bat18 start "%VS90COMNTOOLS%..\IDE\devenv.exe" %~n0
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.sln.bat18 start "%VS90COMNTOOLS%..\IDE\devenv.exe" %~n0
/CafeSDK-2.12.13-1/system/include/cafe/
Deppc.Cafe.rpl.ld5 … dataarea : origin = 0x10000000, length = 0xB0000000 // maximum virtual size (to start of r/o area)
Dseq.h39 u8 *start; // pointer to start of track member
Deppc.Cafe.ld5 … dataarea : origin = 0x10000000, length = 0xB0000000 // maximum virtual size (to start of r/o area)
/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeheadlessrun79 n ) RUN_DEVMENU=0;; # Don't start devmenu after upload
/CafeSDK-2.12.13-1/system/bin/tool/mastering/resources/compat/
DNdevRun.ddf73 ; The start of LBA in the user area.(If omitted, this is set the start of LBA in the usable f…
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/
Dgx2utCopy.cpp48 u32 mipLevel, u32 start, u32 end) in SURFACE_IN_MEMRANGE() argument
50 return ((!mipLevel && (u32)(surf)->imagePtr >= (start) && in SURFACE_IN_MEMRANGE()
52 (mipLevel && (u32)(surf)->mipPtr >= (start) && in SURFACE_IN_MEMRANGE()
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DExecutableClasses.cs324 internal static int start(string arguments, string fsemul_params) in start() method in CafeX.FSEmul
832 long start = DateTime.Now.Ticks; in launch_retry_thread()
842 …nch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(DateTime.Now.Ticks - start).TotalMilliseconds… in launch_retry_thread()
851 …nch_retry_thread: waited {0}mS.", TimeSpan.FromTicks(DateTime.Now.Ticks - start).TotalMilliseconds… in launch_retry_thread()
1501 internal static int start(string multi_connect, string cafe_multi_init, string multielf) in start() method in CafeX.multi
1606 internal static int start(bool no_console, bool exclusive_match) in start() method in CafeX.cattoucan
1983 …internal static int start(string str_opt, string test_str, string timeout, string rc_file, string … in start() method in CafeX.monitor
DCharacter stream dumper.cs569 protected void sendBuffer(ref byte[] byteBuffer, int start, int size) in sendBuffer() argument
572 for (int counter = start; counter < (start + size); ++counter) in sendBuffer()
580 stream.Write(byteBuffer, start, size); in sendBuffer()
DCafeFunctions.cs3955 cattoucan.start(true, true, false); in run()
4350 cattoucan.start(false, false, false); in bootrun()
4738 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
4742 FSEmul.start(arguments, FSEMUL_PARAMS.value); in hostrun()
4899 int start = i; in headlessrun()
4903 RPX_ARGS[i - start] = args[i++]; in headlessrun()
8318 ret.appExitCode = cattoucan.start(no_console, false); in connect_serial_or_debugger()
8358 CATTOUCAN_STATUS.value = cattoucan.start(no_console, false).ToString(); in connect_serial_or_debugger()
8382 multi.start(MULTI_CONNECT.value, CAFE_MULTI_INIT.value, MULTIELF.value); in connect_serial_or_debugger()
8396 cattoucan.start(no_console, false); in connect_serial_or_debugger()
/CafeSDK-2.12.13-1/
Dcafe.bat162 :: For this script only so Windows can start Cygwin