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

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 16 | C_int32 of int32
56 | C_int32 u -> (Int32.to_int u)
73 | C_int32 u -> (float_of_int (Int32.to_int u))
121 let make_int32 i = C_int32 (Int32.of_int i)
swig.mli 14 | C_int32 of int32

Completed in 41 milliseconds