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

  /external/bluetooth/glib/gio/
gdummyfile.c 436 int second_digit; local
442 second_digit = g_ascii_xdigit_value (*scanner++);
443 if (second_digit < 0)
446 return (first_digit << 4) | second_digit;
  /external/bluetooth/glib/glib/
gconvert.c 1603 int second_digit; local
    [all...]

Completed in 188 milliseconds