Searched refs:p2 (Results 1 – 4 of 4) sorted by relevance
230 char* p2 = strchr(path, '\\'); in adb_dirstart() local233 p = p2; in adb_dirstart()234 else if ( p2 && p2 > p ) in adb_dirstart()235 p = p2; in adb_dirstart()243 char* p2 = strrchr(path, '\\'); in adb_dirstop() local246 p = p2; in adb_dirstop()247 else if ( p2 && p2 > p ) in adb_dirstop()248 p = p2; in adb_dirstop()
275 const char* p2; in do_log_procs() local278 p2 = strchr(p1, ')'); in do_log_procs()281 file_buff_write(log, p2, strlen(p2)); in do_log_procs()
666 const GGLcoord* p2, in edge_setup() argument671 const GGLfixed* bot = p2; in edge_setup()856 const GGLcoord* p2, in aa_edge_setup() argument861 const GGLfixed* bot = p2; in aa_edge_setup()
557 static int compare_entry_tags(const void *p1, const void *p2) { in compare_entry_tags() argument559 uint32_t tag2 = ((camera_metadata_buffer_entry_t*)p2)->tag; in compare_entry_tags()