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

  /external/jmonkeyengine/engine/src/android/com/jme3/util/
FastInteger.java 64 int first_digit = 0;
67 first_digit++;
69 int last_digit = first_digit;
82 output[last_digit--] = output[first_digit];
83 output[first_digit++] = tmp;
84 } while (first_digit < last_digit);
96 byte first_digit = 0;
99 first_digit++;
101 byte last_digit = first_digit;
  /external/chromium/chrome/browser/autofill/
credit_card.cc 67 int first_digit = first_two_digits / 10; local
71 if (first_digit == 4)
79 if (first_digit == 36)
104 if (first_digit == 3)
107 if (first_digit == 4)
  /external/bluetooth/glib/gio/
gdummyfile.c 435 int first_digit; local
438 first_digit = g_ascii_xdigit_value (*scanner++);
439 if (first_digit < 0)
446 return (first_digit << 4) | second_digit;
  /external/bluetooth/glib/glib/
gconvert.c 1602 int first_digit; local
    [all...]
  /external/v8/src/
parser.cc 5300 uc32 first_digit = Next(); local
    [all...]

Completed in 234 milliseconds