Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 8 of 8) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Dtnc.c609 int nn = *n; in tnc_next() local
611 nn += 1; in tnc_next()
612 if (nn < znode->child_cnt) { in tnc_next()
613 *n = nn; in tnc_next()
622 nn = znode->iip + 1; in tnc_next()
624 if (nn < znode->child_cnt) { in tnc_next()
625 znode = get_znode(c, znode, nn); in tnc_next()
633 nn = 0; in tnc_next()
638 *n = nn; in tnc_next()
654 int nn = *n; in tnc_prev() local
[all …]
H A Dlpt.c2232 struct ubifs_nnode *nnode, *nn; in dbg_check_lpt_nodes() local
2251 nn = (struct ubifs_nnode *)cnode; in dbg_check_lpt_nodes()
2253 cn = nn->nbranch[iip].cnode; in dbg_check_lpt_nodes()
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_decompress.c465 UInt32 nn; in BZ2_decompress() local
466 nn = (UInt32)(nextSym - 1); in BZ2_decompress()
468 if (nn < MTFL_SIZE) { in BZ2_decompress()
471 uc = s->mtfa[pp+nn]; in BZ2_decompress()
472 while (nn > 3) { in BZ2_decompress()
473 Int32 z = pp+nn; in BZ2_decompress()
478 nn -= 4; in BZ2_decompress()
480 while (nn > 0) { in BZ2_decompress()
481 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--; in BZ2_decompress()
486 lno = nn / MTFL_SIZE; in BZ2_decompress()
[all …]
H A Dbzlib_compress.c405 # define BZ_ITER(nn) \ in sendMTFValues() argument
406 icv = mtfv[gs+(nn)]; \ in sendMTFValues()
454 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++ in sendMTFValues() argument
603 # define BZ_ITAH(nn) \ in sendMTFValues() argument
604 mtfv_i = mtfv[gs+(nn)]; \ in sendMTFValues()
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c150 const DWunion nn = {.ll = n}; in __udivmoddi4() local
159 n0 = nn.s.low; in __udivmoddi4()
160 n1 = nn.s.high; in __udivmoddi4()
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h64 __le32 nn; member
677 u32 nn; member
H A Dnvme.c631 dev->nn = le32_to_cpu(ctrl->nn); in nvme_get_info_from_identify()
1008 for (int i = 1; i <= ndev->nn; i++) { in nvme_probe()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Datmel_nand.c762 unsigned int nn = (1 << mm) - 1; in build_gf_tables() local
768 for (i = 0; i < nn; i++) { in build_gf_tables()
779 alpha_to[nn] = 1; in build_gf_tables()