Searched refs:three_way_min (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/spu/ |
D | memcpy_ea.c | 67 local_n = three_way_min (src_n, dst_n, n); in memcpy_ea()
|
D | memmove_ea.c | 66 local_n = three_way_min (src_n, dst_n, n); in memmove_ea()
|
D | memcmp_ea.c | 66 local_n = three_way_min (s2_n, s1_n, n); in memcmp_ea()
|
D | strncmp_ea.c | 69 min = three_way_min (s2_n, s1_n, n3); in strncmp_ea()
|
D | ea_internal.h | 95 three_way_min(size_t x, size_t y, size_t z) in three_way_min() function
|