Searched defs:x (Results 1 – 15 of 15) sorted by relevance
/bootable/bootloader/legacy/libboot/ |
D | init.c | 36 unsigned x; in call_init_hooks() local
|
D | tags.c | 31 #define DBG(x...) do{}while(0) argument
|
/bootable/recovery/minui/ |
D | mkfont.c | 7 unsigned char *x; in main() local
|
D | resources.c | 40 double pow(double x, double y) { in pow() 139 int x; in res_create_surface() local
|
D | graphics.c | 205 void gr_font_size(int *x, int *y) in gr_font_size() 211 int gr_text(int x, int y, const char *s) in gr_text() 237 void gr_fill(int x, int y, int w, int h) in gr_fill()
|
D | events.c | 31 #define BITS_TO_LONGS(x) (((x) + BITS_PER_LONG - 1) / BITS_PER_LONG) argument
|
/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/ |
D | common.h | 88 #define STRINGIFY(x) #x argument 89 #define EXPAND(x) STRINGIFY(x) argument
|
/bootable/bootloader/legacy/arch_msm7k/ |
D | clock.c | 247 unsigned *x = tbl; in arm11_clock_test() local 266 unsigned *x = tbl; in arm11_clock_init() local
|
D | mddi_console.c | 38 unsigned x, y, data; in drawglyph() local
|
D | hsusb.c | 35 #define DBG(x...) do {} while(0) argument 37 #define DBG(x...) dprintf(x) argument
|
/bootable/diskinstaller/editdisklbl/ |
D | editdisklbl.c | 61 int x; in parse_args() local
|
/bootable/bootloader/legacy/usbloader/ |
D | main.c | 192 void xdcc_putc(unsigned x) in xdcc_putc()
|
D | usbloader.c | 300 static unsigned hex2unsigned(char *x) in hex2unsigned()
|
/bootable/diskinstaller/ |
D | installer.c | 389 int x; in main() local
|