Home
last modified time | relevance | path

Searched refs:G_MAXINT64 (Results 1 – 25 of 1783) sorted by relevance

12345678910>>...72

/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/lib/
H A Dags_buffer_util_test.c192 G_MAXINT64, in ags_buffer_util_test_s64_to_char_buffer()
193 G_MAXINT64 * (7.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
194 G_MAXINT64 * (6.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
195 G_MAXINT64 * (5.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
196 G_MAXINT64 * (4.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
197 G_MAXINT64 * (3.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
198 G_MAXINT64 * (2.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
199 G_MAXINT64 * (1.0 / 8.0), in ags_buffer_util_test_s64_to_char_buffer()
208 -1 * G_MAXINT64, in ags_buffer_util_test_s64_to_char_buffer()
384G_MAXINT64), (0xff00 & (gint64) (G_MAXINT64)) >> 8, (0xff0000 & (gint64) (G_MAXINT64)) >> 16, (0xf… in ags_buffer_util_test_char_buffer_to_s64()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Doverflow.c83 { TRUE, G_MAXINT64, G_MAXINT64, 0 }, in test_checked_guint64_add()
84 { TRUE, G_MAXINT64, 0, G_MAXINT64 }, in test_checked_guint64_add()
87 { TRUE, G_MAXUINT64 - 1, G_MAXINT64, G_MAXINT64 }, in test_checked_guint64_add()
110 { TRUE, 0, G_MAXINT64, 0 }, in test_checked_guint64_mul()
111 { TRUE, G_MAXINT64, G_MAXINT64, 1 }, in test_checked_guint64_mul()
114 { TRUE, 2 * (guint64) G_MAXINT64, 2, G_MAXINT64 }, in test_checked_guint64_mul()
115 { TRUE, 2 * (guint64) G_MAXINT64, G_MAXINT64, 2 }, in test_checked_guint64_mul()
116 { FALSE, 0, 3, G_MAXINT64 }, in test_checked_guint64_mul()
117 { FALSE, 0, G_MAXINT64, 3 } in test_checked_guint64_mul()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/test/c/
H A Dtest-timerange.c60 g_assert (G_MAXINT64 == zeitgeist_time_range_get_end (tr)); in test_anytime()
93 g_assert (G_MAXINT64 == zeitgeist_time_range_get_end (tr)); in test_from_now()
108 G_GINT64_CONSTANT(0), G_MAXINT64); in test_from_variant()
113 g_assert (G_MAXINT64 == zeitgeist_time_range_get_end (tr)); in test_from_variant()
125 tr = zeitgeist_time_range_new (0, G_MAXINT64); in test_to_variant()
131 g_assert (G_MAXINT64 == j); in test_to_variant()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/timeutils/
H A Dzoneinfo.c261 isutcnt = readcoded32(input, 0, G_MAXINT64); in zone_info_parser()
262 isstdcnt = readcoded32(input, 0, G_MAXINT64); in zone_info_parser()
263 leapcnt = readcoded32(input, 0, G_MAXINT64); in zone_info_parser()
264 timecnt = readcoded32(input, 0, G_MAXINT64); in zone_info_parser()
265 typecnt = readcoded32(input, 0, G_MAXINT64); in zone_info_parser()
266 charcnt = readcoded32(input, 0, G_MAXINT64); in zone_info_parser()
282 transition_times[i] = readcoded64(input, G_MININT64, G_MAXINT64); in zone_info_parser()
286 transition_times[i] = readcoded32(input, G_MININT64, G_MAXINT64); in zone_info_parser()
313 gmt_offsets[i] = readcoded32(input, G_MININT64, G_MAXINT64); in zone_info_parser()
418 readcoded64(input, G_MININT64, G_MAXINT64);/* leap second transition time */ in zone_info_parser()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk2/src/glib/
H A Dglibconfig.inc72 G_MAXINT64 = 9223372036854775807;
73 G_MININT64 = -G_MAXINT64-1;
75 G_MAXUINT64 = qword(2)*qword(G_MAXINT64)+1;
77 G_MAXUINT64 = G_MAXINT64; // Kylix doesn't support constants bigger than G_MAXINT64
/dports/x11-toolkits/fpc-gtk2/fpc-3.2.2/packages/gtk2/src/glib/
H A Dglibconfig.inc72 G_MAXINT64 = 9223372036854775807;
73 G_MININT64 = -G_MAXINT64-1;
75 G_MAXUINT64 = qword(2)*qword(G_MAXINT64)+1;
77 G_MAXUINT64 = G_MAXINT64; // Kylix doesn't support constants bigger than G_MAXINT64
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/debugutils/
H A Dtests.c48 "expected length of stream", -1, G_MAXINT64, -1, in length_get_spec()
52 -1, G_MAXINT64, -1, G_PARAM_READABLE); in length_get_spec()
99 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in buffer_count_get_spec()
102 "number of buffers in stream", -1, G_MAXINT64, -1, G_PARAM_READABLE); in buffer_count_get_spec()
134 -1, G_MAXINT64, -1, G_PARAM_READWRITE | G_PARAM_CONSTRUCT); in timedur_get_spec()
140 -1, G_MAXINT64, -1, G_PARAM_READABLE); in timedur_get_spec()

12345678910>>...72