OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uwidth
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/src/
malloc_io.c
471
uintmax_t
uwidth
;
local
473
uwidth
= malloc_strtoumax(f, &f, 10);
474
assert(
uwidth
!= UINTMAX_MAX || get_errno() !=
476
width = (int)
uwidth
;
/src/external/bsd/jemalloc.old/dist/src/
malloc_io.c
461
uintmax_t
uwidth
;
local
463
uwidth
= malloc_strtoumax(f, &f, 10);
464
assert(
uwidth
!= UINTMAX_MAX || get_errno() !=
466
width = (int)
uwidth
;
Completed in 68 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026