Home
last modified time | relevance | path

Searched refs:attrib (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13-1/system/bin/tool/
Duploadimg_simultaneous.sh190 attrib -I `cygpath -w "$WUMAD_EXTRACT_TMP"`
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Misc.h383 void GX2API GX2LogSetMisc(GX2LogAttrib attrib, u32 value);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileShader.cpp2023 void _GFDWriteWordsAsCode(FILE *fp, const char *name, u32 *ptr, u32 byteLen, const char *attrib) in _GFDWriteWordsAsCode() argument
2032 fprintf(fp, "%s static const u32 %s[%u] =\n{\n", attrib, name, byteLen/4); in _GFDWriteWordsAsCode()