OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atf_dec
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/atomic/
t_atomic_dec.c
45
#define
atf_dec
(NAME, TYPE, FMT) \
macro
62
atf_dec
(atomic_dec_32, uint32_t, "0x%" PRIx32);
63
atf_dec
(atomic_dec_uint, unsigned int, "0x%x");
64
atf_dec
(atomic_dec_ulong, unsigned long, "0x%lx");
65
atf_dec
(atomic_dec_ptr, void *, "%p");
67
atf_dec
(atomic_dec_64, uint64_t, "0x%" PRIx64);
Completed in 11 milliseconds
Indexes created Mon Oct 20 03:09:53 GMT 2025