Searched refs:end_head (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/trace-viewer/third_party/Paste/paste/cowbell/ |
D | __init__.py | 84 end_head = re.search(r'</head>', body, re.I) 85 if end_head: 86 return body[:end_head.start()] + text + body[end_head.end():]
|
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.h | 67 unsigned char end_head; member
|
/external/toybox/toys/pending/ |
D | fdisk.c | 52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member 117 p->end_head = end % g_heads; in set_hsc() 282 end_h = p->end_head + 1; in physical_HS() 420 physeh = p->end_head; in consistency_check() 1108 check(i + 1, p->end_head, p->end_sector, p->end_cyl, end_sec[i]); in verify_table() 1207 p->end_head, in print_partitions_list()
|