Home
last modified time | relevance | path

Searched refs:mcmp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libmp/common/
H A Dlibmp.h71 extern int mcmp(MINT *, MINT *);
H A Dold_mp.c53 int mcmp(MINT *a, MINT *b) { return (mp_mcmp(a, b)); } in mcmp() function
H A Dmapfile_1-vers46 mcmp;
/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
185 if( mcmp == 0){ in key_compare()
189 return ((mcmp>0)?1:-1); in key_compare()