Home
last modified time | relevance | path

Searched refs:newpos1 (Results 1 – 25 of 119) sorted by relevance

12345

/dports/archivers/lzip/lzip-1.22/
H A Dfast_encoder.cc42 int newpos1 = prev_positions[key4]; in longest_match_len() local
50 if( newpos1 <= 0 || --count < 0 || in longest_match_len()
51 ( delta = pos1 - newpos1 ) > dictionary_size ) { *ptr0 = 0; break; } in longest_match_len()
65 *ptr0 = newpos1; in longest_match_len()
67 newpos1 = *ptr0; in longest_match_len()
H A Dencoder.cc86 int newpos1 = prev_positions[key4]; in get_match_pairs() local
95 if( newpos1 <= min_pos || --count < 0 ) { *ptr0 = *ptr1 = 0; break; } in get_match_pairs()
97 const int delta = pos1 - newpos1; in get_match_pairs()
119 *ptr0 = newpos1; in get_match_pairs()
121 newpos1 = *ptr0; in get_match_pairs()
126 *ptr1 = newpos1; in get_match_pairs()
128 newpos1 = *ptr1; in get_match_pairs()
/dports/archivers/lzlib/lzlib-1.12/
H A Dfast_encoder.c26 int maxlen = 0, newpos1, count; in FLZe_longest_match_len() local
31 newpos1 = fe->eb.mb.prev_positions[fe->key4]; in FLZe_longest_match_len()
38 if( newpos1 <= 0 || --count < 0 || in FLZe_longest_match_len()
39 ( delta = pos1 - newpos1 ) > fe->eb.mb.dictionary_size ) in FLZe_longest_match_len()
54 *ptr0 = newpos1; in FLZe_longest_match_len()
56 newpos1 = *ptr0; in FLZe_longest_match_len()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/
H A DTestSeekBug.java99 int newpos1 = 100000 + 128 + 4; in smallReadSeek() local
100 stmRaw.seek(newpos1); in smallReadSeek()
102 checkAndEraseData(actual, newpos1, expected, "Small Seek Bug 1"); in smallReadSeek()
105 int newpos2 = newpos1 + 256; in smallReadSeek()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestSeekBug.java104 int newpos1 = 100000 + 128 + 4; in smallReadSeek() local
105 stmRaw.seek(newpos1); in smallReadSeek()
107 checkAndEraseData(actual, newpos1, expected, "Small Seek Bug 1"); in smallReadSeek()
110 int newpos2 = newpos1 + 256; in smallReadSeek()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dcfgcleanup.c1949 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1953 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2002 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2151 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2155 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2158 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2161 while (DEBUG_INSN_P (newpos1) in try_crossjump_to_edge()
2162 || (NOTE_P (newpos1) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgcleanup.c1936 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1940 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1989 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2138 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2139 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2141 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2142 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2145 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2148 while (DEBUG_INSN_P (newpos1) in try_crossjump_to_edge()
2149 || (NOTE_P (newpos1) in try_crossjump_to_edge()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dcfgcleanup.c1949 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1953 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2002 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2151 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2155 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2158 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2161 while (DEBUG_INSN_P (newpos1) in try_crossjump_to_edge()
2162 || (NOTE_P (newpos1) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dcfgcleanup.c1949 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1953 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2002 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2151 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2155 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2158 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2161 while (DEBUG_INSN_P (newpos1) in try_crossjump_to_edge()
2162 || (NOTE_P (newpos1) in try_crossjump_to_edge()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcfgcleanup.c1854 rtx newpos1, newpos2; in try_crossjump_to_edge() local
1858 newpos1 = newpos2 = NULL_RTX; in try_crossjump_to_edge()
1913 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
1924 SWAP (rtx, newpos1, newpos2); in try_crossjump_to_edge()
2086 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2087 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2089 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2090 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2093 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2095 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcfgcleanup.c1876 rtx newpos1, newpos2; in try_crossjump_to_edge() local
1880 newpos1 = newpos2 = NULL_RTX; in try_crossjump_to_edge()
1935 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
1946 SWAP (rtx, newpos1, newpos2); in try_crossjump_to_edge()
2108 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2109 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2111 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2112 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2115 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2117 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgcleanup.c1943 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1947 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1996 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2011 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2145 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2146 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2148 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2149 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcfgcleanup.c1954 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1958 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2007 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2022 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2156 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2157 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2159 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2160 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2163 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2165 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dcfgcleanup.c1949 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1953 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2002 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2017 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2151 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2155 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2158 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2160 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcfgcleanup.c1901 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1905 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1961 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
1962 src1 = BLOCK_FOR_INSN (newpos1); in try_crossjump_to_edge()
2130 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2131 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2133 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2134 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2137 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2139 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dcfgcleanup.c1949 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1953 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2002 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2017 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2151 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2155 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2158 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2160 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgcleanup.c1943 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1947 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1996 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2011 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2145 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2146 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2148 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2149 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcfgcleanup.c1943 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1947 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1996 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2011 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2145 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2146 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2148 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2149 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcfgcleanup.c1885 rtx newpos1, newpos2; in try_crossjump_to_edge() local
1889 newpos1 = newpos2 = NULL_RTX; in try_crossjump_to_edge()
1945 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
1956 SWAP (rtx, newpos1, newpos2); in try_crossjump_to_edge()
2118 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2119 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2121 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2122 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2125 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2127 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcfgcleanup.c1943 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1947 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1996 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2011 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2145 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2146 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2148 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2149 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcfgcleanup.c1934 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1938 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1987 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2002 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2136 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2137 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2139 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2140 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2143 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2145 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcfgcleanup.c1941 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1945 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1994 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2009 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2143 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2144 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2146 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2147 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2150 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2152 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dcfgcleanup.c1949 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1953 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2002 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2017 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2151 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2155 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2158 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2160 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcfgcleanup.c1943 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1947 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
1996 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2011 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2145 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2146 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2148 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2149 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2152 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2154 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcfgcleanup.c1954 rtx_insn *newpos1, *newpos2; in try_crossjump_to_edge() local
1958 newpos1 = newpos2 = NULL; in try_crossjump_to_edge()
2007 if (newpos1 != NULL_RTX) in try_crossjump_to_edge()
2022 std::swap (newpos1, newpos2); in try_crossjump_to_edge()
2156 if (LABEL_P (newpos1)) in try_crossjump_to_edge()
2157 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2159 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
2160 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2163 newpos1 = NEXT_INSN (newpos1); in try_crossjump_to_edge()
2165 while (DEBUG_INSN_P (newpos1)) in try_crossjump_to_edge()
[all …]

12345