INT_MULTIPLY_WRAPV  333 lib/intprops.h #define INT_MULTIPLY_OK(a, b, r) (! INT_MULTIPLY_WRAPV (a, b, r))
INT_MULTIPLY_WRAPV 3751 src/android.c  	  if (INT_MULTIPLY_WRAPV (temp, pixel, &offset)
INT_MULTIPLY_WRAPV 3752 src/android.c  	      || INT_MULTIPLY_WRAPV (i, mask_info->stride, &offset1)
INT_MULTIPLY_WRAPV 4059 src/android.c  	  if (INT_MULTIPLY_WRAPV (temp, pixel, &offset)
INT_MULTIPLY_WRAPV 4060 src/android.c  	      || INT_MULTIPLY_WRAPV (i, mask_info->stride, &offset1)
INT_MULTIPLY_WRAPV 4674 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 2566 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->num_points, 2,
INT_MULTIPLY_WRAPV 2570 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->points_size,
INT_MULTIPLY_WRAPV 2596 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->num_end_points, 2,
INT_MULTIPLY_WRAPV 2600 src/sfnt.c           if (INT_MULTIPLY_WRAPV (context->end_points_size,
INT_MULTIPLY_WRAPV 4880 src/sfnt.c       if (INT_MULTIPLY_WRAPV (sizeof *meta->data_maps, meta->num_data_maps,
INT_MULTIPLY_WRAPV 5022 src/sfnt.c       if (INT_MULTIPLY_WRAPV (ttc->num_fonts,
INT_MULTIPLY_WRAPV 5553 src/sfnt.c           if (INT_MULTIPLY_WRAPV (cvt->num_elements,
INT_MULTIPLY_WRAPV 11180 src/sfnt.c       if (INT_MULTIPLY_WRAPV (glyph->simple->number_of_points + 2,
INT_MULTIPLY_WRAPV 11184 src/sfnt.c           || INT_MULTIPLY_WRAPV (glyph->number_of_contours,
INT_MULTIPLY_WRAPV 11188 src/sfnt.c           || INT_MULTIPLY_WRAPV (glyph->simple->number_of_points + 2,
INT_MULTIPLY_WRAPV 11469 src/sfnt.c       if (INT_MULTIPLY_WRAPV (num_points + 2,
INT_MULTIPLY_WRAPV 11473 src/sfnt.c           || INT_MULTIPLY_WRAPV (num_contours,
INT_MULTIPLY_WRAPV 11477 src/sfnt.c           || INT_MULTIPLY_WRAPV (num_points + 2,
INT_MULTIPLY_WRAPV 12046 src/sfnt.c       if (INT_MULTIPLY_WRAPV (context.num_end_points,
INT_MULTIPLY_WRAPV 12050 src/sfnt.c           || INT_MULTIPLY_WRAPV (context.num_points,
INT_MULTIPLY_WRAPV 12148 src/sfnt.c       if (INT_MULTIPLY_WRAPV (sizeof *uvs->ranges, num_ranges,
INT_MULTIPLY_WRAPV 12219 src/sfnt.c       if (INT_MULTIPLY_WRAPV (sizeof *uvs->mappings, num_mappings,
INT_MULTIPLY_WRAPV 12301 src/sfnt.c       if (INT_MULTIPLY_WRAPV (cmap->num_var_selector_records,
INT_MULTIPLY_WRAPV 12303 src/sfnt.c           || INT_MULTIPLY_WRAPV (size, 2, &size))
INT_MULTIPLY_WRAPV 12734 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->axis_count, sizeof (sfnt_fixed),
INT_MULTIPLY_WRAPV 12739 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->axis_count, sizeof (sfnt_fixed),
INT_MULTIPLY_WRAPV 12769 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->axis_count, sizeof *fvar->axis,
INT_MULTIPLY_WRAPV 12780 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->instance_count,
INT_MULTIPLY_WRAPV 12786 src/sfnt.c       if (INT_MULTIPLY_WRAPV (fvar->instance_count,
INT_MULTIPLY_WRAPV 12789 src/sfnt.c           || INT_MULTIPLY_WRAPV (temp, fvar->axis_count, &temp)
INT_MULTIPLY_WRAPV   82 src/sfntfont-android.c       if (INT_MULTIPLY_WRAPV (height, stride, &_size))		\
INT_MULTIPLY_WRAPV  116 src/sfntfont-android.c       if (INT_MULTIPLY_WRAPV (height, stride, &_size))		\