| /CafeSDK-2.12.13/system/src/lib/libsys/ |
| D | ppc_manprf.h | 75 #define TIMER_INIT(count) __MTSPR(22/*DEC*/, count); \ argument 99 #define TIMER_INIT(count) __MTSPR(0x3db/*PIT*/, count); \ argument 115 #define TIMER_INIT(count) \ argument 125 #define TIMER_INIT(count) \ argument 138 #define TIMER_INIT(count) __MTSPR(22/*DEC*/, count) argument
|
| D | ind_lockcpp.c | 38 int count; member 82 int count; member 124 int count; /* how many times has the same process entered */ member 180 int count; member
|
| D | coldfire_manprf.h | 258 void TIMER_INIT(unsigned int count) in TIMER_INIT() 311 void TIMER_INIT(unsigned int count) in TIMER_INIT() 364 void TIMER_INIT(unsigned int count) in TIMER_INIT()
|
| /CafeSDK-2.12.13/system/include/cafe/gx2/ |
| D | gx2Draw.h | 339 u32 count, in GX2DrawAdaptive() 363 GX2_INLINE void GX2DrawIndexed(GX2PrimitiveType mode, u32 count, in GX2DrawIndexed() 405 GX2_INLINE void GX2DrawIndexedImmediate(GX2PrimitiveType mode, u32 count, in GX2DrawIndexedImmediate() 464 GX2_INLINE void GX2Draw(GX2PrimitiveType mode, u32 count) in GX2Draw()
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_helpers.h | 68 int count = vsprintf(dest, src, args); in sprintf_s() local 82 int count = vsprintf(dest, src, list); in vsprintf_s() local
|
| D | demowin_combo_box.h | 35 int count; member
|
| D | demowin_scroll_bar.h | 41 float count; member
|
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_helpers.h | 68 int count = vsprintf(dest, src, args); in sprintf_s() local 82 int count = vsprintf(dest, src, list); in vsprintf_s() local
|
| D | demowin_combo_box.h | 35 int count; member
|
| D | demowin_scroll_bar.h | 41 float count; member
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demoGfxShader.h | 28 u32 count; member 42 u32 count; member 56 u32 count; member 69 u32 count; member
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demoGfxShader.h | 28 u32 count; member 42 u32 count; member 56 u32 count; member 69 u32 count; member
|
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 123 int count = this->data[this->pos1]->GetCount(); in Update() local 454 int count = COMBOBOX_COUNT; in Draw() local 519 int count = this->data[pos]->GetCount(); in Draw() local
|
| D | demowin_helpers.cpp | 92 int count = vsprintf(dest, src, args); in sprintf_s() local 105 int count = vsprintf(dest, src, list); in vsprintf_s() local
|
| D | demowin_combo_box.cpp | 264 int count = COMBOBOX_COUNT; in Draw() local
|
| /CafeSDK-2.12.13/system/src/lib/mtx/ |
| D | mtx44Vec_asm.s | 77 #define count r6 macro 223 #define count r6 macro
|
| D | mtx44Vec.c | 209 void C_MTX44MultVecArray ( MTX_CONST Mtx44 m, const Vec *srcBase, Vec *dstBase, u32 count ) in C_MTX44MultVecArray() 244 void PSMTX44MultVecArray ( MTX_CONST Mtx44 m, const Vec *srcBase, Vec *dstBase, u32 count ) in PSMTX44MultVecArray() 404 void C_MTX44MultVecArraySR ( MTX_CONST Mtx44 m, const Vec *srcBase, Vec *dstBase, u32 count ) in C_MTX44MultVecArraySR() 436 void PSMTX44MultVecArraySR ( MTX_CONST Mtx44 m, const Vec *srcBase, Vec *dstBase, u32 count ) in PSMTX44MultVecArraySR()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/texConvert/ |
| D | TexConvert.cpp | 147 for (s32 count = 0; count < argc; count++) in PrintCommandLine() local 353 s32 count = 0; in InitializeConfig() local 667 u32 count = 0; in SNORMToUNORM() local 704 u32 count = 0; in _tmain() local
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demowin.cpp | 60 int count = start.count; in ComboCustom() local 84 int count = start.count; in ComboCustom() local 110 int count = start.size(); in ComboCustom() local 138 int count = counts[j]; in Init() local
|
| /CafeSDK-2.12.13/system/include/cafe/os/ |
| D | OSSemaphore.h | 43 s32 count; member
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/TexConv2/ddsReader/ |
| D | DDS.cpp | 616 for (u32 count = 0; count < (pSurface->imageSize / 2); count++) in SaveDDS_RGB565() local 627 for (u32 count = 0; count < (pSurface->mipSize / 2); count++) in SaveDDS_RGB565() local 663 for (u32 count = 0; count < (pSurface->imageSize / 2); count++) in SaveDDS_ARGB4444() local 675 for (u32 count = 0; count < (pSurface->mipSize / 2); count++) in SaveDDS_ARGB4444() local 713 for (u32 count = 0; count < pSurface->imageSize/2; count++) in SaveDDS_ARGB1555() local 725 for (u32 count = 0; count < pSurface->mipSize/2; count++) in SaveDDS_ARGB1555() local
|
| /CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/ |
| D | mat44.h | 305 …tic inline void MAT44MultVecArray ( const Mat44 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT44MultVecArray() 355 …tic inline void MAT44MultVecArraySR ( const Mat44 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT44MultVecArraySR()
|
| D | matVec.h | 104 …ic inline void MAT34ConcatArray ( const Mat34 *a, const Mat34 *srcBase, Mat34 *dstBase, u32 count ) in MAT34ConcatArray() 226 …tic inline void MAT34MultVecArray ( const Mat34 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT34MultVecArray() 276 …tic inline void MAT34MultVecArraySR ( const Mat34 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT34MultVecArraySR() 679 …tic inline void PSMAT43MultVecArray ( const Mat43 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in PSMAT43MultVecArray()
|
| /CafeSDK-2.12.13/system/include/cafe/mtx/ |
| D | mat44.h | 305 …tic inline void MAT44MultVecArray ( const Mat44 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT44MultVecArray() 355 …tic inline void MAT44MultVecArraySR ( const Mat44 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT44MultVecArraySR()
|
| D | matVec.h | 104 …ic inline void MAT34ConcatArray ( const Mat34 *a, const Mat34 *srcBase, Mat34 *dstBase, u32 count ) in MAT34ConcatArray() 226 …tic inline void MAT34MultVecArray ( const Mat34 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT34MultVecArray() 276 …tic inline void MAT34MultVecArraySR ( const Mat34 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in MAT34MultVecArraySR() 679 …tic inline void PSMAT43MultVecArray ( const Mat43 *m, const Vec *srcBase, Vec *dstBase, u32 count ) in PSMAT43MultVecArray()
|