HomeSort by relevance Sort by last modified time
    Searched defs:C_int64 (Results 1 - 2 of 2) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 17 | C_int64 of int64
57 | C_int64 u -> (Int64.to_int u)
74 | C_int64 u -> (float_of_int (Int64.to_int u))
122 let make_int64 i = C_int64 (Int64.of_int i)
swig.mli 15 | C_int64 of int64

Completed in 361 milliseconds