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 - 2
of
2
) 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);
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 21 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025