Home
last modified time | relevance | path

Searched refs:count (Results 1 – 9 of 9) sorted by relevance

/RevoEX-2.1/build/demos/mpdemo/src/
DmpsimpleAsync.c195 u32 count = 0; in main() local
198 frameData[0] = MPHToMP32(count); in main()
200 for( count = 0; TRUE; count++ ) in main()
211 frameData[0] = MPHToMP32(count); in main()
256 REXDEMOPrintf(4, 30, 0, "Send: %08x", count); in main()
Dmpsimple.c193 u32 count; in DoMPCommunication() local
195 for( count = 0; TRUE; count++ ) in DoMPCommunication()
206 frameData[0] = MPHToMP32(count); in DoMPCommunication()
242 REXDEMOPrintf(4, 30, 0, "Send: %08X", count); in DoMPCommunication()
/RevoEX-2.1/build/demos/nwc24demo/src/ChannelJump/
DChannelJump.c230 s32 tmp, count; in main() local
250 count = 0; in main()
310 if( count > 0 ){ in main()
322 if( count <= 0 ){ in main()
338 count = 60; in main()
346 count--; in main()
/RevoEX-2.1/build/demos/nwc24demo/src/Download/
DDownload.c375 int globalErr = 0, count = 0;
378 err = NWC24GetDlError( task, &globalErr, &count );
381 if (count > 0 && globalErr != 0)
/RevoEX-2.1/include/revolution/nwc24/
DNWC24Dl.h300 NWC24Err NWC24SetDlCount( NWC24DlTask* taskPublic, s16 count );
301 NWC24Err NWC24GetDlCount( const NWC24DlTask* taskPublic, s16* count );
310 NWC24Err NWC24GetDlError( const NWC24DlTask* taskPublic, s32* code, s32* count );
/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewer.c264 u32 count = 0; in SjisStrLen() local
268 ++count; in SjisStrLen()
271 return count; in SjisStrLen()
/RevoEX-2.1/build/libraries/mpds/src/
Dmpdssystem.c162 u16 count = CountPopulation(aidBits); in MPDSInit() local
163 context->stationNumber = count; in MPDSInit()
164 context->dataSetLength = (u16)(context->config.dataLength * count); in MPDSInit()
943 u32 count; in GetSharedDataAddress() local
949 count = CountPopulation(aidBits); in GetSharedDataAddress()
950 offset = context->config.dataLength * count; in GetSharedDataAddress()
/RevoEX-2.1/build/demos/mpdldemo/src/
Dmpdlntr2rvl.c515 u32 count; in DoPadSharing() local
517 for ( count = 0; TRUE; count++ ) in DoPadSharing()
/RevoEX-2.1/build/demos/mpdsdemo/src/
Dmpdsmodel.c117 u32 count:24; // Frame count member
425 … MPMPToH16((u16)sRecvData[i].key), MPMPToH16((u16)(sRecvData[i].count & 0xffff)) ); in Draw()
905 sendData.count = MPHToMP16( (u16)sFrameCount ); // Endian conversion in DataSharingThreadFunc()