Searched defs:r (Results 1 – 5 of 5) sorted by relevance
/include/ |
A D | resolv.h | 5 # define RES_SET_H_ERRNO(r,x) \ argument
|
A D | intprops.h | 395 # define INT_ADD_WRAPV(a, b, r) \ argument 397 # define INT_SUBTRACT_WRAPV(a, b, r) \ argument 407 # define INT_MULTIPLY_WRAPV(a, b, r) \ argument 414 # define INT_MULTIPLY_WRAPV(a, b, r) \ argument 434 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 489 # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \ argument 506 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument 519 # define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \ argument 635 #define INT_ADD_OK(a, b, r) ! INT_ADD_WRAPV (a, b, r) argument 636 #define INT_SUBTRACT_OK(a, b, r) ! INT_SUBTRACT_WRAPV (a, b, r) argument [all …]
|
A D | atomic_wide_counter.h | 76 uint64_t r = __atomic_wide_counter_load_relaxed (c); in __atomic_wide_counter_load_acquire() local 89 uint64_t r = __atomic_wide_counter_fetch_add_relaxed (c, val); in __atomic_wide_counter_fetch_add_acquire() local
|
A D | scratch_buffer.h | 147 void *r = __libc_scratch_buffer_dupfree (buffer, size); in libc_hidden_proto() local
|
/include/sys/ |
A D | resource.h | 91 struct rusage *restrict r) in rusage64_to_rusage()
|
Completed in 12 milliseconds