Home
last modified time | relevance | path

Searched refs:b (Results 1 – 20 of 20) sorted by relevance

/bootable/bootloader/legacy/nandwrite/
Dinit.S32 b start
34 b .
36 b .
38 b .
40 b .
42 b .
44 b .
46 b .
66 ble 1b
78 b .
Dnandwrite.c117 unsigned char *b = ptr; in hexdump() local
120 dprintf("%x: ", (unsigned) b); in hexdump()
122 dprintf("%b ", *b++); in hexdump()
124 dprintf("\n%x: ", (unsigned) b); in hexdump()
/bootable/bootloader/legacy/usbloader/
Dinit.S35 b start
37 b .
39 b .
41 b .
43 b .
45 b .
47 b .
49 b .
62 bne 1b
84 ble 1b
[all …]
/bootable/bootloader/legacy/libc/
Dstrcmp.c29 int strcmp(const char *a, const char *b) in strcmp() argument
31 while(*a && *b) { in strcmp()
32 if(*a++ != *b++) return 1; in strcmp()
34 if(*a || *b) return 1; in strcmp()
Dmemcmp.c32 char *b = _b; in memcmp() local
35 if(*a++ != *b++) return 1; in memcmp()
Drsa.c58 const uint32_t* b) { in montMulAdd() argument
59 uint64_t A = (uint64_t)a * b[0] + c[0]; in montMulAdd()
65 A = (A >> 32) + (uint64_t)a * b[i] + c[i]; in montMulAdd()
83 const uint32_t* b) { in montMul() argument
89 montMulAdd(key, c, a[i], b); in montMul()
/bootable/bootloader/legacy/arch_msm7k/
Dgpio.c127 unsigned b; in gpio_output_enable() local
130 if((r = find_gpio(n, &b)) == 0) return; in gpio_output_enable()
134 writel(v | b, r->oe); in gpio_output_enable()
136 writel(v & (~b), r->oe); in gpio_output_enable()
143 unsigned b; in gpio_write() local
146 if((r = find_gpio(n, &b)) == 0) return; in gpio_write()
150 writel(v | b, r->out); in gpio_write()
152 writel(v & (~b), r->out); in gpio_write()
159 unsigned b; in gpio_read() local
161 if((r = find_gpio(n, &b)) == 0) return 0; in gpio_read()
[all …]
/bootable/recovery/edify/
DREADME48 "a b"
49 a + " " + b
50 "a" + " " + "b"
53 concat(a, " ", "b")
54 "concat"(a, " ", "b")
59 ("con" + "cat")(a, " ", b) # syntax error!
102 concat(a;b;c, d, e;f) # evaluates to "cdf"
Dexpr.c147 int b = BooleanString(v); in AssertFn() local
149 if (!b) { in AssertFn()
363 static int fn_entry_compare(const void* a, const void* b) { in fn_entry_compare() argument
365 const char* nb = ((const NamedFunction*)b)->name; in fn_entry_compare()
/bootable/recovery/
Dmake-overlay.py52 b = base.getpixel((i,j)) variable
54 if b != t:
Drecovery.c467 static int compare_string(const void* a, const void* b) { in compare_string() argument
468 return strcmp(*(const char**)a, *(const char**)b); in compare_string()
DNOTICE110 (b) You must cause any modified files to carry prominent notices
/bootable/recovery/minui/
Dresources.c145 unsigned char b = pRow[sx + 2]; in res_create_surface() local
149 pRow[dx + 2] = b; // b in res_create_surface()
Dminui.h34 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a);
Dgraphics.c189 void gr_color(unsigned char r, unsigned char g, unsigned char b, unsigned char a) in gr_color() argument
195 color[2] = ((b << 8) | b) + 1; in gr_color()
/bootable/recovery/applypatch/
Dimgdiff.c161 static int fileentry_compare(const void* a, const void* b) { in fileentry_compare() argument
163 int bo = ((ZipFileEntry*)b)->data_offset; in fileentry_compare()
682 int AreChunksEqual(ImageChunk* a, ImageChunk* b) { in AreChunksEqual() argument
683 if (a->type != b->type) return 0; in AreChunksEqual()
687 return a->len == b->len && memcmp(a->data, b->data, a->len) == 0; in AreChunksEqual()
690 return a->deflate_len == b->deflate_len && in AreChunksEqual()
691 memcmp(a->deflate_data, b->deflate_data, a->deflate_len) == 0; in AreChunksEqual()
Dapplypatch.c104 static int compare_size_indices(const void* a, const void* b) { in compare_size_indices() argument
106 int bb = *(int*)b; in compare_size_indices()
Dapplypatch.sh294 run_command ls /cache/recovery/otatest/b.file && fail # was deleted
/bootable/bootloader/legacy/include/boot/
Dboot.h94 int memcmp(const void *a, const void *b, unsigned len);
/bootable/bootloader/legacy/
Dfastboot_protocol.txt36 b. FAIL -> the requested command failed. The remaining 60 bytes
59 b. FAIL -> display the remaining 60 bytes (if present) as a failure