Home
last modified time | relevance | path

Searched defs:x (Results 1 – 9 of 9) sorted by relevance

/bootable/recovery/
Dcommon.h40 #define STRINGIFY(x) #x argument
41 #define EXPAND(x) STRINGIFY(x) argument
Dverifier.h24 p256_int x; member
Dscreen_ui.cpp116 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2; in draw_background_locked() local
/bootable/recovery/minui/
Dgraphics.cpp58 static bool outside(int x, int y) in outside()
68 void gr_font_size(int *x, int *y) in gr_font_size()
106 void gr_text(int x, int y, const char *s, bool bold) in gr_text()
137 void gr_texticon(int x, int y, GRSurface* icon) { in gr_texticon()
180 for (int x = 0; x < gr_draw->width; ++x) { in gr_clear() local
203 int x, y; in gr_fill() local
215 int x, y; in gr_fill() local
Dmkfont.c7 unsigned char *x; in main() local
Devents.cpp34 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
Dresources.cpp167 int x; in transform_rgb_to_draw() local
/bootable/recovery/applypatch/
Dbsdiff.c58 #define MIN(x,y) (((x)<(y)) ? (x) : (y)) argument
62 off_t i,j,k,x,tmp,jj,kk; in split() local
172 off_t x,y; in search() local
195 static void offtout(off_t x,u_char *buf) in offtout()
/bootable/recovery/minadbd/
Dservices.cpp39 void* service_bootstrap_func(void* x) { in service_bootstrap_func()