Searched defs:endIdxL (Results 1 - 1 of 1) sorted by relevance

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DScanner.c1111 uint32 endIdxL = ptrA->outCountE; /* end index */ local
1119 while( endIdxL - begIdxL > 1 )
1130 for( iL = begIdxL; iL < endIdxL; iL++ )
1166 for( iL = endIdxL - 1; iL > begIdxL; iL-- )
1194 endIdxL--;
1195 *x2pL = outArrL[ endIdxL * 4 + 0 ];
1196 *y2pL = outArrL[ endIdxL * 4 + 1 ];
1197 *s2pL = outArrL[ endIdxL * 4 + 2 ];
1198 *a2pL = outArrL[ endIdxL * 4 + 3 ];
1205 ptrA->outCountE = endIdxL;
1218 uint32 endIdxL = ptrA->intCountE; /* end index */ local
[all...]

Completed in 101 milliseconds