/bootable/recovery/applypatch/ |
D | utils.c | 42 unsigned char* p = pv; in Read2() local 48 unsigned char* p = pv; in Read4() local 56 unsigned char* p = pv; in Read8() local
|
D | main.c | 91 Value* p = (*patches)[i]; in ParsePatchArgs() local 127 Value* p = patches[i]; in PatchMode() local
|
D | imgdiff.c | 396 unsigned char* p = img+pos; in ReadImage() local 522 size_t p = 0; in TryReconstruction() local 572 size_t p = 0; in ReconstructDeflateChunk() local
|
D | applypatch.c | 229 char* p = (char*)file->data; in LoadPartitionContents() local
|
/bootable/recovery/minadbd/ |
D | transport_usb.c | 28 static inline void fix_endians(apacket *p) in fix_endians() 42 #define fix_endians(p) do {} while (0) argument 49 static int remote_read(apacket *p, atransport *t) in remote_read() 78 static int remote_write(apacket *p, atransport *t) in remote_write()
|
D | adb.c | 74 const char* p = getenv("ADB_TRACE"); in adb_trace_init() local 133 apacket *p = malloc(sizeof(apacket)); in get_apacket() local 139 void put_apacket(apacket *p) in put_apacket() 158 void print_packet(const char *label, apacket *p) in print_packet() 199 apacket *p = get_apacket(); in send_ready() local 209 apacket *p = get_apacket(); in send_close() local 285 void handle_packet(apacket *p, atransport *t) in handle_packet()
|
D | transport.c | 98 dump_packet(const char* name, const char* func, apacket* p) in dump_packet() 139 char *p = (char*)ppacket; /* really read a packet address */ in read_packet() local 170 char *p = (char*) ppacket; /* we really write the packet address */ in write_packet() local 203 apacket *p = 0; in transport_socket_events() local 212 void send_packet(apacket *p, atransport *t) in send_packet() 258 apacket *p; in output_thread() local 313 apacket *p; in input_thread() local 381 char *p = (char*)m; in transport_read_action() local 403 char *p = (char*)m; in transport_write_action() local 734 char *p = ptr; in readx() local [all …]
|
D | sockets.c | 130 static int local_socket_enqueue(asocket *s, apacket *p) in local_socket_enqueue() 201 apacket *p, *n; in local_socket_destroy() local 266 apacket *p; in local_socket_event_func() local 314 apacket *p = get_apacket(); in local_socket_event_func() local 424 static int remote_socket_enqueue(asocket *s, apacket *p) in remote_socket_enqueue() 440 apacket *p = get_apacket(); in remote_socket_ready() local 451 apacket *p = get_apacket(); in remote_socket_close() local 503 apacket *p = get_apacket(); in connect_to_remote() local 596 static int smart_socket_enqueue(asocket *s, apacket *p) in smart_socket_enqueue()
|
D | sysdeps.h | 228 char* p = strchr(path, '/'); in adb_dirstart() local 241 char* p = strrchr(path, '/'); in adb_dirstop() local
|
D | adb.h | 358 #define print_packet(tag,p) do {} while (0) argument
|
/bootable/bootloader/legacy/libc/ |
D | sha.c | 13 uint8_t* p = ctx->buf.b; in SHA1_Transform() local 72 const uint8_t* p = (const uint8_t*)data; in SHA_update() local 87 uint8_t *p = ctx->buf.b; in SHA_final() local 113 const uint8_t* p; in SHA() local
|
D | xprintf.c | 88 char *p = scratch + 15; in __xprintf() local 101 char *p = scratch + 15; in __xprintf() local
|
D | memset.c | 31 unsigned char *p = _p; in memset() local
|
/bootable/bootloader/legacy/nandwrite/ |
D | nandwrite.c | 44 void verify_flash(ptentry *p, void *addr, unsigned len, int extra) in verify_flash() 73 ptentry *p; in handle_flash() local 135 ptentry *p; in handle_dump() local
|
/bootable/recovery/ |
D | screen_ui.cpp | 144 float p = progressScopeStart + progress * progressScopeSize; in draw_progress_locked() local 260 float p = 1.0 * elapsed / duration; in progress_loop() local
|
D | recovery.cpp | 419 const char* const* p; in prepend_title() local
|
/bootable/recovery/mtdutils/ |
D | mtdutils.c | 97 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_scan_partitions() local 143 MtdPartition *p = &g_mtd_state.partitions[mtdnum]; in mtd_scan_partitions() local 181 MtdPartition *p = &g_mtd_state.partitions[i]; in mtd_find_partition_by_name() local
|
/bootable/recovery/minzip/ |
D | DirUtil.c | 115 char *p = cpath; in dirCreateHierarchy() local
|
D | Zip.c | 889 char *p = helper->buf; in targetEntryPath() local
|
/bootable/bootloader/legacy/usbloader/ |
D | main.c | 113 ptentry *p; in boot_linux_from_flash() local
|
/bootable/recovery/edify/ |
D | expr.c | 87 int p = 0; in ConcatFn() local
|