Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSDynLoad.h306 #define RPL_EXPORT_DATA(t, d) \ argument
307 extern t d; \
308 void * const __attribute__((section(".export"))) dexport_ ## d = (void *)&d; \
309 t d
311 #define RPL_EXPORT_DATA_ARRAY(t, d, num) \ argument
312 extern t d[num]; \
313 void * const __attribute__((section(".export"))) dexport_ ## d = (void *)&d; \
314 t d[num]
320 #define RPL_EXPORT_CLASS_STATIC_DATA(t, c, d) \ argument
321 void * const __attribute__((section(".export"))) dexport_ ## c ## d = (void *)&c::d; \
[all …]
/CafeSDK-2.12.13-1/system/src/lib/szfile/
DCpuArch.h68 #define SetUi16(p, d) *(UInt16 *)(p) = (d); argument
69 #define SetUi32(p, d) *(UInt32 *)(p) = (d); argument
70 #define SetUi64(p, d) *(UInt64 *)(p) = (d); argument
84 #define SetUi16(p, d) { UInt32 _x_ = (d); \
88 #define SetUi32(p, d) { UInt32 _x_ = (d); \
94 #define SetUi64(p, d) { UInt64 _x64_ = (d); \
131 UInt32 d; member
DCpuArch.c51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID() argument
71 *d = d2; in MyCPUID()
80 "=d" (*d) in MyCPUID()
92 *d = CPUInfo[3]; in MyCPUID()
101 MyCPUID(1, &p->ver, &p->b, &p->c, &p->d); in x86cpuid_CheckAndRead()
/CafeSDK-2.12.13-1/system/include/cafe/gfd/
DgfdConstant.h31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument
33 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d<<0))
/CafeSDK-2.12.13-1/system/src/lib/gfd/headers/cafe/gfd/
DgfdConstant.h31 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<0) | (b<<8) | (c<<16) | (d<<24)) argument
33 #define _GFD_CREATE_MAGIC(a,b,c,d) ((a<<24) | (b<<16) | (c<<8) | (d<<0))
/CafeSDK-2.12.13-1/data/mlc/sys/title/0005001b/10042300/content/content/
Dexceptions.txt25 /vol/system_slc/title/0005001d;
64 /vol/storage_mlc01/sys/title/0005001d;
81 /vol/storage_mlc01/sys/title/0005003d;
108 /vol/storage_mlc01/title/0005001d;
125 /vol/storage_mlc01/title/0005003d;
/CafeSDK-2.12.13-1/data/mlc/sys/title/0005001b/10042300/content/
Dexceptions.txt25 /vol/system_slc/title/0005001d;
64 /vol/storage_mlc01/sys/title/0005001d;
81 /vol/storage_mlc01/sys/title/0005003d;
108 /vol/storage_mlc01/title/0005001d;
125 /vol/storage_mlc01/title/0005003d;
/CafeSDK-2.12.13-1/system/bin/tool/
Dviewcore.bat42 set CORE=%%d
110 if "%~1" EQU "-d" (
162 for /f %%i in ('dir /o-d/b %MAKECORE_DIR%\..') do call :age_dump %%i
181 set DBG_SRC_ROOT=-d %DBG_SRC_ROOT%
241 for /f "usebackq" %%i in (`dir /b /a-d %MULTI_ARG%`) do (
264 …echo Usage: viewcore.bat [-o ^<file^>] [-i ^<file^>] [-d ^<dir^>] [-a] [-h^<elp^>] [^<director…
270 echo -d ^<dir^> Debug source root "dir". If unspecified,
Dsetbridge.bat40 :: Must've deleted a bridge with "-d" option...
66 set SESSION_HIO_OUT_PORT=%%d
Dcontent_dump66 d ) DEV_TYPE=${OPTARG} ;;
Dmakeaoc.sh183 HEX_CHAR=(0 1 2 3 4 5 6 7 8 9 a b c d e f)
Dmakecfmaster.sh579 d ) DO_MAKEDOWNLOADIMAGE=1 ;; # do makecfdownloadimage in one shot
661 OUTPUT_FILE_NOEXT="patch"`date +%Y%m%d%H%M%S`"_"`basename "${RPX_FILE%.*}"`
Dcaferun892 while getopts :m:g:e:p:d:k:w:a:o:unxbijqNADLRFcfsryt:l:hH:2Vv:WM:z OPT
904 d ) DEBUGGER="$OPTARG" # specify a debugger
/CafeSDK-2.12.13-1/system/src/build/make/
Deppccleandepend_cygwin.sed34 /^[ ]*$/d
35 /^[ ]*\\$/d
Deppcadddepend_cygwin.sed2 #ADD_DEPEND := sed -e 's/\#.*//' -e 's/^[^:]*:[ ]*//' -e 's/ *\\$$//' -e '/^$$/ d' -e 's/$$/ :/'
Dcommondefs.cos.gh.mk145 DEPINPUTSUFFIX := .d
Dmodulerules.mk526 $(_@)$(CLEAN_DEPEND) $(@:.o=.d) > $(@:.o=$(DEPSUFFIX))
527 $(_@)$(ADD_DEPEND) < $(@:.o=.d) >> $(@:.o=$(DEPSUFFIX))
/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c34 #define ZIP_MAKEID4(endian,a,b,c,d) ((endian==ZIPFILE_ENDIAN_LITTLE) ? \ argument
35 …((((UINT32)a)&0xFF) | ((((UINT32)b)&0xFF)<<8) | ((((UINT32)c)&0xFF)<<16) | ((((UINT32)d)&0xFF)<<24…
36 …((((UINT32)d)&0xFF) | ((((UINT32)c)&0xFF)<<8) | ((((UINT32)b)&0xFF)<<16) | ((((UINT32)a)&0xFF)<<24…
40 #define ZIP_TARGETID4(a,b,c,d) ZIP_MAKEID4(ZIPFILE_ENDIAN,a,b,c,d) argument
/CafeSDK-2.12.13-1/
Dcafe.bat502 :: Copy cafe.sh in /etc/profile.d to update the title
503 md %CYGWIN_PATH%\etc\profile.d >nul 2>&1
504 … copy "%CAFE_ROOT_DOS%\system\bin\tool\cafe_profile.sh" "%CYGWIN_PATH%\etc\profile.d\cafe.sh" > nul
599 set SESSION_HIO_OUT_PORT=%%d