HomeSort by: relevance | last modified time | path
    Searched defs: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.old/dist/gcc/
wide-int.h 79 3) widest_int. This representation is an approximation of
85 Like offset_int, widest_int is wider than all the values that
96 widest_int makes this easy, because it provides a field where
100 widest_int that should use the default. These should be
103 There are surprising features of offset_int and widest_int
117 The offset_int and the widest_int flavors are more expensive
122 HOST_WIDE_INTs. The default and widest_int vectors contain enough elements
130 needed to represent the value. widest_int and offset_int have a
158 wi::to_widest (t) // Treat T as a widest_int
180 However, offset_int and widest_int have an inherent precision and s
324 typedef FIXED_WIDE_INT (WIDE_INT_MAX_PRECISION) widest_int; typedef
    [all...]

Completed in 25 milliseconds