package conan-database

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file conan_images_109.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
let tree = Conan.Tree.Unsafe.node
             [(Conan.Tree.Unsafe.elt ?filename:(Some "images")
                 ?line:(Some 2183)
                 (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
                             Conan.Integer.short (Conan.Arithmetic.Add 0) in
                  Conan.Tree.Unsafe.rule
                    ~offset:(Conan.Offset.Absolute (Conan.Offset.Value 62L))
                    ty
                    (Conan.Test.numeric Conan.Integer.short
                       (Conan.Comparison.lower_than 2))
                    (`Space "")),
               Conan.Tree.Unsafe.node
                 [(Conan.Tree.Unsafe.elt ?filename:(Some "images")
                     ?line:(Some 2184)
                     (let ty = Conan.Ty.numeric ~unsigned:true ~endian:`LE
                                 Conan.Integer.short (Conan.Arithmetic.Add 0) in
                      Conan.Tree.Unsafe.rule
                        ~offset:(Conan.Offset.Absolute
                                 (Conan.Offset.Value 54L))
                        ty
                        (Conan.Test.numeric Conan.Integer.short
                           (Conan.Comparison.equal_to 12345))
                        (`Space "Bio-Rad .PIC Image File")),
                   Conan.Tree.Unsafe.node
                     [(Conan.Tree.Unsafe.elt ?filename:(Some "images")
                         ?line:(Some 2188)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     ~endian:`LE
                                     Conan.Integer.short (Conan.Arithmetic.Add
                                                          0) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 4L))
                            ty
                            (Conan.Test.numeric Conan.Integer.short
                               (Conan.Comparison.greater_than 1))
                            (`Space "%d images in file")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "images")
                         ?line:(Some 2187)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     ~endian:`LE
                                     Conan.Integer.short (Conan.Arithmetic.Add
                                                          0) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 4L))
                            ty
                            (Conan.Test.numeric Conan.Integer.short
                               (Conan.Comparison.equal_to 1))
                            (`Space "1 image in file")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "images")
                         ?line:(Some 2186)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     ~endian:`LE
                                     Conan.Integer.short (Conan.Arithmetic.Add
                                                          0) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 2L))
                            ty
                            (Conan.Test.numeric Conan.Integer.short
                               (Conan.Comparison.greater_than 0))
                            (`Space "%d,")),
                       Conan.Tree.Unsafe.leaf);
                      (Conan.Tree.Unsafe.elt ?filename:(Some "images")
                         ?line:(Some 2185)
                         (let ty = Conan.Ty.numeric ~unsigned:true
                                     ~endian:`LE
                                     Conan.Integer.short (Conan.Arithmetic.Add
                                                          0) in
                          Conan.Tree.Unsafe.rule
                            ~offset:(Conan.Offset.Absolute
                                     (Conan.Offset.Value 0L))
                            ty
                            (Conan.Test.numeric Conan.Integer.short
                               (Conan.Comparison.greater_than 0))
                            (`Space "%d x")),
                       Conan.Tree.Unsafe.leaf)])])]
OCaml

Innovation. Community. Security.