Searched refs:nblk (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Dmd5.js27 var nblk = ((str.length + 8) >> 6) + 1; // number of 16-word blocks
28 var blks = new Array(nblk * 16);
29 for(var i = 0; i < nblk * 16; i++) blks[i] = 0;
33 blks[nblk * 16 - 2] = str.length * 8;
H A Dfuncs.js1480 nblk = ((str.length + 8) >> 6) + 1;
1481 blks = new Array(nblk * 16);
1482 for(i = 0; i < nblk * 16; i++) blks[i] = 0;
1486 blks[nblk * 16 - 2] = str.length * 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Ddir.c1859 u64 blk, nblk; local
1886 for (blk = leaf_no; blk; blk = nblk) {
1891 nblk = be64_to_cpu(tmp_leaf->lf_next);
1916 for (blk = leaf_no; blk; blk = nblk) {
1921 nblk = be64_to_cpu(tmp_leaf->lf_next);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/cgi-bin/
H A Dopmode.js1318 nblk = ((str.length + 8) >> 6) + 1;
1319 blks = new Array(nblk * 16);
1320 for(i = 0; i < nblk * 16; i++) blks[i] = 0;
1324 blks[nblk * 16 - 2] = str.length * 8;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/script/
H A Dopmode.js1318 nblk = ((str.length + 8) >> 6) + 1;
1319 blks = new Array(nblk * 16);
1320 for(i = 0; i < nblk * 16; i++) blks[i] = 0;
1324 blks[nblk * 16 - 2] = str.length * 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Domap_hsmmc.c1235 int blksz, nblk, dma_ch; local
1251 nblk = sg_dma_len(sgl) / blksz;
1254 blksz / 4, nblk, OMAP_DMA_SYNC_FRAME,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.c2139 unsigned nblk, put_cnt;
2144 put_cnt = (nblk = size>>9)<<9;
2157 pka_vbn += nblk;

Completed in 107 milliseconds