base               41 mtcp/mtcp_util.c   int base = 10;
base               44 mtcp/mtcp_util.c     base = 16;
base               47 mtcp/mtcp_util.c     base = 8;
base               49 mtcp/mtcp_util.c     base = 10;
base               61 mtcp/mtcp_util.c     MTCP_ASSERT(c < base);
base               62 mtcp/mtcp_util.c     v = v * base + c;