Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-xtensa.c7092 offsetT max_distance = expr->X_add_number; in is_narrow_branch_guaranteed_in_range() local
7100 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address); in is_narrow_branch_guaranteed_in_range()
7107 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6) in is_narrow_branch_guaranteed_in_range()
7109 max_distance += unrelaxed_frag_max_size (fragP); in is_narrow_branch_guaranteed_in_range()
7112 if (max_distance <= MAX_IMMED6 && fragP == target_frag) in is_narrow_branch_guaranteed_in_range()
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp.c7764 int max_distance = 2; in S_handle_possible_posix()
8093 if (++punct_count > max_distance) { in S_handle_possible_posix()
8138 || punct_count > max_distance) in S_handle_possible_posix()
8311 int temp_max = max_distance; /* Use a temporary, so if we in S_handle_possible_posix()
7667 int max_distance = 2; S_handle_possible_posix() local