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

  /external/toybox/toys/pending/
fdisk.c 812 static sector_t ask_start_sector(int idx, sector_t* begin, sector_t* end, int ext_idx)
828 if (!begin[ext_idx] && extended_offset) begin[ext_idx] = extended_offset;
829 start = begin[ext_idx] + offset;
830 limit = end[ext_idx];
867 static sector_t ask_end_sector(int idx, sector_t* begin, sector_t* end, int ext_idx, sector_t start_sec)
880 if (idx >= 4) limit = end[ext_idx];
916 int i, ext_idx = -1; local
935 if (IS_EXTENDED(p->sys_ind)) ext_idx = i;
937 start = ask_start_sector(idx, begin_sec, end_sec, ext_idx);
1084 int i, j, ext_idx = -1; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 2883 char *ext_idx = strrchr(dbus_module_path, '\\\\'); local
    [all...]

Completed in 164 milliseconds