OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:atf_swap
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/atomic/
t_atomic_swap.c
45
#define
atf_swap
(NAME, TYPE, FMT) \
macro
69
atf_swap
(atomic_swap_32, uint32_t, "0x%" PRIx32);
70
atf_swap
(atomic_swap_uint, unsigned int, "0x%x");
71
atf_swap
(atomic_swap_ulong, unsigned long, "0x%lx");
72
atf_swap
(atomic_swap_ptr, void *, "%p");
74
atf_swap
(atomic_swap_64, uint64_t, "0x%" PRIx64);
t_atomic_swap.c
45
#define
atf_swap
(NAME, TYPE, FMT) \
macro
69
atf_swap
(atomic_swap_32, uint32_t, "0x%" PRIx32);
70
atf_swap
(atomic_swap_uint, unsigned int, "0x%x");
71
atf_swap
(atomic_swap_ulong, unsigned long, "0x%lx");
72
atf_swap
(atomic_swap_ptr, void *, "%p");
74
atf_swap
(atomic_swap_64, uint64_t, "0x%" PRIx64);
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025