Searched refs:ibase (Results 1 - 14 of 14) sorted by last modified time

/freebsd-9.3-release/lib/libipx/
H A Dipx_addr.c104 int i, ibase, base16 = 0, base10 = 0, clen = 0; local
175 ibase = 4096;
178 ibase = 512;
181 ibase = 1000;
198 cvtbase((long)ibase, 256, hb, i, out, len);
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlex.l154 int ibase ;
160 ibase = 16;
164 ibase = 8;
168 ibase = 2;
171 ibase = 10;
174 ibase);
180 int ibase = 0;
185 ibase = 16;
187 yylval.integer = bfd_scan_vma (s, 0, ibase);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlinespec.c200 int ibase; local
261 for (ibase = 0; ibase < TYPE_N_BASECLASSES (t); ibase++)
262 i1 += find_methods (TYPE_BASECLASS (t, ibase), name, sym_arr + i1);
/freebsd-9.3-release/contrib/gcc/
H A Dsimplify-rtx.c4343 int ibase;
4345 ibase = bitsize - 1 - i;
4347 ibase = i;
4348 *vp++ = tmp[ibase / 32] >> i % 32;
4463 int ibase;
4465 ibase = elem_bitsize - 1 - i;
4467 ibase = i;
4468 tmp[ibase / 32] |= (*vp++ & value_mask) << i % 32;
4334 int ibase; local
4454 int ibase; local
H A Dtree-ssa-loop-prefetch.c338 tree ibase, step, stepsize; local
348 ibase = iv.base;
360 if (TREE_CODE (ibase) == PLUS_EXPR
361 && cst_and_fits_in_hwi (TREE_OPERAND (ibase, 1)))
363 idelta = int_cst_value (TREE_OPERAND (ibase, 1));
364 ibase = TREE_OPERAND (ibase, 0);
366 if (cst_and_fits_in_hwi (ibase))
368 idelta += int_cst_value (ibase);
369 ibase
[all...]
/freebsd-9.3-release/usr.bin/bc/
H A Dbc.library46 r = ibase
47 ibase = A
80 ibase = r
90 r = ibase
91 ibase = A
94 ibase = r
139 ibase = r
148 r = ibase
149 ibase = A
174 ibase
[all...]
H A Dscan.l129 "ibase" return (IBASE);
/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.c49 u_int ibase; member in struct:bmachine
252 bmachine.obase = bmachine.ibase = 10;
630 bn_check(BN_set_word(n->number, bmachine.ibase));
644 bmachine.ibase = (u_int)base;
1659 bmachine.ibase));
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-mgmt-port.c290 iring1.s.ibase = cvmx_ptr_to_phys(state->rx_ring)>>3;
H A Dcvmx-mixx-defs.h753 uint64_t ibase : 37; /**< Represents the 8B-aligned base address of the first member in struct:cvmx_mixx_iring1::cvmx_mixx_iring1_s
760 uint64_t ibase : 37;
774 uint64_t ibase : 33; /**< Represents the 8B-aligned base address of the first member in struct:cvmx_mixx_iring1::cvmx_mixx_iring1_cn52xx
781 uint64_t ibase : 33;
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-iop.c211 msg = (struct i2o_exec_iop_reset_message *)(sc->ibase + mfa);
253 msg = (struct i2o_exec_init_outqueue_message *)(sc->ibase + mfa);
305 msg = (struct i2o_exec_get_lct_message *)(sc->ibase + mfa);
353 msg = (struct i2o_util_get_param_message *)(sc->ibase + mfa);
403 struct i2o_basic_message *msg = (struct i2o_basic_message *)(sc->ibase+mfa);
H A Dpst-iop.h44 caddr_t ibase; member in struct:iop_softc
H A Dpst-pci.c93 sc->ibase = rman_get_virtual(sc->r_mem);
94 sc->reg = (struct i2o_registers *)sc->ibase;
H A Dpst-raid.c184 msg = (struct i2o_bsa_cache_flush_message *)(psc->iop->ibase + mfa);
264 (request->psc->iop->ibase + request->mfa);

Completed in 136 milliseconds