| /RvlSDK-3.2/build/libraries/tc/src/ |
| D | TCMem.cpp | 87 TCMemNode* MemList = NULL; 100 if( (newM = (TCMemNode*)calloc( 1,sizeof(TCMemNode))) == NULL ) in TCNewMemNode() 103 return NULL; in TCNewMemNode() 107 if( MemList == NULL ) in TCNewMemNode() 110 newM->prev = NULL; in TCNewMemNode() 111 newM->next = NULL; in TCNewMemNode() 114 else if( MemList->next == NULL ) in TCNewMemNode() 118 newM->next = NULL; in TCNewMemNode() 131 newM->next = NULL; in TCNewMemNode() 143 TCMemNode* checkNode = NULL; in TCFreeMemNode() [all …]
|
| D | TCScriptFile.cpp | 107 char* PathPtr = NULL; 134 TCAssertMsg( (fp != NULL), "TCReadTplTextFile: couldn't open %s for read\n", fileName ); in TCReadTplTxtFile() 138 while( (buffPtr = fgets(lineBuff, NAME_SIZE, fp)) != NULL ) in TCReadTplTxtFile() 214 PathPtr = NULL; in TCProcessKeyName() 267 TCAssertMsg( (fileName != NULL), "TCProcessSiKey: NULL fileName for file %d\n", index ); in TCProcessSiKey() 272 if( pathName != NULL ) in TCProcessSiKey() 293 …TCAssertMsg( (newSi != NULL),"ProcessSiKey: couldn't allocate memory for new source image %d\n", i… in TCProcessSiKey() 305 char* icPtr = NULL, *iaPtr = NULL, *fmtPtr = NULL; in TCProcessImKey() 306 char* minLODPtr = NULL, *maxLODPtr = NULL, *baseLODPtr = NULL; in TCProcessImKey() 307 char* wrapSPtr = NULL, *wrapTPtr = NULL; in TCProcessImKey() [all …]
|
| D | TCFile.cpp | 81 TCFile* DF = NULL; // cache for decoded files 83 u32 (*FileFn)( u32 rawSize, u8* rawBits, TCFile* dfPtr ) = NULL; // ptr to current file-readin… 84 TCFileNode* FileTable = NULL; // head of file type/fn table 115 TCAssertMsg( (ext != NULL), "TCInstallFileReadFn: null file extension\n" ); in TCInstallFileReadFn() 117 TCAssertMsg( (fileFn != NULL), "TCInstallFileReadFn: null file pointer\n" ); in TCInstallFileReadFn() 121 if( DF == NULL ) in TCInstallFileReadFn() 132 if( FileTable == NULL ) in TCInstallFileReadFn() 163 while( fileNode->next != NULL ) in TCInstallFileReadFn() 190 u8* rawBits = NULL, *cPtr = NULL; in TCReadFile() 196 TCAssertMsg( (fileName != NULL), "TCReadFile: NULL fileName\n" ); in TCReadFile() [all …]
|
| D | TCLayer.cpp | 100 TCAssertMsg( (ly != NULL), "TCSetLayerAttributes: NULL layer ptr\n" ); in TCSetLayerAttributes() 129 TCAssertMsg( (ly != NULL), "TCSetLayerBuffer: NULL layer ptr\n" ); in TCSetLayerBuffer() 191 TCAssertMsg( (ly != NULL), "TCSetLayerValue: NULL layer ptr\n" ); in TCSetLayerValue() 193 TCAssertMsg( (ly->data != NULL), "TCSetLayerValue: layer data ptr is not set\n" ); in TCSetLayerValue() 243 TCAssertMsg( (ly != NULL), "TCGetLayerValue: NULL layer ptr\n" ); in TCGetLayerValue() 245 TCAssertMsg( (ly->data != NULL), "TCGetLayerValue: layer data ptr is not set\n" ); in TCGetLayerValue() 246 TCAssertMsg( (riaPtr != NULL), "TCGetLayerValue: NULL riaPtr\n" ); in TCGetLayerValue() 257 if( gPtr != NULL ) in TCGetLayerValue() 261 if( bPtr != NULL ) in TCGetLayerValue() 301 TCAssertMsg( (dfPtr != NULL), "TCMakeImColorLayer: NULL TCFile ptr\n" ); in TCMakeImColorLayer() [all …]
|
| D | TCImageList.cpp | 82 TCImage* ImHead = NULL; 110 lyPtr->data = NULL; in TCSetImageValues() 123 …TCAssertMsg( (dfPtr->lyAlpha != NULL), "ImNew: no alpha layer in file %s for image %d\n", dfPtr->n… in TCSetImageValues() 130 lyPtr->data = NULL; in TCSetImageValues() 149 if( ImHead == NULL ) in TCNewImage() 163 newIm->next = NULL; in TCNewImage() 174 TCAssertMsg( (im != NULL), "TCSetImageIndex: NULL image ptr for image %d\n", index ); in TCSetImageIndex() 183 TCAssertMsg( (im != NULL), "TCSetImageLayerAtt: NULL image ptr\n" ); in TCSetImageLayerAtt() 200 TCAssertMsg( (im != NULL), "TCSetImageWrap: NULL image ptr\n" ); in TCSetImageWrap() 211 TCAssertMsg( (im != NULL), "TCSetImageTexelFormat: NULL image ptr\n" ); in TCSetImageTexelFormat() [all …]
|
| /RvlSDK-3.2/build/libraries/mem/src/ |
| D | mem_list.c | 37 ASSERT( list != NULL ); in MEMInitList() 39 list->headObject = NULL; in MEMInitList() 40 list->tailObject = NULL; in MEMInitList() 60 ASSERT( list != NULL ); in SetFirstObject_() 61 ASSERT( object != NULL ); in SetFirstObject_() 65 link->nextObject = NULL; in SetFirstObject_() 66 link->prevObject = NULL; in SetFirstObject_() 85 ASSERT( list != NULL ); in MEMAppendListObject() 86 ASSERT( object != NULL ); in MEMAppendListObject() 88 if (list->headObject == NULL) in MEMAppendListObject() [all …]
|
| /RvlSDK-3.2/build/demos/hio2demo/vc++/HioIf/src/ |
| D | Hio2DllIf.cpp | 29 if ( m_hDll != NULL ) return TRUE; in Create() 32 if ( m_hDll == NULL ) return FALSE; in Create() 48 if ( (m_fncEnumDevices == NULL) in Create() 49 || (m_fncInit == NULL) in Create() 50 || (m_fncOpen == NULL) in Create() 51 || (m_fncClose == NULL) in Create() 52 || (m_fncReadMailbox == NULL) in Create() 53 || (m_fncWriteMailbox == NULL) in Create() 54 || (m_fncRead == NULL) in Create() 55 || (m_fncWrite == NULL) in Create() [all …]
|
| /RvlSDK-3.2/include/revolution/ |
| D | axfx_presets.h | 43 (fx)->busIn = NULL; \ 44 (fx)->busOut = NULL; \ 56 (fx)->busIn = NULL; \ 57 (fx)->busOut = NULL; \ 69 (fx)->busIn = NULL; \ 70 (fx)->busOut = NULL; \ 82 (fx)->busIn = NULL; \ 83 (fx)->busOut = NULL; \ 108 (fx)->busIn = NULL; \ 109 (fx)->busOut = NULL; \ [all …]
|
| /RvlSDK-3.2/build/demos/spdemo/src/ |
| D | spdemo.c | 141 { "Sound Effect", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 142 { " Noisy Drum", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 143 { " Gunshot", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 144 { " Voice-Man", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 145 { " Voice-Woman", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 146 { " Looping Strings", DEMOWIN_ITM_NONE, MNU_play_sfx, NULL }, 147 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 148 { "Voice Control", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 149 { " Stop All", DEMOWIN_ITM_NONE, MNU_stop_sfx, NULL }, 150 { " Stop All Looping", DEMOWIN_ITM_NONE, MNU_stop_looping, NULL }, [all …]
|
| /RvlSDK-3.2/build/demos/dvddemo/src/ |
| D | errorhandling.c | 155 { "ISSUE COMMAND", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 156 { " DVDRead", DEMOWIN_ITM_NONE, MNU_read, NULL }, 157 { " DVDSeek", DEMOWIN_ITM_NONE, MNU_seek, NULL }, 158 { " DVDCancel", DEMOWIN_ITM_NONE, MNU_cancel, NULL }, 159 { " DVDChangeDisk", DEMOWIN_ITM_NONE, MNU_change_disk, NULL }, 160 { " DVDGetCurrentDiskID", DEMOWIN_ITM_NONE, MNU_get_disk_id, NULL }, 161 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 167 NULL, // window handle 173 NULL, NULL, NULL, NULL, 181 { "255", DEMOWIN_ITM_EOF, MNU_pick_number, NULL }, [all …]
|
| /RvlSDK-3.2/build/demos/axdemo/src/ |
| D | dpl2demo.c | 120 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 121 { "Sound: None", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 122 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 123 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 124 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 130 NULL, // window handle 136 NULL, // callback for menu open event 137 NULL, // callback for cursor move event 138 NULL, // callback for item select event 139 NULL, // callback for cancel event [all …]
|
| D | seqdemo.c | 377 NULL, in MNU_select_file() 420 dir_entry[index].link = NULL; in __create_dir_menu() 447 dir_entry[index].link = NULL; in __create_dir_menu() 453 dir_entry[index].function = NULL; in __create_dir_menu() 454 dir_entry[index].link = NULL; in __create_dir_menu() 460 dir_list.handle = NULL; // placeholder for window handle in __create_dir_menu() 466 dir_list.cb_open = NULL; // no callbacks in __create_dir_menu() 467 dir_list.cb_move = NULL; in __create_dir_menu() 468 dir_list.cb_select = NULL; in __create_dir_menu() 469 dir_list.cb_cancel = NULL; in __create_dir_menu() [all …]
|
| D | compressor.c | 187 { "Tests", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 188 { " Ping test", DEMOWIN_ITM_NONE, MNU_start_ping_test, NULL }, 189 { " Voice test", DEMOWIN_ITM_NONE, MNU_start_voice_test, NULL }, 190 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 191 { "Manual AX Controls", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 192 { " Toggle Compressor", DEMOWIN_ITM_NONE, MNU_toggle_comp, NULL }, 193 { " Play Looping Hum", DEMOWIN_ITM_NONE, MNU_play_hum, NULL }, 194 { " Play Ping", DEMOWIN_ITM_NONE, MNU_play_ping, NULL }, 195 { " Play Voice", DEMOWIN_ITM_NONE, MNU_play_voice, NULL }, 196 { " Stop All Voices", DEMOWIN_ITM_NONE, MNU_stop_sfx, NULL }, [all …]
|
| D | axfilter.c | 247 { "Sound : Guitarscape", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 248 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 249 { "Play ", DEMOWIN_ITM_NONE, MNU_play, NULL }, 250 { "Play Looped", DEMOWIN_ITM_NONE, MNU_play_looped, NULL }, 251 { "Stop", DEMOWIN_ITM_NONE, MNU_stop, NULL }, 252 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 253 { "Filter : ON ", DEMOWIN_ITM_NONE, MNU_filter, NULL }, 254 { "Compressor: OFF", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 255 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 256 { " ", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, [all …]
|
| D | expdelay.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 131 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 133 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 135 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 137 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 144 NULL, // window handle [all …]
|
| D | expdelayDpl2.c | 132 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 133 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 134 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 135 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 136 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 137 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 138 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 139 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 140 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 147 NULL, // window handle [all …]
|
| D | expreverbHi.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 131 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 133 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 135 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 137 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 144 NULL, // window handle [all …]
|
| D | expchorus.c | 130 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 131 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 132 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 133 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 134 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 135 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 136 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 137 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 138 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 145 NULL, // window handle [all …]
|
| D | expreverbStdDpl2.c | 132 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 133 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 134 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 135 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 136 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 137 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 138 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 139 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 140 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 147 NULL, // window handle [all …]
|
| D | expreverbStd.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 131 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 133 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 135 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 137 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 144 NULL, // window handle [all …]
|
| D | dpl2reverb.c | 173 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 174 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 175 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 176 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 177 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 178 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 179 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 180 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 181 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 188 NULL, // window handle [all …]
|
| D | expreverbHiDpl2.c | 135 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 136 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 137 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 138 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 139 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 140 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 141 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 142 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 143 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 150 NULL, // window handle [all …]
|
| D | expchorusDpl2.c | 129 { "Sound : (none)", DEMOWIN_ITM_NONE, MNU_sound, NULL }, 130 { "AuxA : (none)", DEMOWIN_ITM_NONE, MNU_auxa, NULL }, 131 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 132 { "Position: C Stick", DEMOWIN_ITM_NONE, MNU_position, NULL }, 133 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 134 { "Compress: No", DEMOWIN_ITM_NONE, MNU_compressor, NULL }, 135 { "", DEMOWIN_ITM_SEPARATOR, NULL, NULL }, 136 { "Kill All Voices", DEMOWIN_ITM_NONE, MNU_kill_all, NULL }, 137 { "", DEMOWIN_ITM_TERMINATOR, NULL, NULL } 144 NULL, // window handle [all …]
|
| /RvlSDK-3.2/build/tools/THPConv/src/ |
| D | THPConv.c | 144 static char** jpegFilesPtr = NULL; // JPEG File name string array pointer 147 static char** waveFilesPtr = NULL; // WAV File name string array pointer 150 static char* inFile = NULL; // Input filename 151 static char* outFile = NULL; // Output filename 300 if (filename != NULL) in getFileNameList() 312 if (filename != NULL) in getFileNameList() 322 _splitpath(sWildcardPattern, drive, dir, NULL, NULL); in getFileNameList() 323 _makepath(path, drive, dir, NULL, NULL); in getFileNameList() 775 if (outFile == NULL) in checkArguments() 811 FILE* thpFp = NULL; in convertJPEGtoTHP() [all …]
|
| /RvlSDK-3.2/build/demos/darchdemo/src/ |
| D | darchdemo.c | 58 { "darchdemo/test1/wii.tpl", NULL, 0 }, 59 { "darchdemo/test1/yoshi.tpl", NULL, 0 }, 60 { "darchdemo/test2/clrbars7.BMP", NULL, 0 }, 61 { "darchdemo/test2/dump.bmp", NULL, 0 }, 62 { "darchdemo/test2/gray256b.BMP", NULL, 0 }, 63 { "darchdemo/test2/gray3.BMP", NULL, 0 }, 64 { "darchdemo/test2/marina2.BMP", NULL, 0 }, 65 { "darchdemo/test2/rainbow.BMP", NULL, 0 }, 66 { "darchdemo/test2/venice3.BMP", NULL, 0 }, 67 { NULL, NULL, 0 },
|