Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dbsdiff.cpp60 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/
Dresources.cpp420 int h = (row[3] << 8) | row[2]; in res_create_localized_alpha_surface() local
Dgraphics.cpp229 void gr_blit(GRSurface* source, int sx, int sy, int w, int h, int dx, int dy) { in gr_blit()