fxp_comp           51 clib/fxp.c     static int fxp_comp(struct fxp *, struct fxp *, int);
fxp_comp          362 clib/fxp.c        ret = fxp_comp(fxp1, fxp2, FXP_OP_EQ);
fxp_comp          377 clib/fxp.c        ret = fxp_comp(fxp1, fxp2, FXP_OP_LT);
fxp_comp          392 clib/fxp.c        ret = fxp_comp(fxp1, fxp2, FXP_OP_GT);
fxp_comp          408 clib/fxp.c        ret = fxp_comp(fxp1, fxp2, FXP_OP_LE);
fxp_comp          424 clib/fxp.c        ret = fxp_comp(fxp1, fxp2, FXP_OP_GE);