Searched refs:obase (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/usr.bin/bc/
H A Dscan.l134 "obase" return (OBASE);
/freebsd-10.0-release/usr.bin/dc/
H A Dbcode.c46 u_int obase; member in struct:bmachine
250 bmachine.obase = bmachine.ibase = 10;
495 stack_print(stdout, &bmachine.stack, "", bmachine.obase);
504 print_value(stdout, value, "", bmachine.obase);
540 print_value(stdout, value, "", bmachine.obase);
605 bn_check(BN_set_word(n->number, bmachine.obase));
619 bmachine.obase = (u_int)base;
1762 bmachine.obase);
1773 bmachine.obase);
/freebsd-10.0-release/sys/dev/pst/
H A Dpst-iop.c180 reply = (struct i2o_single_reply *)(sc->obase + (mfa - sc->phys_obase));
243 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT *
251 sc->phys_obase = vtophys(sc->obase);
458 reply = (struct i2o_single_reply *)(sc->obase+(out_mfa-sc->phys_obase));
H A Dpst-iop.h45 caddr_t obase; member in struct:iop_softc
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_handle.c397 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old; local
413 uintptr_t oaddr = obase + _dt_droptab[i].dtdrt_offset;
/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dt_x509.c470 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) argument
475 l=80-2-obase;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mixx-defs.h1247 uint64_t obase : 37; /**< Represents the 8B-aligned base address of the first member in struct:cvmx_mixx_oring1::cvmx_mixx_oring1_s
1254 uint64_t obase : 37;
1267 uint64_t obase : 33; /**< Represents the 8B-aligned base address of the first member in struct:cvmx_mixx_oring1::cvmx_mixx_oring1_cn52xx
1274 uint64_t obase : 33;
H A Dcvmx-mgmt-port.c292 oring1.s.obase = cvmx_ptr_to_phys(state->tx_ring)>>3;
/freebsd-10.0-release/crypto/openssl/crypto/x509/
H A Dx509.h996 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);

Completed in 224 milliseconds