OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGNED_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/include/
ntp_types.h
246
#define
ALIGNED_SIZE
(sz) (MAXALIGN * ALIGN_UNITS(sz))
/src/external/bsd/ntp/dist/ntpd/
ntp_proto.c
3575
endpoint_size =
ALIGNED_SIZE
(nlist * 2 * sizeof(*endpoint));
3576
peers_size =
ALIGNED_SIZE
(nlist * sizeof(*peers));
3577
indx_size =
ALIGNED_SIZE
(nlist * 2 * sizeof(*indx));
Completed in 64 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026