Searched refs:max_distance (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcse.c285 HOST_WIDE_INT max_distance;
801 /* PRE doesn't implement max_distance restriction. */
804 HOST_WIDE_INT max_distance;
812 max_distance
814 if (max_distance == 0)
817 gcc_assert (max_distance > 0);
820 max_distance = 0;
823 *max_distance_ptr = max_distance;
1129 int avail_p, HOST_WIDE_INT max_distance,
1173 gcc_assert (max_distance >
284 HOST_WIDE_INT max_distance; member in struct:gcse_expr
795 HOST_WIDE_INT max_distance; local
1118 insert_expr_in_table(rtx x, machine_mode mode, rtx_insn *insn, int antic_p, int avail_p, HOST_WIDE_INT max_distance, struct gcse_hash_table_d *table) argument
1237 HOST_WIDE_INT max_distance = 0; local
1306 HOST_WIDE_INT max_distance = 0; local
3185 HOST_WIDE_INT max_distance; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcse.cc285 HOST_WIDE_INT max_distance;
801 /* PRE doesn't implement max_distance restriction. */
804 HOST_WIDE_INT max_distance;
812 max_distance
814 if (max_distance == 0)
817 gcc_assert (max_distance > 0);
820 max_distance = 0;
823 *max_distance_ptr = max_distance;
1128 int avail_p, HOST_WIDE_INT max_distance,
1172 gcc_assert (max_distance >
284 HOST_WIDE_INT max_distance; member in struct:gcse_expr
795 HOST_WIDE_INT max_distance; local
1117 insert_expr_in_table(rtx x, machine_mode mode, rtx_insn *insn, int antic_p, int avail_p, HOST_WIDE_INT max_distance, struct gcse_hash_table_d *table) argument
1236 HOST_WIDE_INT max_distance = 0; local
1305 HOST_WIDE_INT max_distance = 0; local
3166 HOST_WIDE_INT max_distance; local
[all...]
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_add_filter_zstd.c331 int max_distance = ((int)(sizeof(size_t) == 4 ? 30 : 31)); local
332 if (((int)long_distance) < 10 || (int)long_distance > max_distance)
339 int max_distance = ((int)(sizeof(size_t) == 4 ? 30 : 31)); local
340 if (((int)long_distance) < 10 || (int)long_distance > max_distance)
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_zfetch.c65 SYSCTL_UINT(_vfs_zfs_zfetch, OID_AUTO, max_distance, CTLFLAG_RWTUN,
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c8154 offsetT max_distance = exp->X_add_number;
8162 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address);
8169 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6)
8171 max_distance += unrelaxed_frag_max_size (fragP);
8174 if (max_distance <= MAX_IMMED6 && fragP == target_frag)
8092 offsetT max_distance = exp->X_add_number; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c8154 offsetT max_distance = exp->X_add_number;
8162 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address);
8169 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6)
8171 max_distance += unrelaxed_frag_max_size (fragP);
8174 if (max_distance <= MAX_IMMED6 && fragP == target_frag)
8142 offsetT max_distance = exp->X_add_number; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-xtensa.c8155 offsetT max_distance = exp->X_add_number;
8163 max_distance += (S_GET_VALUE (symbolP) - target_frag->fr_address);
8170 while (fragP != NULL && fragP != target_frag && max_distance <= MAX_IMMED6)
8172 max_distance += unrelaxed_frag_max_size (fragP);
8175 if (max_distance <= MAX_IMMED6 && fragP == target_frag)
8143 offsetT max_distance = exp->X_add_number; local

Completed in 196 milliseconds