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

  /packages/inputmethods/PinyinIME/jni/share/
spellingtable.cpp 45 size_t v_next = value; local
47 size_t v_next_sqrt = (size_t)sqrt(v_next);
51 if (v_next % v_dv == 0) {
58 return v_next;
60 v_next++;
  /external/freetype/src/base/
ftoutln.c 886 FT_Vector v_prev, v_first, v_next, v_cur; local
934 v_next = points[n + 1];
936 v_next = v_first;
942 out.x = v_next.x - v_cur.x;
943 out.y = v_next.y - v_cur.y;
963 v_cur = v_next;
  /external/opencv/cxcore/src/
cxdatastructs.cpp 3815 struct CvTreeNode* v_next; \/* 2nd next sequence *\/ member in struct:CvTreeNode
    [all...]

Completed in 2031 milliseconds