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

  /external/toybox/toys/pending/
fdisk.c 274 int i, end_h, end_s, e_hh = 0, e_ss = 0, ini = 1, dirty = 0; local
282 end_h = p->end_head + 1;
285 e_hh = end_h;
288 } else if (e_hh !=end_h || e_ss != end_s)
    [all...]
  /external/syslinux/memdisk/
setup.c 256 uint8_t end_h, end_s, end_c; member in struct:ptab_entry
550 h = ptab[i].end_h + 1;
    [all...]

Completed in 71 milliseconds