Home
last modified time | relevance | path

Searched defs:p (Results 1 – 17 of 17) 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
142 Value* p = patches[i]; in PatchMode() local
Dimgdiff.c404 unsigned char* p = img+pos; in ReadImage() local
530 size_t p = 0; in TryReconstruction() local
580 size_t p = 0; in ReconstructDeflateChunk() local
Dapplypatch.c230 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/recovery/
Dscreen_ui.cpp159 float p = progressScopeStart + progress * progressScopeSize; in draw_progress_locked() local
293 float p = 1.0 * elapsed / duration; in progress_loop() local
384 for (char* p = lang; *p; ++p) { in SetLocale() local
Drecovery.cpp434 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/recovery/edify/
Dexpr.c87 int p = 0; in ConcatFn() local
/bootable/recovery/updater/
Dinstall.c461 char* p; in make_parents() local