Home
last modified time | relevance | path

Searched refs:c (Results 1 – 3 of 3) sorted by relevance

/include/
A Datomic_wide_counter.h28 __atomic_wide_counter_load_relaxed (__atomic_wide_counter *c) in __atomic_wide_counter_load_relaxed() argument
30 return atomic_load_relaxed (&c->__value64); in __atomic_wide_counter_load_relaxed()
34 __atomic_wide_counter_load_acquire (__atomic_wide_counter *c) in __atomic_wide_counter_load_acquire() argument
36 return atomic_load_acquire (&c->__value64); in __atomic_wide_counter_load_acquire()
43 return atomic_fetch_add_relaxed (&c->__value64, val); in __atomic_wide_counter_fetch_add_relaxed()
50 return atomic_fetch_add_acquire (&c->__value64, val); in __atomic_wide_counter_fetch_add_acquire()
54 __atomic_wide_counter_add_relaxed (__atomic_wide_counter *c, in __atomic_wide_counter_add_relaxed() argument
57 atomic_store_relaxed (&c->__value64, in __atomic_wide_counter_add_relaxed()
65 return atomic_fetch_xor_release (&c->__value64, val); in __atomic_wide_counter_fetch_xor_release()
76 uint64_t r = __atomic_wide_counter_load_relaxed (c); in __atomic_wide_counter_load_acquire()
[all …]
A Dctype.h60 # define isdigit(c) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument
62 # define isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument
64 # define __isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument
A Dwctype.h66 # define iswdigit(c) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument
68 # define iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument
70 # define __iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument

Completed in 7 milliseconds