Searched refs:_SORT_R_INLINE (Results 1 – 2 of 2) sorted by relevance
/third_party/e2fsprogs/lib/support/ |
D | sort_r.h | 25 #define _SORT_R_INLINE inline macro 35 # undef _SORT_R_INLINE 36 # define _SORT_R_INLINE __inline macro 49 static _SORT_R_INLINE void sort_r_swap(char *__restrict a, char *__restrict b, in sort_r_swap() 59 static _SORT_R_INLINE int sort_r_cmpswap(char *__restrict a, in sort_r_cmpswap() 82 static _SORT_R_INLINE void sort_r_swap_blocks(char *ptr, size_t na, size_t nb) in sort_r_swap_blocks() 92 static _SORT_R_INLINE void sort_r_simple(void *base, size_t nel, size_t w, in sort_r_simple() 217 static _SORT_R_INLINE void sort_r(void *base, size_t nel, size_t width, in sort_r() 254 static _SORT_R_INLINE int sort_r_arg_swap(void *s, in sort_r_arg_swap() 274 static _SORT_R_INLINE void sort_r(void *base, size_t nel, size_t width, in sort_r() [all …]
|
/third_party/ejdb/src/util/ |
D | sort_r.h | 25 #define _SORT_R_INLINE inline macro 35 # undef _SORT_R_INLINE 36 # define _SORT_R_INLINE __inline macro 50 static _SORT_R_INLINE void sort_r_swap( in sort_r_swap() 64 static _SORT_R_INLINE int sort_r_cmpswap( in sort_r_cmpswap() 87 static _SORT_R_INLINE void sort_r_swap_blocks(char *ptr, size_t na, size_t nb) { in sort_r_swap_blocks() 100 static _SORT_R_INLINE void sort_r_simple( in sort_r_simple() 237 static _SORT_R_INLINE void sort_r( in sort_r() 274 static _SORT_R_INLINE int sort_r_arg_swap( in sort_r_arg_swap() 295 static _SORT_R_INLINE void sort_r( in sort_r() [all …]
|