OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_distance
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_zstd.c
331
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
)
/src/external/gpl3/gcc/dist/gcc/
gcse.cc
285
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
;
1123
MAX_DISTANCE
is the maximum distance in instructions this expression can
1128
bool antic_p, bool avail_p, HOST_WIDE_INT
max_distance
,
284
HOST_WIDE_INT
max_distance
;
member in struct:gcse_expr
795
HOST_WIDE_INT
max_distance
;
local
1237
HOST_WIDE_INT
max_distance
= 0;
local
1306
HOST_WIDE_INT
max_distance
= 0;
local
3181
HOST_WIDE_INT
max_distance
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gcse.cc
285
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
;
1122
MAX_DISTANCE
is the maximum distance in instructions this expression can
1128
int avail_p, HOST_WIDE_INT
max_distance
,
284
HOST_WIDE_INT
max_distance
;
member in struct:gcse_expr
795
HOST_WIDE_INT
max_distance
;
local
1236
HOST_WIDE_INT
max_distance
= 0;
local
1305
HOST_WIDE_INT
max_distance
= 0;
local
3166
HOST_WIDE_INT
max_distance
;
local
[
all
...]
/src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c
8146
offsetT
max_distance
= exp->X_add_number;
8154
max_distance
+= (S_GET_VALUE (symbolP) - target_frag->fr_address);
8161
while (fragP != NULL && fragP != target_frag &&
max_distance
<= MAX_IMMED6)
8163
max_distance
+= unrelaxed_frag_max_size (fragP);
8166
if (
max_distance
<= MAX_IMMED6 && fragP == target_frag)
8134
offsetT
max_distance
= exp->X_add_number;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c
8146
offsetT
max_distance
= exp->X_add_number;
8154
max_distance
+= (S_GET_VALUE (symbolP) - target_frag->fr_address);
8161
while (fragP != NULL && fragP != target_frag &&
max_distance
<= MAX_IMMED6)
8163
max_distance
+= unrelaxed_frag_max_size (fragP);
8166
if (
max_distance
<= MAX_IMMED6 && fragP == target_frag)
8134
offsetT
max_distance
= exp->X_add_number;
local
Completed in 43 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026