Home
last modified time | relevance | path

Searched defs:b (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/
Dmake-overlay.py52 b = base.getpixel((i,j)) variable
Drecovery.cpp516 static int compare_string(const void* a, const void* b) { in compare_string()
/bootable/recovery/minui/
Dresources.c151 unsigned char b = pRow[sx + 2]; in res_create_surface() local
Dgraphics.c204 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) in gr_color()
/bootable/recovery/applypatch/
Dimgdiff.c169 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare()
690 int AreChunksEqual(ImageChunk* a, ImageChunk* b) { in AreChunksEqual()
Dapplypatch.c111 static int compare_size_indices(const void* a, const void* b) { in compare_size_indices()
/bootable/recovery/edify/
Dexpr.c147 int b = BooleanString(v); in AssertFn() local
363 static int fn_entry_compare(const void* a, const void* b) { in fn_entry_compare()
/bootable/recovery/minadbd/
Dtransport.c107 int b = (command >> (n*8)) & 255; in dump_packet() local