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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
H A Dgim_memory.h162 inline void gim_swap_elements(T* _array,size_t _i,size_t _j) argument
165 _array[_i] = _array[_j];
166 _array[_j] = _e_tmp_;
171 inline void gim_swap_elements_memcpy(T* _array,size_t _i,size_t _j) argument
175 gim_simd_memcpy(&_array[_i],&_array[_j],sizeof(T));
176 gim_simd_memcpy(&_array[_j],_e_tmp_,sizeof(T));
180 inline void gim_swap_elements_ptr(char * _array,size_t _i,size_t _j) argument
184 _j*=SIZE;
186 gim_simd_memcpy(_array+_i,_array+_j,SIZE);
187 gim_simd_memcpy(_array+_j,_e_tmp
[all...]
H A Dgim_radixsort.h282 GUINT _j = _end_i+1; local
283 while (_i < _j)
285 _k = (_j+_i-1)/2;
298 _j = _k;
324 GUINT _j = _end_i+1; local
326 while(_i < _j)
328 _k = (_j+_i-1)/2;
340 _j = _k;
/external/opencv3/modules/imgproc/test/
H A Dtest_approxpoly.cpp168 int* _j, int Count )
211 for( j = *_j; j < Count; j++ )
223 *_j = j;
166 check_slice( CvPoint StartPt, CvPoint EndPt, CvSeqReader* SrcReader, float Eps, int* _j, int Count ) argument

Completed in 255 milliseconds