Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c69 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
71 #define CMP(t, x, y) (cmp((x), (y))) macro