HomeSort by relevance Sort by last modified time
    Searched refs: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++;
  /system/core/nexus/
WifiNetwork.cpp 511 char *v_next = v_tmp; local
517 while((v_token = strsep(&v_next, " "))) {
548 char *v_next = v_tmp; local
553 while((v_token = strsep(&v_next, " "))) {
573 char *v_next = v_tmp; local
582 while((v_token = strsep(&v_next, " "))) {
603 char *v_next = v_tmp; local
609 while((v_token = strsep(&v_next, " "))) {
638 char *v_next = v_tmp; local
644 while((v_token = strsep(&v_next, " "))) {
    [all...]
  /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;

Completed in 390 milliseconds