Searched defs:p2 (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dbootchart.c275 const char* p2; local
278 p2 = strchr(p1, ')');
281 file_buff_write(log, p2, strlen(p2));
/system/core/adb/
H A Dsysdeps.h230 char* p2 = strchr(path, '\\'); local
233 p = p2;
234 else if ( p2 && p2 > p )
235 p = p2;
243 char* p2 = strrchr(path, '\\'); local
246 p = p2;
247 else if ( p2 && p2 > p )
248 p = p2;
[all...]
/system/media/camera/src/
H A Dcamera_metadata.c358 static int compare_entry_tags(const void *p1, const void *p2) { argument
360 uint32_t tag2 = ((camera_metadata_buffer_entry_t*)p2)->tag;
/system/core/libpixelflinger/
H A Dtrap.cpp666 const GGLcoord* p2,
671 const GGLfixed* bot = p2;
856 const GGLcoord* p2,
861 const GGLfixed* bot = p2;
662 edge_setup( Edge* edges, int* pcount, const GGLcoord* p1, const GGLcoord* p2, int32_t ymin, int32_t ymax ) argument
852 aa_edge_setup( AAEdge* edges, int* pcount, const GGLcoord* p1, const GGLcoord* p2, int32_t ymin, int32_t ymax ) argument

Completed in 86 milliseconds