Home
last modified time | relevance | path

Searched refs:end_list (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/support/
Dprofile_helpers.c68 static void end_list(struct profile_string_list *list, char ***ret_list) in end_list() function
171 end_list(&values, ret_values); in profile_get_values()
175 end_list(&values, 0); in profile_get_values()
209 end_list(&values, ret_names); in profile_get_subsection_names()
213 end_list(&values, 0); in profile_get_subsection_names()
251 end_list(&values, ret_names); in profile_get_relation_names()
255 end_list(&values, 0); in profile_get_relation_names()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c6256 jump_list *end_list; in compile_char1_matchingpath() local
6315 end_list = NULL; in compile_char1_matchingpath()
6317 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
6319 check_str_end(common, &end_list); in compile_char1_matchingpath()
6323 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()
6385 end_list = NULL; in compile_char1_matchingpath()
6387 add_jump(compiler, &end_list, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in compile_char1_matchingpath()
6389 check_str_end(common, &end_list); in compile_char1_matchingpath()
6396 set_jumps(end_list, LABEL()); in compile_char1_matchingpath()