HomeSort by relevance Sort by last modified time
    Searched refs:nrs (Results 1 - 5 of 5) sorted by null

  /external/u-boot/arch/arm/mach-omap2/am33xx/
ti816x_emif4.c 139 const struct dmm_lisa_map_regs *lisa_regs, int nrs)
145 for (i = 0; i < nrs; i++)
154 for (i = 0; i < nrs; i++) {
160 for (i = 0; i < nrs; i++)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
DGMRES.h 357 DenseVector nrs(m_restart);
358 nrs = m_H.topLeftCorner(it,it).template triangularView<Upper>().solve(g.head(it));
363 tv1 = m_V.leftCols(it) * nrs;
368 x = x + precond.solve(m_V.leftCols(it) * nrs);
  /external/u-boot/arch/arm/include/asm/arch-am33xx/
ddr_defs.h 359 const struct dmm_lisa_map_regs *lisa_regs, int nrs);
  /external/openssh/
krl.c 550 struct revoked_serial *rs, *nrs; local
579 nrs = RB_NEXT(revoked_serial_tree, &rc->revoked_serials, rs);
580 final = nrs == NULL;
581 gap = nrs == NULL ? 0 : nrs->lo - rs->hi;
    [all...]
  /cts/tests/tests/telephony/current/src/android/telephony/cts/
TelephonyManagerTest.java 469 for (NetworkRegistrationInfo nrs : state.getNetworkRegistrationInfoList()) {
470 assertNull(nrs.getCellIdentity());
    [all...]

Completed in 434 milliseconds