Searched defs:x (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/ |
D | common.h | 40 #define STRINGIFY(x) #x argument 41 #define EXPAND(x) STRINGIFY(x) argument
|
D | verifier.h | 24 p256_int x; member
|
D | screen_ui.cpp | 116 int x = (gr_fb_width() - max_stage * gr_get_width(stageMarkerEmpty)) / 2; in draw_background_locked() local
|
/bootable/recovery/minui/ |
D | graphics.cpp | 58 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
|
D | mkfont.c | 7 unsigned char *x; in main() local
|
D | events.cpp | 34 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
|
D | resources.cpp | 167 int x; in transform_rgb_to_draw() local
|
/bootable/recovery/applypatch/ |
D | bsdiff.c | 58 #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/ |
D | services.cpp | 39 void* service_bootstrap_func(void* x) { in service_bootstrap_func()
|