Home
last modified time | relevance | path

Searched refs:three_way_min (Results 1 – 5 of 5) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dmemcpy_ea.c67 local_n = three_way_min (src_n, dst_n, n); in memcpy_ea()
Dmemmove_ea.c66 local_n = three_way_min (src_n, dst_n, n); in memmove_ea()
Dmemcmp_ea.c66 local_n = three_way_min (s2_n, s1_n, n); in memcmp_ea()
Dstrncmp_ea.c69 min = three_way_min (s2_n, s1_n, n3); in strncmp_ea()
Dea_internal.h95 three_way_min(size_t x, size_t y, size_t z) in three_way_min() function