HomeSort by: relevance | last modified time | path
    Searched defs:u_widest_int (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/top/dist/
ap_snprintf.c 83 typedef unsigned long u_widest_int; typedef
85 typedef unsigned WIDEST_INT u_widest_int; typedef
404 u_widest_int magnitude;
416 magnitude = (u_widest_int) num;
434 magnitude = ((u_widest_int) -t) + 1;
437 magnitude = (u_widest_int) num;
444 u_widest_int new_magnitude = magnitude / 10;
617 static char *conv_p2_quad(u_widest_int num, register int nbits,
665 u_widest_int ui_quad;
803 i_quad = va_arg(ap, u_widest_int);
    [all...]

Completed in 14 milliseconds