Searched refs:origin (Results 1 – 12 of 12) sorted by relevance
| /CafeSDK-2.12.13-1/system/include/cafe/ |
| D | eppc.Cafe.rpl.ld | 4 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
|
| D | eppc.Cafe.ld | 4 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/ |
| D | 7zFile.c | 167 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()
|
| D | 7zFile.h | 49 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin);
|
| D | 7zTypes.h | 166 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin); 180 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
|
| D | 7zStream.c | 127 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()
|
| D | szfile.c | 101 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/ |
| D | LzmaTypes.h | 166 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/ |
| D | Tools.cs | 1486 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()
|
| D | CafeFunctions.cs | 3329 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/ |
| D | License.zlib.txt | 58 1. The origin of this software must not be misrepresented; you must not
|
| /CafeSDK-2.12.13-1/system/include/cafe/curl/ |
| D | curl.h | 247 int origin); /* 'whence' */
|