Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmp/common/
H A Dold_mp.c53 int mcmp(MINT *a, MINT *b) { return (mp_mcmp(a, b)); } in mcmp() function
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c184 int mcmp = memcmp(pKey1, pKey2, (nKey1 <= nKey2)?nKey1:nKey2); in key_compare() local