Searched refs:type1 (Results 1 – 1 of 1) sorted by relevance
/picolibc-latest/newlib/libc/include/ssp/ |
D | string.h | 61 #define __ssp_bos_icheck3_restrict(fun, type1, type2) \ argument 62 __declare_extern_inline(type1) __ ## fun ## _ichk(type1 __restrict, type2 __restrict, size_t); \ 63 __declare_extern_inline(type1) \ 64 __ ## fun ## _ichk(type1 __restrict dst, type2 __restrict src, size_t len) { \ 68 #define __ssp_bos_icheck3(fun, type1, type2) \ argument 69 __declare_extern_inline(type1) __ ## fun ## _ichk(type1, type2, size_t); \ 70 __declare_extern_inline(type1) \ 71 __ ## fun ## _ichk(type1 dst, type2 src, size_t len) { \ 75 #define __ssp_bos_icheck2_restrict(fun, type1, type2) \ argument 76 __declare_extern_inline(type1) __ ## fun ## _ichk(type1, type2); \ [all …]
|