Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 25 of 112) sorted by relevance

12345

/CafeSDK-2.12.13-1/data/mlc/sys/title/0005001b/1005c000/content/
Dcountry.txt1 NULL,
3 NULL,
4 NULL,
5 NULL,
6 NULL,
7 NULL,
8 NULL,
54 NULL,
55 NULL,
56 NULL,
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/
Daxfx_presets.h38 (fx)->busIn = NULL; \
39 (fx)->busOut = NULL; \
51 (fx)->busIn = NULL; \
52 (fx)->busOut = NULL; \
64 (fx)->busIn = NULL; \
65 (fx)->busOut = NULL; \
77 (fx)->busIn = NULL; \
78 (fx)->busOut = NULL; \
103 (fx)->busIn = NULL; \
104 (fx)->busOut = NULL; \
[all …]
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.cpp32 LPDIRECT3DSURFACE9 diffuseSurface = NULL;
33 LPDIRECT3DSURFACE9 normalSurface = NULL;
34 LPDIRECT3DSURFACE9 positionSurface = NULL;
36 LPDIRECT3DTEXTURE9 diffuseTex = NULL;
37 LPDIRECT3DTEXTURE9 normalTex = NULL;
38 LPDIRECT3DTEXTURE9 positionTex = NULL;
44 LPDIRECT3DDEVICE9 pDevice = NULL;
45 LPD3DXEFFECT pEffect = NULL;
46 LPDIRECT3DSURFACE9 pBackBuffer = NULL;
101 …ts * sizeof(PosNormVertex), D3DUSAGE_WRITEONLY, POSNORM_FVF, D3DPOOL_MANAGED, &vertexBuffer, NULL); in LoadModel()
[all …]
/CafeSDK-2.12.13-1/system/src/tool/cafex/winmakebsf/
Dmakebsf.c80 if (image == NULL) in MakeBsf()
83 return NULL; in MakeBsf()
110 if (fmt == NULL) in ConvertToUnixFmt()
134 char *p = NULL; in CheckStickyRegisterEnvVar()
137 if (NULL != sys_cfg) in CheckStickyRegisterEnvVar()
158 if (NULL != sys_cfg && *sys_cfg != '\0' && *sys_cfg != '0') in CheckStickyRegisterEnvVar()
190 char* token = NULL; in main()
191 char* optarg = NULL; in main()
192 char* cur = NULL; in main()
193 FILE* fp = NULL; in main()
[all …]
/CafeSDK-2.12.13-1/system/include/nn/ec/
Dec_ApiApplet.h101 nn::Result ManageBalance(Money* pPostBalance = NULL);
132 nn::Result Purchase(const ShoppingCart& shoppingCart, Money* pPostBalance = NULL);
167 nn::Result Purchase(const Item* pItem, Money* pPostBalance = NULL);
197 nn::Result Redeem(Money* pPostBalance = NULL);
235 nn::Result Redeem(const Item* pItem, const char* pDownloadCode, Money* pPostBalance = NULL);
/CafeSDK-2.12.13-1/system/src/lib/gfd/
DgfdInterface.c129 if(pHeader == NULL || pProgram == NULL || pData == NULL) in GFDGetVertexShader()
202 if(pHeader == NULL || pProgram == NULL || pData == NULL) in GFDGetPixelShader()
276 if(pHeader == NULL || pProgram == NULL || pData == NULL) in GFDGetGeometryShader()
362 if(pHeader == NULL || pProgram == NULL || pData == NULL) in GFDGetComputeShader()
430 GX2VertexShader *pHeader = NULL; in GFDGetVertexShaderPointer()
438 return NULL; in GFDGetVertexShaderPointer()
457 return NULL; in GFDGetVertexShaderPointer()
469 return NULL; in GFDGetVertexShaderPointer()
471 if(pHeader == NULL) in GFDGetVertexShaderPointer()
472 return NULL; in GFDGetVertexShaderPointer()
[all …]
/CafeSDK-2.12.13-1/system/include/nn/swkbd/
Dswkbd_AppearArg.h41 , mOkString( NULL ) in ConfigArg()
46 , mUserWordArray( NULL ) in ConfigArg()
54 mLearnDicBuf[i] = NULL; in ConfigArg()
55 mCustomizeDic[i] = NULL; in ConfigArg()
87 : mEventReceiver( NULL ) in ReceiverArg()
88 , mStringBuf( NULL ) in ReceiverArg()
97 mEventReceiver = NULL; in clear()
98 mStringBuf = NULL; in clear()
138 , mFixedString( NULL ) in InputFormArg()
139 , mGuideString( NULL ) in InputFormArg()
[all …]
Dswkbd_Api.h59 CreateArg() : mBuffer( NULL ), mRegion( cRegionType_Jp ), mLoadOffFlag( 0 ), mFSClient( NULL ) in CreateArg()
134 ControllerInfo() : mVpadStatus( NULL ) in ControllerInfo()
138 mKpadStatus[i] = NULL; in ControllerInfo()
233 bool IsDecideCancelButton( bool* by_select_cursor = NULL );
245 bool IsDecideOkButton( bool* by_select_cursor = NULL );
/CafeSDK-2.12.13-1/system/src/tool/gfx/include/
Doptflags.h61 { "1", NULL, GSH2_OPTFLAGS_ALL }, \
62 { "0", NULL, 0 }, \
71 { "none", NULL, 0 }, \
72 { NULL, NULL, 0 }
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfd.c31 if(pData == NULL || ppShader == NULL) in DEMOGFDReadVertexShader()
63 pHeader->shaderPtr = NULL; in DEMOGFDReadVertexShader()
91 if(pData == NULL || ppShader == NULL) in DEMOGFDReadPixelShader()
128 pHeader->shaderPtr = NULL; in DEMOGFDReadPixelShader()
158 if(pData == NULL || ppShader == NULL) in DEMOGFDReadGeometryShader()
200 pHeader->shaderPtr = NULL; in DEMOGFDReadGeometryShader()
202 pHeader->copyShaderPtr = NULL; in DEMOGFDReadGeometryShader()
233 if(pData == NULL || ppShader == NULL) in DEMOGFDReadComputeShader()
265 pHeader->shaderPtr = NULL; in DEMOGFDReadComputeShader()
292 if(pData == NULL || ppTexture == NULL) in DEMOGFDReadTexture()
[all …]
DdemoDRC.c51 static DEMODRCInstance* gDemoDRCCurInstance = NULL;
180 DEMOCheck(DEMODRCScanBufferPtr!=NULL, "DRC Scan buffer alloc failed"); in DEMODRCInit()
194 DEMOCheck(ptr!=NULL, "DRC Color buffer alloc failed"); in DEMODRCInit()
204 DEMOCheck(ptr!=NULL, "DRC Color aux buffer alloc failed"); in DEMODRCInit()
218 DEMOCheck(ptr!=NULL, "DRC Depth buffer alloc failed"); in DEMODRCInit()
227 DEMOCheck(ptr!=NULL, "DRC Depth Hi-Z buffer alloc failed"); in DEMODRCInit()
233 ProcUIRegisterCallback(PROCUI_MESSAGE_ACQUIRE, DEMODRCCallbackAcquiredForeground, NULL, 200); in DEMODRCInit()
234 ProcUIRegisterCallback(PROCUI_MESSAGE_RELEASE, DEMODRCCallbackReleaseForeground, NULL, 200); in DEMODRCInit()
246 gDemoDRCCurInstance = NULL; in DEMODRCInit()
272 DEMODRCDepthBuffer.hiZPtr = NULL; in DEMODRCShutdown()
[all …]
DdemoFS.c70 .userContext = NULL, in _DemoInitFS()
71 .ioMsgQueue = NULL in _DemoInitFS()
99 if (path==NULL) { in DEMOFSOpenFileMode()
119 if( pCmd == NULL ) in DEMOFSOpenFileMode()
148 if( pCmd == NULL ) in DEMOFSGetLength()
177 if( pCmd == NULL ) in DEMOFSRead()
202 if( pCmd == NULL ) in DEMOFSWrite()
232 if( pCmd == NULL ) in DEMOFSCloseFile()
259 void *fileBuf = NULL; in DEMOFSSimpleRead()
289 void *fileBuf = NULL; in DEMOFSSimpleReadAlign()
[all …]
DdemoSystem.c60 static DEMODefaultAllocateFunc gpAllocFunc = NULL;
61 static DEMODefaultFreeFunc gpFreeFunc = NULL;
72 ProcUIInitEx(&DEMOSaveCallback, NULL); in DEMOInit()
96 gpAllocFunc = NULL; in DEMOShutdown()
97 gpFreeFunc = NULL; in DEMOShutdown()
DdemoFWB.c25 if((NULL == fwbFileInfo) || in DEMOFWBOpenFile()
26 (NULL == mode) || in DEMOFWBOpenFile()
43 if(NULL == fwbFileInfo->writeBuffer) in DEMOFWBOpenFile()
53 if(fwbFileInfo == NULL) in DEMOFWBCloseFile()
83 if(fwbFileInfo == NULL) in DEMOFWBFlush()
108 if((fwbFileInfo == NULL) || in DEMOFWBWrite()
109 (bufferAddress == NULL)) in DEMOFWBWrite()
210 if(fwbFileInfo == NULL) in DEMOFWBfprintf()
/CafeSDK-2.12.13-1/system/include/nn/boss/
Dboss_Task.h523 TaskState GetState( u32* pExecCount = NULL ) const;
532 s32 GetHttpStatusCode( u32* pExecCount = NULL ) const;
544 TaskResult GetResult( u32* pExecCount = NULL ) const;
556 TaskTurnState GetTurnState( u32* pExecCount = NULL ) const;
598 s64 GetContentLength( u32* pExecCount = NULL ) const;
612 s64 GetProcessedLength( u32* pExecCount = NULL ) const;
641 TaskRunningState GetRunningState( u32* pExecCount = NULL ) const;
655 u64 GetOptionResult( u32 optionKind, u32* pExecCount = NULL ) const;
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_held_button.h18 …ze, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
19 …: MenuItem(window, position, size), text(""), tex(NULL), colorFunc(_colorFunc), func(_func), funcE… in MenuItem()
21 …xt, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
22 …: MenuItem(window, position, size), text(_text), tex(NULL), colorFunc(_colorFunc), func(_func), fu… in MenuItem()
24 …ex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
Ddemowin_button.h18 …ze, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
19 …: MenuItem(window, position, size), text(""), tex(NULL), colorFunc(_colorFunc), func(_func), funcE… in MenuItem()
21 …xt, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
22 …: MenuItem(window, position, size), text(_text), tex(NULL), colorFunc(_colorFunc), func(_func), fu… in MenuItem()
24 …ex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
/CafeSDK-2.12.13-1/system/src/lib/def_malloc/
Dcos_def_malloc.c65 if (retAddr == NULL) { in malloc()
67 return NULL; in malloc()
90 if (ptr != NULL) { in free()
121 return NULL; in realloc()
124 if (origPtr == NULL) in realloc()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_button.h18 …ze, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
19 …: MenuItem(window, position, size), text(""), tex(NULL), colorFunc(_colorFunc), func(_func), funcE… in MenuItem()
21 …xt, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
22 …: MenuItem(window, position, size), text(_text), tex(NULL), colorFunc(_colorFunc), func(_func), fu… in MenuItem()
24 …ex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
Ddemowin_held_button.h18 …ze, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
19 …: MenuItem(window, position, size), text(""), tex(NULL), colorFunc(_colorFunc), func(_func), funcE… in MenuItem()
21 …xt, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
22 …: MenuItem(window, position, size), text(_text), tex(NULL), colorFunc(_colorFunc), func(_func), fu… in MenuItem()
24 …ex, ColorFunc _colorFunc = BlackLighter, VoidFuncP _func = DoNothingVoidP, void* _funcExtra = NULL)
/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxStack.c61 sPtr->stackPtr = NULL; in MTXInitStack()
90 if( sPtr->stackPtr == NULL ) in MTXPush()
143 if( sPtr->stackPtr == NULL ) in MTXPushFwd()
205 if( sPtr->stackPtr == NULL ) in MTXPushInv()
269 if( sPtr->stackPtr == NULL ) in MTXPushInvXpose()
313 if( sPtr->stackPtr == NULL ) in MTXPop()
315 return NULL; in MTXPop()
320 sPtr->stackPtr = NULL; in MTXPop()
321 return NULL; in MTXPop()
/CafeSDK-2.12.13-1/system/include/nn/erreula/
Derreula_Api.h54 … CreateArg() : mBuffer( NULL ), mRegion( cRegionType_Jp ), mLang( cLangType_Ja ), mFSClient( NULL ) in CreateArg()
128 ControllerInfo() : vpad_status( NULL ) in ControllerInfo()
132 kpad_status[i] = NULL; in ControllerInfo()
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gfd/
DgfdFileTexture.cpp147 if(pTexture == NULL) in GFDWriteFileTextureBlock()
163 pTexture->surface.imagePtr = NULL; in GFDWriteFileTextureBlock()
164 pTexture->surface.mipPtr = NULL; in GFDWriteFileTextureBlock()
229 FILE *fpout = NULL; in GFDWriteFileTexture()
269 if(NULL != &pTexture[count]) in GFDWriteFileTexture()
295 FILE *fpout = NULL; in GFDAppendWriteFileTexture()
336 if(NULL != &pTexture[count]) in GFDAppendWriteFileTexture()
362 FILE *pFile = NULL; in GFDReadFileTexture()
417 if(pTexture->surface.imagePtr != NULL) in GFDReadFileTexture()
419 if(pTexture->surface.mipPtr != NULL) in GFDReadFileTexture()
[all …]
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/headers/cafe/gx2ut/
Dgx2utClear.h233 GX2ColorBuffer *cbPtr = NULL; in GX2UTClearSurfaceRect()
234 GX2DepthBuffer *dbPtr = NULL; in GX2UTClearSurfaceRect()
264 GX2SetContextState(NULL); in GX2UTClearSurfaceRect()
403 ASSERT(dstSurface != NULL || depthBuffer != NULL); in GX2UTClearSurface()
423 NULL, 0, r, g, b, a, in GX2UTClearSurface()
491 GX2SetContextState(NULL); in GX2UTClearBuffersEx()
499 NULL, &dstRect); in GX2UTClearBuffersEx()
543 GX2UTClearBuffersEx(colorBuffer, NULL, r, g, b, a, 0.0f, 0u, GX2_CLEAR_NONE); in GX2UTClearColor()
589 …GX2UTClearBuffersEx(NULL, depthBuffer, 0.0f, 0.0f, 0.0f, 0.0f, depthBuffer->clearDepth, depthBuffe… in GX2UTClearDepthStencil()
626 …GX2UTClearBuffersEx(NULL, depthBuffer, 0.0f, 0.0f, 0.0f, 0.0f, depthValue, stencilValue, clearFlag… in GX2UTClearDepthStencilEx()
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/gx2ut/
Dgx2utClear.h233 GX2ColorBuffer *cbPtr = NULL; in GX2UTClearSurfaceRect()
234 GX2DepthBuffer *dbPtr = NULL; in GX2UTClearSurfaceRect()
264 GX2SetContextState(NULL); in GX2UTClearSurfaceRect()
403 ASSERT(dstSurface != NULL || depthBuffer != NULL); in GX2UTClearSurface()
423 NULL, 0, r, g, b, a, in GX2UTClearSurface()
491 GX2SetContextState(NULL); in GX2UTClearBuffersEx()
499 NULL, &dstRect); in GX2UTClearBuffersEx()
543 GX2UTClearBuffersEx(colorBuffer, NULL, r, g, b, a, 0.0f, 0u, GX2_CLEAR_NONE); in GX2UTClearColor()
589 …GX2UTClearBuffersEx(NULL, depthBuffer, 0.0f, 0.0f, 0.0f, 0.0f, depthBuffer->clearDepth, depthBuffe… in GX2UTClearDepthStencil()
626 …GX2UTClearBuffersEx(NULL, depthBuffer, 0.0f, 0.0f, 0.0f, 0.0f, depthValue, stencilValue, clearFlag… in GX2UTClearDepthStencilEx()
[all …]

12345