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

/freebsd-12-stable/contrib/bc/tests/bc/scripts/
H A Dglobals.bc9 obase=x
10 return obase
21 obase
H A Dparse.bc5 obase = 10
9 obase = b
/freebsd-12-stable/usr.bin/bc/
H A Dscan.l139 "obase" return OBASE;
/freebsd-12-stable/contrib/bc/include/
H A Dlibrary.h158 size_t obase; member in struct:BclCtxt
H A Dbcl.h234 void bcl_ctxt_setObase(BclContext ctxt, size_t obase);
/freebsd-12-stable/usr.bin/dc/
H A Dbcode.c46 u_int obase; member in struct:bmachine
251 bmachine.obase = bmachine.ibase = 10;
490 stack_print(stdout, &bmachine.stack, "", bmachine.obase);
499 print_value(stdout, value, "", bmachine.obase);
511 print_value(stderr, value, "", bmachine.obase);
547 print_value(stdout, value, "", bmachine.obase);
612 bn_check(BN_set_word(n->number, bmachine.obase));
626 bmachine.obase = (u_int)base;
1760 bmachine.obase);
1771 bmachine.obase);
[all...]
/freebsd-12-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c63 size_t ilen, u_int base, u_int *obase);
967 * @param[out] obase On success, will be set to the base of the parsed
977 u_int *obase)
1053 if (obase != NULL)
1054 *obase = base;
976 bhnd_nvram_ident_num_string(const char *inp, size_t ilen, u_int base, u_int *obase) argument
/freebsd-12-stable/sys/dev/pst/
H A Dpst-iop.c182 reply = (struct i2o_single_reply *)(sc->obase + (mfa - sc->phys_obase));
245 if (!(sc->obase = contigmalloc(I2O_IOP_OUTBOUND_FRAME_COUNT *
253 sc->phys_obase = vtophys(sc->obase);
460 reply = (struct i2o_single_reply *)(sc->obase+(out_mfa-sc->phys_obase));
H A Dpst-iop.h47 caddr_t obase; member in struct:iop_softc
/freebsd-12-stable/contrib/bc/src/
H A Dlibrary.c189 ctxt->obase= 10;
237 return ctxt->obase;
240 void bcl_ctxt_setObase(BclContext ctxt, size_t obase) { argument
241 ctxt->obase = obase;
894 bc_num_print(nptr, (BcBigDig) ctxt->obase, false);
/freebsd-12-stable/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-12-stable/crypto/openssl/crypto/x509/
H A Dx_name.c493 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase) argument
498 l = 80 - 2 - obase;
/freebsd-12-stable/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-12-stable/crypto/openssl/include/openssl/
H A Dx509.h791 int X509_NAME_print(BIO *bp, const X509_NAME *name, int obase);

Completed in 127 milliseconds