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

  /external/bluetooth/glib/glib/
gutf8.c 1847 gint remaining_bytes, valid_bytes; local
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1000 gint remaining_bytes, valid_bytes; local
1004 remaining_bytes = strlen (name);
1006 while (remaining_bytes != 0)
1008 if (g_utf8_validate (remainder, remaining_bytes, &invalid))
1013 string = g_string_sized_new (remaining_bytes);
1019 remaining_bytes -= valid_bytes + 1;
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 1461 int64 remaining_bytes = remaining_data(); local
1490 int64 remaining_bytes = remaining_data(); local
    [all...]

Completed in 400 milliseconds