INT_MULTIPLY_WRAPV  333 lib/intprops.h #define INT_MULTIPLY_OK(a, b, r) (! INT_MULTIPLY_WRAPV (a, b, r))
INT_MULTIPLY_WRAPV 3721 src/android.c  	  if (INT_MULTIPLY_WRAPV (temp, pixel, &offset)
INT_MULTIPLY_WRAPV 3722 src/android.c  	      || INT_MULTIPLY_WRAPV (i, mask_info->stride, &offset1)
INT_MULTIPLY_WRAPV 4029 src/android.c  	  if (INT_MULTIPLY_WRAPV (temp, pixel, &offset)
INT_MULTIPLY_WRAPV 4030 src/android.c  	      || INT_MULTIPLY_WRAPV (i, mask_info->stride, &offset1)
INT_MULTIPLY_WRAPV 4644 src/android.c        if (INT_MULTIPLY_WRAPV ((size_t) bitmap_info.stride,
INT_MULTIPLY_WRAPV  623 src/androidterm.c   if (INT_MULTIPLY_WRAPV (n, sizeof *utf16, &size))
INT_MULTIPLY_WRAPV 4898 src/androidterm.c       if (INT_MULTIPLY_WRAPV (n, sizeof *utf16, &size))
INT_MULTIPLY_WRAPV 4921 src/androidterm.c   if (INT_MULTIPLY_WRAPV (n, sizeof *utf16, &size))
INT_MULTIPLY_WRAPV  646 src/sfnt.c       if (INT_MULTIPLY_WRAPV (format8->num_groups, sizeof *format8->groups,
INT_MULTIPLY_WRAPV  738 src/sfnt.c       if (INT_MULTIPLY_WRAPV (format12->num_groups, sizeof *format12->groups,
INT_MULTIPLY_WRAPV  824 src/sfnt.c       if (INT_MULTIPLY_WRAPV (num_records, sizeof *format14->records,
INT_MULTIPLY_WRAPV 2607 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->num_points, 2,
INT_MULTIPLY_WRAPV 2611 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->points_size,
INT_MULTIPLY_WRAPV 2637 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->num_end_points, 2,
INT_MULTIPLY_WRAPV 2641 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->end_points_size,
INT_MULTIPLY_WRAPV 5002 src/sfnt.c       if (INT_MULTIPLY_WRAPV (sizeof *meta->data_maps, meta->num_data_maps,
INT_MULTIPLY_WRAPV 5144 src/sfnt.c       if (INT_MULTIPLY_WRAPV (ttc->num_fonts,
INT_MULTIPLY_WRAPV 5675 src/sfnt.c           if (INT_MULTIPLY_WRAPV (cvt->num_elements,
INT_MULTIPLY_WRAPV 11333 src/sfnt.c       if (INT_MULTIPLY_WRAPV (glyph->simple->number_of_points + 2,
INT_MULTIPLY_WRAPV 11337 src/sfnt.c           || INT_MULTIPLY_WRAPV (glyph->number_of_contours,
INT_MULTIPLY_WRAPV 11341 src/sfnt.c           || INT_MULTIPLY_WRAPV (glyph->simple->number_of_points + 2,
INT_MULTIPLY_WRAPV 11623 src/sfnt.c       if (INT_MULTIPLY_WRAPV (num_points + 2,
INT_MULTIPLY_WRAPV 11627 src/sfnt.c           || INT_MULTIPLY_WRAPV (num_contours,
INT_MULTIPLY_WRAPV 11631 src/sfnt.c           || INT_MULTIPLY_WRAPV (num_points + 2,
INT_MULTIPLY_WRAPV 12232 src/sfnt.c       if (INT_MULTIPLY_WRAPV (context.num_end_points,
INT_MULTIPLY_WRAPV 12236 src/sfnt.c           || INT_MULTIPLY_WRAPV (context.num_points,
INT_MULTIPLY_WRAPV 12334 src/sfnt.c       if (INT_MULTIPLY_WRAPV (sizeof *uvs->ranges, num_ranges,
INT_MULTIPLY_WRAPV 12405 src/sfnt.c       if (INT_MULTIPLY_WRAPV (sizeof *uvs->mappings, num_mappings,
INT_MULTIPLY_WRAPV 12487 src/sfnt.c       if (INT_MULTIPLY_WRAPV (cmap->num_var_selector_records,
INT_MULTIPLY_WRAPV 12489 src/sfnt.c           || INT_MULTIPLY_WRAPV (size, 2, &size))
INT_MULTIPLY_WRAPV 12920 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->axis_count, sizeof (sfnt_fixed),
INT_MULTIPLY_WRAPV 12925 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->axis_count, sizeof (sfnt_fixed),
INT_MULTIPLY_WRAPV 12955 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->axis_count, sizeof *fvar->axis,
INT_MULTIPLY_WRAPV 12966 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->instance_count,
INT_MULTIPLY_WRAPV 12972 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->instance_count,
INT_MULTIPLY_WRAPV 12975 src/sfnt.c           || INT_MULTIPLY_WRAPV (temp, fvar->axis_count, &temp)
INT_MULTIPLY_WRAPV   81 src/sfntfont-android.c       if (INT_MULTIPLY_WRAPV (height, stride, &_size))		\
INT_MULTIPLY_WRAPV  115 src/sfntfont-android.c       if (INT_MULTIPLY_WRAPV (height, stride, &_size))		\