Home
last modified time | relevance | path

Searched refs:uen (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/dports/deskutils/note/note-1.3.26/lib/NOTEDB/
H A Dbinary.pm223 my $n = $this->uen($note);
224 my $t = $this->uen($date);
245 my $n = $this->uen($note);
246 my $t = $this->uen($date);
274 $n = $this->uen($orig{$N}->{'note'});
275 $t = $this->uen($orig{$N}->{'date'});
303 $n = $this->uen($orig{$N}->{'note'});
304 $t = $this->uen($orig{$N}->{'date'});
318 sub uen subroutine
354 my $len = length($this->uen($note));
H A Dtext.pm112 $res{$pos}->{note} = $this->uen($data->{$num}->{note});
113 $res{$pos}->{date} = $this->uen($data->{$num}->{date});
187 note => $this->uen($note),
188 date => $this->uen($date)
226 sub uen { subroutine
H A Ddumper.pm109 $res{$pos}->{note} = $this->uen($data->{$num}->{note});
110 $res{$pos}->{date} = $this->uen($data->{$num}->{date});
184 note => $this->uen($note),
185 date => $this->uen($date)
240 sub uen { subroutine
/dports/games/nethack33/nethack-3.3.1/src/
H A Dexper.c150 u.uen -= num;
151 if (u.uen < 0) u.uen = 0;
152 else if (u.uen > u.uenmax) u.uen = u.uenmax;
190 u.uen += num;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dexper.c150 u.uen -= num;
151 if (u.uen < 0) u.uen = 0;
152 else if (u.uen > u.uenmax) u.uen = u.uenmax;
190 u.uen += num;
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dexper.c150 u.uen -= num;
151 if (u.uen < 0) u.uen = 0;
152 else if (u.uen > u.uenmax) u.uen = u.uenmax;
190 u.uen += num;
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dpolyself.c228 u.uen = (tmp ? u.uen * (long)u.uenmax / tmp : u.uenmax); in newman()
241 if (u.uen <= u.ulevel) u.uen = u.ulevel; in newman()
914 if (u.uen < 20) { in dogaze()
943 u.uen -= 20; in dogaze()
1001 u.uen -= energy; in dobreathe()
1178 if (u.uen < 10) { in dosummon()
1182 u.uen -= 10; in dosummon()
1220 if (u.uen < 15) {
1224 u.uen -= 15;
1352 u.uen -= 10; in domindblast()
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Dexper.c158 u.uen -= num;
159 if (u.uen < 0) u.uen = 0;
160 else if (u.uen > u.uenmax) u.uen = u.uenmax;
203 u.uen += num;
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dexper.c158 u.uen -= num;
159 if (u.uen < 0) u.uen = 0;
160 else if (u.uen > u.uenmax) u.uen = u.uenmax;
203 u.uen += num;
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dexper.c158 u.uen -= num;
159 if (u.uen < 0) u.uen = 0;
160 else if (u.uen > u.uenmax) u.uen = u.uenmax;
203 u.uen += num;
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dexper.c162 u.uen -= num;
163 if (u.uen < 0) u.uen = 0;
164 else if (u.uen > u.uenmax) u.uen = u.uenmax;
207 u.uen += num;
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dexper.c166 u.uen -= num;
167 if (u.uen < 0) u.uen = 0;
168 else if (u.uen > u.uenmax) u.uen = u.uenmax;
212 u.uen += num;
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dexper.c243 u.uen -= num;
244 if (u.uen < 0)
245 u.uen = 0;
246 else if (u.uen > u.uenmax)
247 u.uen = u.uenmax;
299 u.uen += eninc;
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dexper.c243 u.uen -= num;
244 if (u.uen < 0)
245 u.uen = 0;
246 else if (u.uen > u.uenmax)
247 u.uen = u.uenmax;
299 u.uen += eninc;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2008-02-25-X86-64-CoalescerBug.ll7 define signext i8 @f(%struct.XX*** %fontMap, %struct.XX* %uen) {
13 %tmp55 = call %struct.YY** @AA( i64 1, %struct.XX* %uen ) ; <%struct.YY**> [#uses=3]
20 call void @BB( %struct.YY** %tmp55, i64 %tmp67, i8 signext 0, %struct.XX* %uen )
40 call void @CC( %struct.YY** %tmp55, i64 0, i64 2, i8* null, %struct.XX* %uen )

12345678910>>...18