Source file conan_images_110.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
let tree = Conan.Tree.Unsafe.node
[(Conan.Tree.Unsafe.elt ?filename:(Some "images")
?line:(Some 2173)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`BE
Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 204L))
ty
(Conan.Test.numeric Conan.Integer.int32
(Conan.Comparison.greater_than 0l))
(`Space "%d")),
Conan.Tree.Unsafe.leaf);
(Conan.Tree.Unsafe.elt ?filename:(Some "images")
?line:(Some 2172)
(let ty = Conan.Ty.numeric ~unsigned:true ~endian:`BE
Conan.Integer.int32 (Conan.Arithmetic.Add 0l) in
Conan.Tree.Unsafe.rule
~offset:(Conan.Offset.Absolute (Conan.Offset.Value 200L))
ty
(Conan.Test.numeric Conan.Integer.int32
(Conan.Comparison.greater_than 0l))
(`No_space ", %d x")),
Conan.Tree.Unsafe.leaf)]