Home
last modified time | relevance | path

Searched defs:c (Results 1 – 24 of 24) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxTypes.h32 struct{ f32 r, g, b, a;} c; member
44 struct{ f32 r, g, b;} c; member
56 struct{ f32 r, g;} c; member
68 struct{ f32 r;} c; member
80 struct{ u32 r, g, b, a;} c; member
92 struct{ u32 r, g, b;} c; member
104 struct{ u32 r, g;} c; member
116 struct{ u32 r;} c; member
128 struct{ s32 r, g, b, a;} c; member
140 struct{ s32 r, g, b;} c; member
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxTypes.h32 struct{ f32 r, g, b, a;} c; member
44 struct{ f32 r, g, b;} c; member
56 struct{ f32 r, g;} c; member
68 struct{ f32 r;} c; member
80 struct{ u32 r, g, b, a;} c; member
92 struct{ u32 r, g, b;} c; member
104 struct{ u32 r, g;} c; member
116 struct{ u32 r;} c; member
128 struct{ s32 r, g, b, a;} c; member
140 struct{ s32 r, g, b;} c; member
[all …]
/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_tmzn.c241 #define IsAlpha(c) ((c>='A'&&c<='Z')||(c>='a'&&c<='z')) argument
242 #define IsDigit(c) (c>='0'&&c<='9') argument
Dprof_mip.c68 unsigned char c,x; in __ghs_bmcisr_c() local
/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
/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
/CafeSDK-2.12.13-1/system/include/nn/
DResult.h217 #define NN_RESULT_H_MAKE_MASK_HELPER(c) \ argument
226 #define NN_RESULT_H_MAKE_MAX_HELPER(c) \ argument
DResult.legacy.inclass.h30 #define NN_RESULT_H_MAKE_MASK_HELPER(c) \ argument
41 #define NN_RESULT_H_MAKE_MAX_HELPER(c) \ argument
/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zDec.c258 static Bool IS_SUPPORTED_CODER(const CSzCoderInfo *c) in IS_SUPPORTED_CODER()
267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1) argument
283 CSzCoderInfo *c = &f->Coders[1]; in CheckSupportedFolder() local
Dszfile.c174 int c,v; in sCompStrLens() local
200 int c; in sComparePaths() local
629 char c; in sFindInDir() local
DCpuArch.h130 UInt32 c; member
DCpuArch.c51 static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d) in MyCPUID()
/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c34 #define ZIP_MAKEID4(endian,a,b,c,d) ((endian==ZIPFILE_ENDIAN_LITTLE) ? \ argument
40 #define ZIP_TARGETID4(a,b,c,d) ZIP_MAKEID4(ZIPFILE_ENDIAN,a,b,c,d) argument
417 int c,v; in sCompStrLens() local
443 int c; in sComparePaths() local
781 char c; in sFindInDir() local
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSDynLoad.h316 #define RPL_EXPORT_CLASS_FUNC(r, c, f, a) \ argument
320 #define RPL_EXPORT_CLASS_STATIC_DATA(t, c, d) \ argument
324 #define RPL_EXPORT_CLASS_STATIC_DATA_ARRAY(t, c, d, num) \ argument
/CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/
Dmakebsf.c195 s32 c; in main() local
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoDRC.c87 #define SKIP_NON_DIGIT(c) ((c)!=0&&((c)<'0'||(c)>'9')) in DEMODRCInit() argument
DdemoCapture.c37 #define _DEMO_UUENC(c) ((c) ? ((c) & 077) + ' ': '`') argument
DdemoTest.c137 #define SKIP_NON_DIGIT(c) ((c)!=0&&((c)<'0'||(c)>'9')) in DEMOTestInit() argument
DdemoGfx.c242 #define SKIP_NON_DIGIT(c) ((c)!=0&&((c)<'0'||(c)>'9')) in DEMOGfxInit() argument
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/TexConv2/tgaReader/
DtgaReader.cpp68 u32 x,y,c; in SwapFromBottomToTop() local
87 u32 x,y,c; in SwapFromRightToLeft() local
/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxVec.h114 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxVec.h114 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/
Dmtx44.c1561 f32 s, c; // sinTheta, cosTheta in C_MTX44RotAxisRad() local
Dmtx.c1410 f32 s, c; // sinTheta, cosTheta in C_MTXRotAxisRad() local