Searched refs:_i_ (Results 1 – 3 of 3) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | gim_memory.h | 58 for (GUINT _i_=0;_i_<element_count ;++_i_)\ 60 dest_array[_i_] = source_array[_i_];\ 66 for (GUINT _i_=0;_i_<element_count ;++_i_)\ 68 copy_macro(dest_array[_i_],source_array[_i_]);\ 75 for (GUINT _i_=0;_i_<element_count ;++_i_)\ 77 array[_i_] = 0;\ 83 for (GUINT _i_=0;_i_<element_count ;++_i_)\ 85 array[_i_] = constant;\
|
D | gim_linear_math.h | 1330 char _i_,_j_; \ 1332 for (_i_=0; _i_<4; _i_++) { \ 1334 COFACTOR_4X4_IJ (a[_j_][_i_], m, _i_, _j_); \ 1379 char _i_,_j_; \ 1380 for (_i_=0; _i_<4; _i_++) { \ 1382 COFACTOR_4X4_IJ (a[_j_][_i_], m, _i_, _j_); \ 1383 a[_j_][_i_] *= s; \
|
/external/lzma/CPP/Common/ |
D | MyVector.h | 613 #define FOR_VECTOR(_i_, _v_) for (unsigned _i_ = 0; _i_ < (_v_).Size(); _i_++) argument
|