HomeSort by: relevance | last modified time | path
    Searched refs:WIDEST_INT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/top/dist/
ap_snprintf.c 76 #define WIDEST_INT AP_LONGEST_LONG
80 typedef WIDEST_INT widest_int; typedef
85 typedef unsigned WIDEST_INT u_widest_int;
399 static char *conv_10_quad(widest_int num, register bool_int is_unsigned,
432 widest_int t = num + 1;
664 widest_int i_quad = (widest_int) 0;
823 i_quad = va_arg(ap, widest_int);
995 *(va_arg(ap, widest_int *)) = cc
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
wide-int.h 83 3) widest_int. This representation is an approximation of
88 Like offset_int, widest_int is wider than all the values that
99 widest_int makes this easy, because it provides a field where
103 widest_int that should use the default. These should be
106 There are surprising features of offset_int and widest_int
120 The offset_int and the widest_int flavors are more expensive
125 HOST_WIDE_INTs. The default and widest_int vectors contain enough elements
133 needed to represent the value. widest_int and offset_int have a
161 wi::to_widest (t) // Treat T as a widest_int
183 However, offset_int and widest_int have an inherent precision and s
    [all...]

Completed in 62 milliseconds