Home
last modified time | relevance | path

Searched defs:p (Results 1 – 21 of 21) sorted by relevance

/bootable/recovery/applypatch/
Dutils.c42 unsigned char* p = pv; in Read2() local
48 unsigned char* p = pv; in Read4() local
56 unsigned char* p = pv; in Read8() local
Dmain.c91 Value* p = (*patches)[i]; in ParsePatchArgs() local
127 Value* p = patches[i]; in PatchMode() local
Dimgdiff.c396 unsigned char* p = img+pos; in ReadImage() local
522 size_t p = 0; in TryReconstruction() local
572 size_t p = 0; in ReconstructDeflateChunk() local
Dapplypatch.c229 char* p = (char*)file->data; in LoadPartitionContents() local
/bootable/recovery/minadbd/
Dtransport_usb.c28 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()
Dadb.c74 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()
Dtransport.c98 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 …]
Dsockets.c130 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()
Dsysdeps.h228 char* p = strchr(path, '/'); in adb_dirstart() local
241 char* p = strrchr(path, '/'); in adb_dirstop() local
Dadb.h358 #define print_packet(tag,p) do {} while (0) argument
/bootable/bootloader/legacy/libc/
Dsha.c13 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
Dxprintf.c88 char *p = scratch + 15; in __xprintf() local
101 char *p = scratch + 15; in __xprintf() local
Dmemset.c31 unsigned char *p = _p; in memset() local
/bootable/bootloader/legacy/nandwrite/
Dnandwrite.c44 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/
Dscreen_ui.cpp144 float p = progressScopeStart + progress * progressScopeSize; in draw_progress_locked() local
260 float p = 1.0 * elapsed / duration; in progress_loop() local
Drecovery.cpp419 const char* const* p; in prepend_title() local
/bootable/recovery/mtdutils/
Dmtdutils.c97 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/
DDirUtil.c115 char *p = cpath; in dirCreateHierarchy() local
DZip.c889 char *p = helper->buf; in targetEntryPath() local
/bootable/bootloader/legacy/usbloader/
Dmain.c113 ptentry *p; in boot_linux_from_flash() local
/bootable/recovery/edify/
Dexpr.c87 int p = 0; in ConcatFn() local