Home
last modified time | relevance | path

Searched refs:g_uint_checked_mul (Results 1 – 9 of 9) sorted by relevance

/dports/devel/glib20/glib-2.70.4/glib/tests/
H A Doverflow.c70 g_assert_cmpuint (cases[i].success, ==, g_uint_checked_mul (&result, cases[i].a, cases[i].b)); in test_checked_guint_mul()
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Dpforeign.h41 #define g_uint_checked_mul( dest, a, b ) ( \ macro
H A Dniftisave.c308 if( !g_uint_checked_mul( &height, height, dims[i] ) ) { in vips_foreign_save_nifti_header_nifti()
H A Dniftiload.c431 if( !g_uint_checked_mul( &height, height, nim->dim[i] ) ) { in vips_foreign_load_nifti_set_header()
/dports/graphics/gdk-pixbuf2/gdk-pixbuf-2.40.0/gdk-pixbuf/
H A Dio-xbm.c247 if (!g_uint_checked_mul (&size, bytes_per_line, hh)) in read_bitmap_file_data()
H A Dio-bmp.c1373 if (!g_uint_checked_mul (&stride, width, 3) || in gdk_pixbuf__bmp_image_save_to_callback()
1385 if (!g_uint_checked_mul (&size, stride, height) || in gdk_pixbuf__bmp_image_save_to_callback()
H A Dio-tiff.c546 if (!g_uint_checked_mul (&new_size, new_size, 2)) { in make_available_at_least()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgtypes.h434 #define g_uint_checked_mul(dest, a, b) \ macro
/dports/graphics/vips/vips-8.12.0/
H A Dconfigure.ac430 # from 2.48 we have g_uint_checked_mul() etc.