Searched defs:y (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | resources.c | 42 double pow(double x, double y) { in pow() 135 unsigned int y; in res_create_surface() local 260 int y; in res_create_localized_surface() local
|
D | graphics.c | 215 void gr_font_size(int *x, int *y) in gr_font_size() 221 int gr_text(int x, int y, const char *s) in gr_text() 247 void gr_texticon(int x, int y, gr_surface icon) { in gr_texticon() 266 void gr_fill(int x, int y, int w, int h) in gr_fill()
|
/bootable/recovery/applypatch/ |
D | bsdiff.c | 58 #define MIN(x,y) (((x)<(y)) ? (x) : (y)) argument 172 off_t x,y; in search() local 197 off_t y; in offtout() local
|
D | bspatch.c | 68 off_t y; in offtin() local
|