Home
last modified time | relevance | path

Searched defs:h (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/
Dmake-overlay.py49 h, w = base.size variable
66 h = maxmaxj - minminj + 1 variable
Drecovery.c407 char** h = new_headers; in prepend_title() local
/bootable/bootloader/legacy/libboot/
Dtags_serialno.c42 struct tag_handler h; in tags_get_serialno() local
Dtags_revision.c43 struct tag_handler h; in tags_get_revision() local
Dtags_cmdline.c41 struct tag_handler h; in tags_get_cmdline() local
Dtags.c54 struct tag_handler *h = handlers + n; in tags_parse() local
/bootable/recovery/applypatch/
Dbsdiff.c60 static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) in split()
124 off_t i,h,len; in qsufsort() local
/bootable/recovery/minui/
Dgraphics.c237 void gr_fill(int x, int y, int w, int h) in gr_fill()
244 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()