File: test-u32.res

package info (click to toggle)
python-libtrace 1.6%2Bgit20161027-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,124 kB
  • ctags: 1,357
  • sloc: ansic: 6,890; python: 3,228; makefile: 70; sh: 49
file content (22 lines) | stat: -rw-r--r-- 803 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[<module>:13]  10  02  20  04  30  05  40  06   
[<module>:17]  short[2] = 2004 short[4] = 3005 long[2]  = 20043005  long[5]  = None

[<module>:24] a=5, b=6,  a>b = False
[<module>:25] a=5, b=6, a>=b = False
[<module>:26] a=5, b=6, a<b  = True

[<module>:29] a=ffff0000, b=fffeffff,  a+b= fffdffff
[<module>:30] a=ffff0000, b=fffeffff,  a-b= 1

[<module>:32] a=ffff0000, b=fffeffff,  a>b = True
[<module>:33] a=ffff0000, b=fffeffff, a>=b = True
[<module>:34] a=ffff0000, b=fffeffff, a<b  = False

[<module>:37] a=ffff0000, b=ffff0001,  a>b = False
[<module>:38] a=ffff0000, b=ffff0001, a>=b = False
[<module>:39] a=ffff0000, b=ffff0001, a<b  = True

[<module>:42] a=ffff0000, b=ffff0000,  a>b = False
[<module>:43] a=ffff0000, b=ffff0000, a>=b = True
[<module>:44] a=ffff0000, b=ffff0000, a<b  = False