Searched refs:count (Results 1 – 7 of 7) sorted by relevance
| /RvlDCW-2.0.3/build/demos/ranking/src/ |
| D | main.c | 46 u32 count; in DWCDemoMain() local 355 res = DWC_RnkResGetRowCount( &count ); in DWCDemoMain() 378 for ( i=0; i<(int)count; i++ ) in DWCDemoMain()
|
| /RvlDCW-2.0.3/build/demos/match_anybody/src/ |
| D | main.c | 128 s32 count; member 205 commData->count++; // Add if data was sent in sendCallback() 206 DWCDemoPrintf( "Send Callback aid:%d, size:%d mycount:%d\n", aid, size, commData->count ); in sendCallback() 222 commData->count--; // Subtract if data was received in recvCallback() 230 commData->count); in recvCallback() 480 DWCDemoPrintf("aid (%d) is timeout. mycount is %d\n", aid, commData->count); in userRecvTimeoutCallback() 509 s_commData.count = 0; in DWCDemoMain()
|
| /RvlDCW-2.0.3/build/demos/match_friends/src/ |
| D | main.c | 125 s32 count; member 194 commData->count++; // Add if data was sent in sendCallback() 195 DWCDemoPrintf( "Send Callback aid:%d, size:%d mycount:%d\n", aid, size, commData->count ); in sendCallback() 211 commData->count--; // Subtract if data was received in recvCallback() 219 commData->count); in recvCallback() 477 DWCDemoPrintf("aid (%d) is timeout. mycount is %d\n", aid, commData->count); in userRecvTimeoutCallback()
|
| /RvlDCW-2.0.3/build/demos/match_serverclient/src/ |
| D | main.c | 121 s32 count; member 210 commData->count++; // Add if data was sent in sendCallback() 211 DWCDemoPrintf( "Send Callback aid:%d, size:%d mycount:%d\n", aid, size, commData->count ); in sendCallback() 227 commData->count--; // Subtract if data was received in recvCallback() 235 commData->count); in recvCallback() 485 DWCDemoPrintf("aid (%d) is timeout. mycount is %d\n", aid, commData->count); in userRecvTimeoutCallback()
|
| /RvlDCW-2.0.3/include/ranking/ |
| D | dwc_ranking.h | 355 DWCRnkError DWC_RnkResGetRowCount( u32* count );
|
| /RvlDCW-2.0.3/include/gdb/ |
| D | dwc_gdb.h | 223 …WC_GdbGetRecordCountAsync(const char* table_name, const char* filter, BOOL cache_flag, int* count);
|
| /RvlDCW-2.0.3/build/demos/match_menu/src/ |
| D | main.c | 227 s32 count; member 539 commData->count++; // Add if data was sent in sendCallback() 540 DWCDemoPrintf( "Send Callback aid:%d, size:%d mycount:%d\n", aid, size, commData->count ); in sendCallback() 554 commData->count--; // Subtract if data was received in recvCallback() 562 commData->count); in recvCallback() 824 DWCDemoPrintf("aid (%d) is timeout. mycount is %d\n", aid, commData->count); in userRecvTimeoutCallback()
|