Searched refs:nStep (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 4999 UINT nStep(0); in _EnumerateEndpointDevicesAll() local 5002 &nStep, in _EnumerateEndpointDevicesAll() 5005 …raceInfo, kTraceAudioDevice, _id, "volume steps : %d (nStep), %d (nStepCount)", nStep, nStepCount); in _EnumerateEndpointDevicesAll()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 169008 int nStep; /* Rows processed for current object */ 171269 p->nStep = (pState ? pState->nRow : 0); 171753 RBU_STATE_ROW, p->nStep, 171894 p->nStep++; 171898 p->nStep = 0; 171930 if( p->nStep>=p->nFrame ){ 171962 RbuFrame *pFrame = &p->aFrame[p->nStep]; 171965 p->nStep++; 171966 }while( p->nStep<p->nFrame 171967 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector) [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 169020 int nStep; /* Rows processed for current object */ 171281 p->nStep = (pState ? pState->nRow : 0); 171765 RBU_STATE_ROW, p->nStep, 171906 p->nStep++; 171910 p->nStep = 0; 171942 if( p->nStep>=p->nFrame ){ 171974 RbuFrame *pFrame = &p->aFrame[p->nStep]; 171977 p->nStep++; 171978 }while( p->nStep<p->nFrame 171979 && iSector==((p->aFrame[p->nStep].iDbPage-1) / p->nPagePerSector) [all …]
|