Searched refs:curr_ptr (Results 1 – 1 of 1) sorted by relevance
53 char *curr_ptr; in strrchr_ea() local66 curr_ptr = __cache_fetch (end_of_string_ea - 1); in strrchr_ea()71 while (curr_ptr >= start_of_cachline_local) in strrchr_ea()73 if (*curr_ptr == (char) c) in strrchr_ea()75 start_of_cacheline_ea, curr_ptr); in strrchr_ea()76 curr_ptr--; in strrchr_ea()77 if (curr_ptr < string_start_local) in strrchr_ea()84 curr_ptr = __cache_fetch (start_of_cacheline_ea + 128); in strrchr_ea()