OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ckd_sub
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/ginclude/
stdckdint.h
32
#define
ckd_sub
(r, a, b) ((_Bool) __builtin_sub_overflow (a, b, r))
macro
/src/lib/libc/time/
private.h
520
/* Support ckd_add,
ckd_sub
, ckd_mul on C23 or recent-enough GCC-like
538
# define
ckd_sub
(r, a, b) __builtin_sub_overflow(a, b, r)
macro
545
# define
ckd_sub
(r, a, b) __builtin_sub_overflow(a, b, r)
macro
localtime.c
2244
# if defined ckd_add && defined
ckd_sub
2246
?
ckd_sub
(&result->tm_year,
2917
# ifdef
ckd_sub
2918
v =
ckd_sub
(&offdiff, mytm.TM_GMTOFF, yourtm.TM_GMTOFF);
2920
/* A
ckd_sub
approximation that is good enough here. */
3218
#ifdef
ckd_sub
3219
return
ckd_sub
(tp, *tp, j);
Completed in 32 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026