Searched refs:jj (Results 1 - 4 of 4) sorted by relevance
/hardware/invensense/mlsdk/mllite/ |
H A D | mlstates.c | 221 int kk, jj; local 232 for (jj = kk + 1; 233 jj < sStateChangeCallbacks.numStateChangeCallbacks; ++jj) { 234 sStateChangeCallbacks.stateChangeCallbacks[jj - 1] = 235 sStateChangeCallbacks.stateChangeCallbacks[jj];
|
H A D | ml.c | 409 int kk, jj; local 414 for (jj = kk + 1; jj < mlxCallbackInterrupt.numInterruptProcesses; 415 ++jj) { 416 mlxCallbackInterrupt.processInterruptCb[jj - 1] = 417 mlxCallbackInterrupt.processInterruptCb[jj];
|
H A D | mlFIFO.c | 2194 int kk, jj; local 2205 for (jj = kk + 1; jj < fifo_rate_obj.num_cb; ++jj) { 2206 fifo_rate_obj.fifo_process_cb[jj - 1] = 2207 fifo_rate_obj.fifo_process_cb[jj]; 2208 fifo_rate_obj.priority[jj - 1] = 2209 fifo_rate_obj.priority[jj];
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
H A D | AacEncTest.c | 534 int status,fdmax,jj,kk,k; local 729 jj=0; 730 APP_IPRINT("%d :: APP: AAC ENC Test --- will call [%d] time for encoder\n",__LINE__, jj+1); 731 for(jj=0; jj<testcnt1; jj++) 737 APP_IPRINT ("%d :: TC-5 counter = %d\n",__LINE__,jj);
|
Completed in 73 milliseconds