Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 25 of 3999) sorted by relevance

12345678910>>...160

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/ld/testsuite/ld-mips-elf/
H A Dreloc-3a.s7 # (.text2+8-0x8010) - tstarta [+ (tstarta+0x4)]
8 # relocation: .text2 - 0x8004
9 # final value: .text2 - tstarta - 0x8008
13 # relocation: .text2 - 0x7fec
14 # final value: .text2 - tstarta - 0x7ff8
17 # (.text2+8) - tstarta [+ (tstarta+0x14)]
18 # relocation: .text2 + 0x1c
19 # final value: .text2 - tstarta + 0x8
23 # relocation: .text2 + 0x8014
28 # relocation: .text2 + 0x803c
[all …]
H A Dreloc-3-r.d15 .*: R_MIPS_GNU_REL_HI16 \.text2
17 .*: R_MIPS_GNU_REL_LO16 \.text2
19 .*: R_MIPS_GNU_REL_HI16 \.text2
21 .*: R_MIPS_GNU_REL_LO16 \.text2
23 .*: R_MIPS_GNU_REL_HI16 \.text2
25 .*: R_MIPS_GNU_REL_LO16 \.text2
27 .*: R_MIPS_GNU_REL_HI16 \.text2
29 .*: R_MIPS_GNU_REL_LO16 \.text2
31 .*: R_MIPS_GNU_REL_HI16 \.text2
33 .*: R_MIPS_GNU_REL_LO16 \.text2
[all …]
H A Dreloc-3b.s32 # relocation: .text2 - 0x7fd4
33 # final value: .text2 - tstartb - 0x8000
37 # relocation: .text2 - 0x7fbc
38 # final value: .text2 - tstartb - 0x7ff0
41 # (.text2+0x10) - tstartb [+ (tstartb+0x3c)]
42 # relocation: .text2 + 0x4c
43 # final value: .text2 - tstartb + 0x10
47 # relocation: .text2 + 0x8044
48 # final value: .text2 - tstartb + 0x8000
52 # relocation: .text2 + 0x806c
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/ld/testsuite/ld-mips-elf/
H A Dreloc-3a.s7 # (.text2+8-0x8010) - tstarta [+ (tstarta+0x4)]
8 # relocation: .text2 - 0x8004
9 # final value: .text2 - tstarta - 0x8008
13 # relocation: .text2 - 0x7fec
14 # final value: .text2 - tstarta - 0x7ff8
17 # (.text2+8) - tstarta [+ (tstarta+0x14)]
18 # relocation: .text2 + 0x1c
19 # final value: .text2 - tstarta + 0x8
23 # relocation: .text2 + 0x8014
28 # relocation: .text2 + 0x803c
[all …]
H A Dreloc-3-r.d15 .*: R_MIPS_GNU_REL_HI16 \.text2
17 .*: R_MIPS_GNU_REL_LO16 \.text2
19 .*: R_MIPS_GNU_REL_HI16 \.text2
21 .*: R_MIPS_GNU_REL_LO16 \.text2
23 .*: R_MIPS_GNU_REL_HI16 \.text2
25 .*: R_MIPS_GNU_REL_LO16 \.text2
27 .*: R_MIPS_GNU_REL_HI16 \.text2
29 .*: R_MIPS_GNU_REL_LO16 \.text2
31 .*: R_MIPS_GNU_REL_HI16 \.text2
33 .*: R_MIPS_GNU_REL_LO16 \.text2
[all …]
H A Dreloc-3b.s32 # relocation: .text2 - 0x7fd4
33 # final value: .text2 - tstartb - 0x8000
37 # relocation: .text2 - 0x7fbc
38 # final value: .text2 - tstartb - 0x7ff0
41 # (.text2+0x10) - tstartb [+ (tstartb+0x3c)]
42 # relocation: .text2 + 0x4c
43 # final value: .text2 - tstartb + 0x10
47 # relocation: .text2 + 0x8044
48 # final value: .text2 - tstartb + 0x8000
52 # relocation: .text2 + 0x806c
[all …]
/dports/comms/smstools3/smstools3/src/
H A Dlogging.c176 char text2[SIZE_LOG_LINE]; in writelogfile() local
203 if (text2[strlen(text2) -1] != '\n') in writelogfile()
204 strcpy(text2 +sizeof(text2) -5, "...\n"); in writelogfile()
206 write(Filehandle,text2,strlen(text2)); in writelogfile()
218 snprintf(text2, sizeof(text2),"%s,%i, %s: Start:\n", timestamp, severity, process_title); in writelogfile()
254 snprintf(text2, sizeof(text2),"%s,%i, %s: %s\n", timestamp, severity, process_title, text); in writelogfile()
256 if (text2[strlen(text2) -1] != '\n') in writelogfile()
257 strcpy(text2 +sizeof(text2) -5, "...\n"); in writelogfile()
289 char text2[SIZE_LOG_LINE]; in flush_smart_logging() local
304 write(Filehandle_trouble, text2, strlen(text2)); in flush_smart_logging()
[all …]
/dports/textproc/sdf/sdf-2.001/perllib/Pod/
H A DDiff.pm20 my($i, $text1, $text2, $line1, $line2) = @_;
33 $text2);
162 my $text2 = $para2[$j]{TEXT};
163 next if $text1 eq $text2;
171 $text2 =~ s/ +/ /g if $text2 =~ /^\S/;
172 next if $text1 eq $text2;
177 $text2 = _fix_escapes($text2);
178 next if $text1 eq $text2;
192 elsif ($text2 eq $para1[$i+1]{TEXT}) {
198 elsif ($text2 eq $para1[$i+2]{TEXT}) {
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/dissimilar-1.0.2/src/
H A Dlib.rs113 let text2 = Range::new(text2, ..); in diff() localVariable
123 text2: Range<'b>, field
139 text2 = text2.substring(common_prefix_len..); in main()
145 text2.substring(text2.len - common_suffix_len..), in main()
148 text2 = text2.substring(..text2.len - common_suffix_len); in main()
153 text2: whole2, in main()
186 Diff::Equal(text1.substring(i..i + text2.len), text2), in compute()
281 text2.substring(..text2.len - y2), in bisect()
317 text2: Range<'b>, in bisect_split()
382 text2 = text2.substring(..text1.len); in common_overlap()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/dissimilar-1.0.3/src/
H A Dlib.rs123 let text2 = Range::new(text2, ..); in diff() localVariable
133 text2: Range<'b>, field
149 text2 = text2.substring(common_prefix_len..); in main()
155 text2.substring(text2.len - common_suffix_len..), in main()
158 text2 = text2.substring(..text2.len - common_suffix_len); in main()
163 text2: whole2, in main()
196 Diff::Equal(text1.substring(i..i + text2.len), text2), in compute()
291 text2.substring(..text2.len - y2), in bisect()
327 text2: Range<'b>, in bisect_split()
392 text2 = text2.substring(..text1.len); in common_overlap()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/dissimilar/src/
H A Dlib.rs123 let text2 = Range::new(text2, ..); in diff() localVariable
133 text2: Range<'b>, field
149 text2 = text2.substring(common_prefix_len..); in main()
155 text2.substring(text2.len - common_suffix_len..), in main()
158 text2 = text2.substring(..text2.len - common_suffix_len); in main()
163 text2: whole2, in main()
196 Diff::Equal(text1.substring(i..i + text2.len), text2), in compute()
291 text2.substring(..text2.len - y2), in bisect()
327 text2: Range<'b>, in bisect_split()
392 text2 = text2.substring(..text1.len); in common_overlap()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-ming.all/
H A DSpriteButtonEventsTest-Runner.cpp52 tmp2 = text2->get_text_value(); in test_mouse_activity()
108 tmp2 = text2->get_text_value(); in test_mouse_activity()
115 check_equals(string(text2->get_text_value()), tmp2); in test_mouse_activity()
118 check_equals(string(text2->get_text_value()), tmp2); in test_mouse_activity()
126 tmp2 = text2->get_text_value(); in test_mouse_activity()
154 check_equals(string(text2->get_text_value()), tmp2); in test_mouse_activity()
161 check_equals(string(text2->get_text_value()), tmp2); in test_mouse_activity()
193 check_equals(string(text2->get_text_value()), "MouseUp"); in test_mouse_activity()
220 const TextField* text2 = dynamic_cast<const TextField*>( in trymain() local
222 check(text2); in trymain()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dtext.h91 inline bool operator==(const Text &text1, const Text &text2)
92 { return Text::compare(text1, text2) == 0; }
93 inline bool operator!=(const Text &text1, const Text &text2)
94 { return Text::compare(text1, text2) != 0; }
95 inline bool operator<(const Text &text1, const Text &text2)
96 { return Text::compare(text1, text2) < 0; }
97 inline bool operator<=(const Text &text1, const Text &text2)
98 { return Text::compare(text1, text2) <= 0; }
99 inline bool operator>(const Text &text1, const Text &text2)
100 { return Text::compare(text1, text2) > 0; }
[all …]
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-help/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-linguist/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]
/dports/devel/qt5-linguisttools/kde-qttools-5.15.2p17/src/qdoc/
H A Dtext.h80 inline bool operator==(const Text &text1, const Text &text2)
82 return Text::compare(text1, text2) == 0;
84 inline bool operator!=(const Text &text1, const Text &text2)
86 return Text::compare(text1, text2) != 0;
88 inline bool operator<(const Text &text1, const Text &text2)
90 return Text::compare(text1, text2) < 0;
92 inline bool operator<=(const Text &text1, const Text &text2)
94 return Text::compare(text1, text2) <= 0;
96 inline bool operator>(const Text &text1, const Text &text2)
98 return Text::compare(text1, text2) > 0;
[all …]

12345678910>>...160