Searched refs:nblocks (Results 1 - 25 of 66) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Drmd.h28 u32 nblocks; member in struct:__anon2582
H A Dsha1.c60 u32 nblocks; member in struct:__anon2587
77 hd->nblocks = 0;
108 transform (SHA1_CONTEXT *hd, const unsigned char *data, size_t nblocks) argument
115 for ( ;nblocks; nblocks--)
241 size_t nblocks; local
248 hd->nblocks++;
262 nblocks = inlen / 64;
263 if (nblocks)
265 TRANSFORM (hd, inbuf, nblocks);
[all...]
H A Dcipher.c183 unsigned int nblocks);
186 unsigned int nblocks);
189 unsigned int nblocks, int cbc_mac);
192 unsigned int nblocks);
195 unsigned int nblocks);
962 unsigned int n, nblocks;
969 nblocks = inbuflen / c->cipher->blocksize;
971 for (n=0; n < nblocks; n++ )
986 unsigned int n, nblocks;
992 nblocks
959 unsigned int n, nblocks; local
983 unsigned int n, nblocks; local
1011 unsigned nblocks = inbuflen / blocksize; local
1088 unsigned int nblocks = inbuflen / blocksize; local
1194 unsigned int nblocks = inbuflen / blocksize; local
1286 unsigned int nblocks = inbuflen / blocksize; local
1455 unsigned int nblocks; local
[all...]
H A Dmd4.c63 u32 nblocks; member in struct:__anon2564
79 ctx->nblocks = 0;
204 hd->nblocks++;
223 hd->nblocks++;
248 t = hd->nblocks;
H A Drijndael.c1178 unsigned int nblocks)
1192 for ( ;nblocks; nblocks-- )
1206 for ( ;nblocks; nblocks-- )
1217 for ( ;nblocks; nblocks-- )
1238 unsigned int nblocks, int cbc_mac)
1247 for ( ;nblocks; nblocks
1172 _gcry_aes_cfb_enc(void *context, unsigned char *iv, void *outbuf_arg, const void *inbuf_arg, unsigned int nblocks) argument
1232 _gcry_aes_cbc_enc(void *context, unsigned char *iv, void *outbuf_arg, const void *inbuf_arg, unsigned int nblocks, int cbc_mac) argument
1278 _gcry_aes_ctr_enc(void *context, unsigned char *ctr, void *outbuf_arg, const void *inbuf_arg, unsigned int nblocks) argument
1502 _gcry_aes_cfb_dec(void *context, unsigned char *iv, void *outbuf_arg, const void *inbuf_arg, unsigned int nblocks) argument
1567 _gcry_aes_cbc_dec(void *context, unsigned char *iv, void *outbuf_arg, const void *inbuf_arg, unsigned int nblocks) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/init/
H A Ddo_mounts_rd.c59 int nblocks = -1; local
86 nblocks = 0;
96 nblocks = (ntohl(romfsb->size)+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
104 nblocks = (cramfsb->size + BLOCK_SIZE - 1) >> BLOCK_SIZE_BITS;
115 nblocks = (squashfsb->bytes_used_2+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
117 nblocks = (squashfsb->bytes_used+BLOCK_SIZE-1)>>BLOCK_SIZE_BITS;
133 nblocks = minixsb->s_nzones << minixsb->s_log_zone_size;
142 nblocks = le32_to_cpu(ext2sb->s_blocks_count) <<
154 return nblocks;
162 int nblocks, local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dfft_altivec.c47 int nblocks, nloops; local
94 nblocks = np >> 3;
102 j = nblocks;
133 nblocks = nblocks >> 1;
135 } while (nblocks != 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/partitions/
H A Dsysv68.c44 __be32 nblocks; /* slice size (in blocks) */ member in struct:slice
81 if (be32_to_cpu(slice->nblocks)) {
84 be32_to_cpu(slice->nblocks));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c75 int nblocks);
82 static int dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results);
84 int nblocks);
86 int nblocks,
89 int nblocks);
90 static int dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks,
93 static int dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb,
95 static int dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno,
97 static int dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks);
102 int nblocks);
331 dbFree(struct inode *ip, s64 blkno, s64 nblocks) argument
417 dbUpdatePMap(struct inode *ipbmap, int free, s64 blkno, s64 nblocks, struct tblock * tblk) argument
694 dbAlloc(struct inode *ip, s64 hint, s64 nblocks, s64 * results) argument
894 dbAllocExact(struct inode *ip, s64 blkno, int nblocks) argument
979 dbReAlloc(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks, s64 * results) argument
1027 dbExtend(struct inode *ip, s64 blkno, s64 nblocks, s64 addnblocks) argument
1128 dbAllocNext(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks) argument
1261 dbAllocNear(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks, int l2nb, s64 * results) argument
1371 dbAllocAG(struct bmap * bmp, int agno, s64 nblocks, int l2nb, s64 * results) argument
1572 dbAllocAny(struct bmap * bmp, s64 nblocks, int l2nb, s64 * results) argument
1745 dbAllocCtl(struct bmap * bmp, s64 nblocks, int l2nb, s64 blkno, s64 * results) argument
1897 dbAllocDmapLev(struct bmap * bmp, struct dmap * dp, int nblocks, int l2nb, s64 * results) argument
1960 dbAllocDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks) argument
2015 dbFreeDmap(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks) argument
2077 dbAllocBits(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks) argument
2224 dbFreeBits(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks) argument
3110 dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks) argument
3165 dbAllocDmapBU(struct bmap * bmp, struct dmap * dp, s64 blkno, int nblocks) argument
3289 dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks) argument
3653 dbInitDmap(struct dmap * dp, s64 Blkno, int nblocks) argument
3911 dbGetL2AGSize(s64 nblocks) argument
3962 s64 nblocks; local
[all...]
H A Djfs_dmap.h161 __le32 nblocks; /* 4: num blks covered by this dmap */ member in struct:dmap
297 extern int dbFree(struct inode *ipbmap, s64 blkno, s64 nblocks);
300 int free, s64 blkno, s64 nblocks, struct tblock * tblk);
304 extern int dbAlloc(struct inode *ipbmap, s64 hint, s64 nblocks, s64 * results);
307 s64 blkno, s64 nblocks, s64 addnblocks, s64 * results);
310 extern int dbAllocBottomUp(struct inode *ip, s64 blkno, s64 nblocks);
311 extern int dbExtendFS(struct inode *ipbmap, s64 blkno, s64 nblocks);
H A Dresize.c74 s64 XAddress, XSize, nblocks, xoff, xaddr, t64; local
325 nblocks = min(t64 - mapSize, XSize);
334 if ((rc = dbExtendFS(ipbmap, XAddress, nblocks)))
337 * the map now has extended to cover additional nblocks:
338 * dn_mapsize = oldMapsize + nblocks;
340 /* ipbmap->i_mapsize += nblocks; */
341 XSize -= nblocks;
385 xlen = min(xlen, (int) nblocks) & ~(sbi->nbperpage - 1);
390 if ((rc = xtAppend(tid, ipbmap, 0, xoff, nblocks, &xlen, &xaddr, 0))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dcipher.h84 unsigned int nblocks);
87 unsigned int nblocks);
90 unsigned int nblocks, int cbc_mac);
93 unsigned int nblocks);
96 unsigned int nblocks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dext3_jbd.h154 handle_t *ext3_journal_start_sb(struct super_block *sb, int nblocks);
157 static inline handle_t *ext3_journal_start(struct inode *inode, int nblocks) argument
159 return ext3_journal_start_sb(inode->i_sb, nblocks);
170 static inline int ext3_journal_extend(handle_t *handle, int nblocks) argument
172 return journal_extend(handle, nblocks);
175 static inline int ext3_journal_restart(handle_t *handle, int nblocks) argument
177 return journal_restart(handle, nblocks);
H A Dext4_jbd2.h159 handle_t *ext4_journal_start_sb(struct super_block *sb, int nblocks);
162 static inline handle_t *ext4_journal_start(struct inode *inode, int nblocks) argument
164 return ext4_journal_start_sb(inode->i_sb, nblocks);
175 static inline int ext4_journal_extend(handle_t *handle, int nblocks) argument
177 return jbd2_journal_extend(handle, nblocks);
180 static inline int ext4_journal_restart(handle_t *handle, int nblocks) argument
182 return jbd2_journal_restart(handle, nblocks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dutil_mem.h42 int nblocks; /* # of allocated blocks */ member in struct:snd_util_memhdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_lookup.c115 u_long npages, page, nblocks, pblocks, block; local
121 nblocks = dir_blocks(ip);
133 for (block = 0; block <= nblocks && block <= pblocks; block++) {
246 u_long page, npages, block, pblocks, nblocks, offset; local
272 nblocks = dir_blocks(ip);
288 for (; block <= nblocks && block <= pblocks; block++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dmemp001.tcl119 proc file_create { fname nblocks blocksize } {
121 for {set i 0} {$i < $nblocks} {incr i} {
125 seek $fid [expr $nblocks * $blocksize - 1]
134 if { [file size $fname] != $nblocks * $blocksize } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/minix/
H A Ditree_v1.c60 return nblocks(size, sb);
H A Ditree_v2.c66 return nblocks(size, sb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtape_char.c196 int nblocks; local
209 nblocks = count / block_size;
212 nblocks = 1;
225 DBF_EVENT(6, "TCHAR:nblocks: %x\n", nblocks);
232 for (i = 0; i < nblocks; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dtransaction.c84 int nblocks = handle->h_buffer_credits; local
88 if (nblocks > journal->j_max_transaction_buffers) {
90 current->comm, nblocks,
164 needed = transaction->t_outstanding_credits + nblocks;
221 transaction->t_outstanding_credits += nblocks;
225 handle, nblocks, transaction->t_outstanding_credits,
235 static hfsplus_jbd_handle_t *new_handle(int nblocks) argument
241 handle->h_buffer_credits = nblocks;
250 * @nblocks: number of block buffer we might modify
252 * We make sure that the transaction can guarantee at least nblocks o
261 hfsplus_jbd_start(hfsplus_jbd_t *journal, int nblocks, hfsplus_handle_t *hfsplus_handle) argument
310 hfsplus_jbd_extend(hfsplus_jbd_handle_t *handle, int nblocks) argument
376 hfsplus_jbd_restart(hfsplus_jbd_handle_t *handle, int nblocks) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Dtransaction.c85 int nblocks = handle->h_buffer_credits; local
89 if (nblocks > journal->j_max_transaction_buffers) {
91 current->comm, nblocks,
165 needed = transaction->t_outstanding_credits + nblocks;
222 transaction->t_outstanding_credits += nblocks;
226 handle, nblocks, transaction->t_outstanding_credits,
237 static handle_t *new_handle(int nblocks) argument
243 handle->h_buffer_credits = nblocks;
252 * @nblocks: number of block buffer we might modify
254 * We make sure that the transaction can guarantee at least nblocks o
263 journal_start(journal_t *journal, int nblocks) argument
312 journal_extend(handle_t *handle, int nblocks) argument
378 journal_restart(handle_t *handle, int nblocks) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Dtransaction.c85 int nblocks = handle->h_buffer_credits; local
89 if (nblocks > journal->j_max_transaction_buffers) {
91 current->comm, nblocks,
165 needed = transaction->t_outstanding_credits + nblocks;
222 transaction->t_outstanding_credits += nblocks;
226 handle, nblocks, transaction->t_outstanding_credits,
237 static handle_t *new_handle(int nblocks) argument
243 handle->h_buffer_credits = nblocks;
252 * @nblocks: number of block buffer we might modify
254 * We make sure that the transaction can guarantee at least nblocks o
263 jbd2_journal_start(journal_t *journal, int nblocks) argument
312 jbd2_journal_extend(handle_t *handle, int nblocks) argument
378 jbd2_journal_restart(handle_t *handle, int nblocks) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dape.c53 int nblocks; member in struct:__anon614
236 av_log(s, AV_LOG_DEBUG, "%8d %8lld %8d (%d samples)\n", i, ape_ctx->frames[i].pos, ape_ctx->frames[i].size, ape_ctx->frames[i].nblocks);
360 ape->frames[0].nblocks = ape->blocksperframe;
364 ape->frames[i].nblocks = ape->blocksperframe;
369 ape->frames[ape->totalframes - 1].nblocks = ape->finalframeblocks;
429 int nblocks; local
442 nblocks = ape->finalframeblocks;
444 nblocks = ape->blocksperframe;
449 AV_WL32(pkt->data , nblocks);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c131 int np, nblocks, np2, l; local
143 nblocks = np >> 3;
150 for(l = 0; l < np2; l += 2 * nblocks) {
152 *q++ = s->exptab[l + nblocks];
157 q->re = -s->exptab[l + nblocks].im;
158 q->im = s->exptab[l + nblocks].re;
161 nblocks = nblocks >> 1;
162 } while (nblocks != 0);

Completed in 161 milliseconds

123