OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Apr 04 00:22:49 UTC 2026