Home
last modified time | relevance | path

Searched refs:work (Results 1 – 9 of 9) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Dmakecfdiscimage.sh58 at the current work dir.
60 If omitted, create temporary directory at the current work dir.
Dmakecfmaster.sh498 at the current work dir.
500 If omitted, create temporary directory at the current work dir.
Dcafeoptions.bat45 if "%~1" == "-?" goto :usage && REM "-?" doesn't work in "for" loop 8-(
/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c215 UINT32 work; in ZIPFILE_CalcCRC() local
220 work = 0xFFFFFFFF; in ZIPFILE_CalcCRC()
223 work = sgCRC32_tab[(work ^ (*apData)) & 0xFF] ^ (work >> 8); in ZIPFILE_CalcCRC()
227 return work ^ 0xFFFFFFFF; in ZIPFILE_CalcCRC()
/CafeSDK-2.12.13-1/system/bin/tool/mastering/Ionic.Zip.dll_licenses/
DLicense.bzip2.txt15 * distributed with this work for additional information
/CafeSDK-2.12.13-1/system/src/build/make/
Deppccleandepend_cygwin.sed5 # latest sed keeps \r (0x0d) characters of input file, so just '$' doesn't work
/CafeSDK-2.12.13-1/system/include/nn/olv/
Dolv_Types.h99 nn::Result SetWork(u8* work, const u32 workSize);
137 u8* work; /*!< Address of the start of the working buffer. */ variable
347 nn::Result SetWork(u8* work, const u32 workSize);
3904 nn::Result SetWork(u8* work, const u32 workSize);
4085 nn::Result SetWork(u8* work, const u32 workSize);
4220 nn::Result SetWork(u8* work, const u32 workSize);
/CafeSDK-2.12.13-1/system/include/cafe/
Dax.h734 void* work);
/CafeSDK-2.12.13-1/
Dcafe.bat72 if "%_ARG:$quote$=%" == "-?" goto :usage && REM "-?" doesn't work in "for" loop 8-(