Home
last modified time | relevance | path

Searched refs:SEEK_END (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zFile.c200 case SZ_SEEK_END: moveMethod = SEEK_END; break; in File_Seek()
228 int res = fseek(p->file, 0, SEEK_END); in File_GetLength()
/CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/
Dmakebsf.c265 fseek(fp, 0, SEEK_END); in main()
/CafeSDK-2.12.13-1/system/include/
Dzconf.h390 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */ macro
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp331 fseek(fpout, -(s32)GFD_BLOCK_HEADER_SIZE, SEEK_END); in GFDAppendWriteFileTexture()
DgfdFileShader.cpp1860 fseek(fpout, -(s32)GFD_BLOCK_HEADER_SIZE, SEEK_END); in GFDAppendWriteFileShader2()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp388 fseek(fp, 0, SEEK_END); in AppendShaderSource()
436 fseek(fp, 0, SEEK_END); in AppendShaderSource()