OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ckd_mul
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/time/
private.h
496
/* Support ckd_add, ckd_sub,
ckd_mul
on C23 or recent-enough GCC-like
517
# define
ckd_mul
(r, a, b) __builtin_mul_overflow(a, b, r)
macro
522
# define
ckd_mul
(r, a, b) __builtin_mul_overflow(a, b, r)
macro
zic.c
499
#ifdef
ckd_mul
501
if (!
ckd_mul
(&product, nitems, itemsize) && product <= INDEX_MAX)
557
#if defined ckd_add && defined
ckd_mul
560
&& !
ckd_mul
(&product, *nitems_alloc, itemsize) && product <= INDEX_MAX)
Completed in 14 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025