Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dqsort.c130 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
132 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
134 #define CMP(t, x, y) (cmp((x), (y))) macro