Searched refs:GstUInt64 (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.c | 301 } GstUInt64; typedef 305 gst_util_uint64_mul_uint64 (GstUInt64 * c1, GstUInt64 * c0, guint64 arg1, in gst_util_uint64_mul_uint64() 317 gst_util_uint64_mul_uint64 (GstUInt64 * c1, GstUInt64 * c0, guint64 arg1, in gst_util_uint64_mul_uint64() 320 GstUInt64 a1, b0; in gst_util_uint64_mul_uint64() 321 GstUInt64 v, n; in gst_util_uint64_mul_uint64() 359 gst_util_div128_64 (GstUInt64 c1, GstUInt64 c0, guint64 denom) in gst_util_div128_64() 392 gst_util_div128_64 (GstUInt64 c1, GstUInt64 c0, guint64 denom) in gst_util_div128_64() 394 GstUInt64 q1, q0, rhat; in gst_util_div128_64() 395 GstUInt64 v, cmp1, cmp2; in gst_util_div128_64() 476 GstUInt64 c1, c0; in gst_util_uint64_scale_uint64_unchecked() [all …]
|