Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dbootchart.c274 const char* p1; in do_log_procs() local
277 p1 = strchr(buff, '('); in do_log_procs()
278 p2 = strchr(p1, ')'); in do_log_procs()
279 file_buff_write(log, buff, p1+1-buff); in do_log_procs()
/system/core/libpixelflinger/
Dtrap.cpp665 const GGLcoord* p1, in edge_setup() argument
670 const GGLfixed* top = p1; in edge_setup()
855 const GGLcoord* p1, in aa_edge_setup() argument
860 const GGLfixed* top = p1; in aa_edge_setup()
/system/media/camera/src/
Dcamera_metadata.c557 static int compare_entry_tags(const void *p1, const void *p2) { in compare_entry_tags() argument
558 uint32_t tag1 = ((camera_metadata_buffer_entry_t*)p1)->tag; in compare_entry_tags()