Home
last modified time | relevance | path

Searched refs:obase (Results 1 – 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/dc/
HDbcode.c46 u_int obase; member
252 bmachine.obase = bmachine.ibase = 10; in init_bmachine()
496 stack_print(stdout, &bmachine.stack, "", bmachine.obase); in print_stack()
505 print_value(stdout, value, "", bmachine.obase); in print_tos()
517 print_value(stderr, value, "", bmachine.obase); in print_err()
553 print_value(stdout, value, "", bmachine.obase); in pop_printn()
618 bn_check(BN_set_word(n->number, bmachine.obase)); in get_obase()
632 bmachine.obase = (u_int)base; in set_obase()
1762 bmachine.obase); in eval()
1773 bmachine.obase); in eval()
/freebsd-11-stable/sys/dev/pst/
HDpst-iop.c180 reply = (struct i2o_single_reply *)(sc->obase + (mfa - sc->phys_obase)); in iop_intr()
243 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT * in iop_init_outqueue()
251 sc->phys_obase = vtophys(sc->obase); in iop_init_outqueue()
458 reply = (struct i2o_single_reply *)(sc->obase+(out_mfa-sc->phys_obase)); in iop_queue_wait_msg()
HDpst-iop.h45 caddr_t obase; member
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-mixx-defs.h1247 …uint64_t obase : 37; /**< Represents the 8B-aligned base address of the fir… member
1254 uint64_t obase : 37;
1267 …uint64_t obase : 33; /**< Represents the 8B-aligned base address of the fir… member
1274 uint64_t obase : 33;
HDcvmx-mgmt-port.c292 oring1.s.obase = cvmx_ptr_to_phys(state->tx_ring)>>3; in cvmx_mgmt_port_initialize()
/freebsd-11-stable/crypto/openssl/doc/crypto/
HDX509_NAME_print_ex.pod15 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
32 X509_NAME_print() prints out B<name> to B<bp> indenting each line by B<obase>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_handle.c397 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old; in dt_handle_status() local
413 uintptr_t oaddr = obase + _dt_droptab[i].dtdrt_offset; in dt_handle_status()
/freebsd-11-stable/crypto/openssl/crypto/asn1/
HDt_x509.c501 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase) in X509_NAME_print() argument
506 l = 80 - 2 - obase; in X509_NAME_print()
/freebsd-11-stable/crypto/openssl/crypto/x509/
HDx509.h996 int X509_NAME_print(BIO *bp, X509_NAME *name, int obase);
/freebsd-11-stable/crypto/openssl/doc/
HDssleay.txt932 void X509_NAME_print(BIO *fp, X509_NAME *name, int obase);