HomeSort by relevance Sort by last modified time
    Searched refs:new_num (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/PinyinIME/jni/share/
dictlist.cpp 266 size_t new_num = 0; local
279 npre_items[new_num] = npre_items[i];
280 new_num++;
283 return new_num;
  /external/opencv/cvaux/src/
_cvvm.h 273 int* *new_mr, int* new_num);
cvlmeds.cpp 64 int new_num; local
130 done = icvBoltingPoints( ml, mr, num, F, Mj, &new_ml, &new_mr, &new_num );
141 error = icvPoints8( new_ml, new_mr, new_num, F );
489 int num, double *F, double Mj, int **new_ml, int **new_mr, int *new_num )
534 *new_num = length;
    [all...]

Completed in 63 milliseconds