Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 12 of 12) sorted by relevance

/CafeSDK-2.12.13-1/system/include/cafe/
Deppc.Cafe.rpl.ld4 codearea : origin = 0x02000000, length = 0x0E000000 symbol
5 … dataarea : origin = 0x10000000, length = 0xB0000000 // maximum virtual size (to start of r/o area)
6 dynlarea : origin = 0xC0000000, length = 0x08000000 // dynamic loader info
7 not_allowed : origin = 0, length = 0
Deppc.Cafe.ld4 codearea : origin = 0x02000000, length = 0x0E000000 symbol
5 … dataarea : origin = 0x10000000, length = 0xB0000000 // maximum virtual size (to start of r/o area)
6 dynlarea : origin = 0xC0000000, length = 0x08000000 // dynamic loader info
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zFile.c167 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin) in File_Seek() argument
175 switch (origin) in File_Seek()
196 switch (origin) in File_Seek()
259 static SRes FileInStream_Seek(void *pp, Int64 *pos, ESzSeek origin) in FileInStream_Seek() argument
262 return File_Seek(&p->file, pos, origin); in FileInStream_Seek()
D7zFile.h49 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
D7zTypes.h166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
D7zStream.c127 static SRes LookToRead_Seek(void *pp, Int64 *pos, ESzSeek origin) in LookToRead_Seek() argument
131 return p->realStream->Seek(p->realStream, pos, origin); in LookToRead_Seek()
Dszfile.c101 static SRes memStreamSeek(void *p, Int64 *pos, ESzSeek origin) in memStreamSeek() argument
105 if (origin != SZ_SEEK_CUR) in memStreamSeek()
108 if (origin == SZ_SEEK_END) in memStreamSeek()
110 else if (origin == SZ_SEEK_SET) in memStreamSeek()
/CafeSDK-2.12.13-1/system/include/
DLzmaTypes.h166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs1486 var origin = new FileInfo(copyFromPath); in FileCopy()
1487 origin.CopyTo(copyToPath, true); in FileCopy()
1494 destination.CreationTime = origin.CreationTime; in FileCopy()
1495 destination.LastWriteTime = origin.LastWriteTime; in FileCopy()
1496 destination.LastAccessTime = origin.LastAccessTime; in FileCopy()
1501 destination.CreationTime = origin.CreationTime; in FileCopy()
1502 destination.LastWriteTime = origin.LastWriteTime; in FileCopy()
1503 destination.LastAccessTime = origin.LastAccessTime; in FileCopy()
DCafeFunctions.cs3329 foreach (string origin in contained_files) in run()
3331 … string destination = CAFE_CODE_DIR.value + "\\" + Path.GetFileName(origin); in run()
3332 … Console.WriteLine("cafex run: copy {0} to {1}", origin, destination); in run()
3333 File.Copy(origin, destination, true); in run()
/CafeSDK-2.12.13-1/system/bin/tool/mastering/Ionic.Zip.dll_licenses/
DLicense.zlib.txt58 1. The origin of this software must not be misrepresented; you must not
/CafeSDK-2.12.13-1/system/include/cafe/curl/
Dcurl.h247 int origin); /* 'whence' */