Searched refs:bsize (Results 51 - 75 of 234) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drr.c605 size_t asize, bsize; local
608 bsize = avahi_string_list_serialize(b->data.txt.string_list, NULL, 0);
613 if (bsize > 0 && !(mb = avahi_new(uint8_t, bsize))) {
619 avahi_string_list_serialize(b->data.txt.string_list, mb, bsize);
621 if (asize && bsize)
622 r = lexicographical_memcmp(ma, asize, mb, bsize);
623 else if (asize && !bsize)
625 else if (!asize && bsize)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/block/
H A Ddasd_diag.c324 unsigned int sb, bsize; local
401 for (bsize = 512; bsize <= PAGE_SIZE; bsize <<= 1) {
402 mdsk_init_io(device, bsize, 0, &end_block);
426 if (bsize > PAGE_SIZE) {
437 bsize = (unsigned int) label->block_size;
441 block->bp_block = bsize;
443 for (sb = 512; sb < bsize; sb = sb << 1)
H A Ddasd_int.h557 * Check if bsize is in { 512, 1024, 2048, 4096 }
560 dasd_check_blocksize(int bsize) argument
562 if (bsize < 512 || bsize > 4096 || !is_power_of_2(bsize))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dftl.c789 uint32_t log_addr, bsize; local
800 bsize = 1 << part->header.EraseUnitSize;
811 offset = (part->EUNInfo[log_addr / bsize].Offset
812 + (log_addr % bsize));
835 uint32_t bsize, blk, le_virt_addr; local
845 bsize = 1 << part->header.EraseUnitSize;
846 eun = log_addr / bsize;
847 blk = (log_addr % bsize) / SECTOR_SIZE;
903 uint32_t bsize, log_addr, virt_addr, old_addr, blk; local
921 bsize
1012 uint32_t bsize = 1 << part->header.EraseUnitSize; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dblkcipher.c73 unsigned int bsize)
79 addr = blkcipher_get_spot(addr, bsize);
80 scatterwalk_copychunks(addr, &walk->out, bsize, 1);
81 return bsize;
149 unsigned int bsize,
153 unsigned aligned_bsize = ALIGN(bsize, alignmask + 1);
171 walk->dst.virt.addr = blkcipher_get_spot(walk->dst.virt.addr, bsize);
173 aligned_bsize, bsize);
175 scatterwalk_copychunks(walk->src.virt.addr, &walk->in, bsize, 0);
177 walk->nbytes = bsize;
71 blkcipher_done_slow(struct crypto_blkcipher *tfm, struct blkcipher_walk *walk, unsigned int bsize) argument
147 blkcipher_next_slow(struct blkcipher_desc *desc, struct blkcipher_walk *walk, unsigned int bsize, unsigned int alignmask) argument
229 unsigned int bsize; local
[all...]
H A Dlrw.c64 int bsize = crypto_cipher_blocksize(child); local
69 if ((err = crypto_cipher_setkey(child, key, keylen - bsize)))
78 ctx->table = gf128mul_init_64k_bbe((be128 *)(key + keylen - bsize));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsysquotas.c291 dp->bsize = STR_TO_SMB_BIG_UINT(p, NULL);
293 dp->bsize = 1024;
304 "curinodes:%llu isoftlimit:%llu ihardlimit:%llu bsize:%llu\n",
309 (long long unsigned)dp->bsize));
313 "curinodes:%lu isoftlimit:%lu ihardlimit:%lu bsize:%lu\n",
318 (long unsigned)dp->bsize));
368 (long long unsigned)dp->bsize);
377 (long unsigned)dp->bsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Denc.c110 int bsize=BSIZE,verbose=0; local
345 bsize=(int)n;
346 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
350 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
353 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
614 inl=BIO_read(rbio,(char *)buff,bsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dnfsquota.c107 int getnfsquota(struct vol *vol, const int uid, const u_int32_t bsize, argument
153 /* why doesn't using bsize work? */
159 #define NFS_BSIZE gq_rslt.GQR_RQUOTA.rq_bsize / bsize
H A Dunix.c54 int ustatfs_getvolspace(const struct vol *vol, VolSpace *bfree, VolSpace *btotal, u_int32_t *bsize) argument
71 *bsize = 1024;
74 *bsize = sfs.f_frsize;
77 if ( *bfree > maxVolSpace / *bsize ) {
80 *bfree *= *bsize;
92 if ( *btotal > maxVolSpace / *bsize ) {
95 *btotal *= *bsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_benchmark.c29 void radeon_benchmark_move(struct radeon_device *rdev, unsigned bsize, argument
42 size = bsize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb185_int.h106 u_int32_t bsize; /* bucket size */ member in struct:__anon6175
H A Ddb_185.h146 u_int32_t bsize; /* bucket size */ member in struct:__anon6180
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dmatch.c29 * @bsize: size of blob
35 static struct table_header *unpack_table(char *blob, size_t bsize) argument
41 if (bsize < sizeof(struct table_header))
57 if (bsize < tsize)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtwinvq.c616 int bsize = mtab->size / mtab->fmode[ftype].sub; local
635 prev_buf = prev + (size - bsize)/2;
647 mdct->imdct_half(mdct, buf1 + bsize*j, in + bsize*j);
650 prev_buf + (bsize-wsize)/2,
651 buf1 + bsize*j,
656 memcpy(out2, buf1 + bsize*j + wsize/2, (bsize - wsize/2)*sizeof(float));
658 out2 += ftype == FT_MEDIUM ? (bsize-wsize)/2 : bsize
892 int bsize = tctx->mtab->size/tctx->mtab->fmode[i].sub; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dfile.c402 int bsize = read_blocklist(inode, index, &block); local
403 if (bsize < 0)
406 if (bsize == 0) { /* hole */
416 block, bsize);
419 "\n", block, bsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmaenc.c164 int v, bsize, ch, coef_nb_bits, parse_exponents; local
181 bsize = s->frame_len_bits - s->block_len_bits;
184 v = s->coefs_end[bsize] - s->coefs_start;
253 n = s->exponent_high_sizes[bsize];
257 nb_coefs[ch] -= s->exponent_high_bands[bsize][i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dalloc.c339 * @bsize: size in bits
345 int bsize)
351 if (end > bsize)
352 end = bsize;
362 i < bsize;
365 if (curr >= bsize)
370 if (end > bsize)
371 end = bsize;
341 nilfs_palloc_find_available_slot(struct inode *inode, unsigned long group, unsigned long target, unsigned char *bitmap, int bsize) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-core.c306 b->length = vb->bsize;
310 b->length = vb->bsize;
362 unsigned int bcount, unsigned int bsize,
384 q->bufs[i]->bsize = bsize;
387 q->bufs[i]->boff = PAGE_ALIGN(bsize) * i;
399 dprintk(1, "mmap setup: %d buffers, %d bytes each\n", i, bsize);
406 unsigned int bcount, unsigned int bsize,
411 ret = __videobuf_mmap_setup(q, bcount, bsize, memory);
572 if (b->length < buf->bsize) {
361 __videobuf_mmap_setup(struct videobuf_queue *q, unsigned int bcount, unsigned int bsize, enum v4l2_memory memory) argument
405 videobuf_mmap_setup(struct videobuf_queue *q, unsigned int bcount, unsigned int bsize, enum v4l2_memory memory) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Denc.c108 int bsize = BSIZE, verbose = 0; local
372 bsize = (int)n;
374 BIO_printf(bio_err, "bufsize=%d\n", bsize);
378 buff = (unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
381 (long)EVP_ENCODE_LENGTH(bsize));
641 inl = BIO_read(rbio, (char *)buff, bsize);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dmpc5121_nfc.c517 uint bsize; local
520 bsize = min(len, 256);
521 mpc5121_nfc_read_buf(mtd, tmp, bsize);
523 if (memcmp(buf, tmp, bsize))
526 buf += bsize;
527 len -= bsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00usb.c118 u16 off, len, bsize; local
126 bsize = min_t(u16, CSR_CACHE_SIZE, len);
129 bsize, timeout);
131 tb += bsize;
132 len -= bsize;
133 off += bsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Ditem_ops.c29 static int sd_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
135 unsigned long bsize)
138 return ((le_key_k_offset(version, key) & (bsize - 1)) != 1);
230 unsigned long bsize)
374 unsigned long bsize)
655 unsigned long bsize)
134 direct_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
229 indirect_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
373 direntry_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
654 errcatch_is_left_mergeable(struct reiserfs_key *key, unsigned long bsize) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Denc.c108 int bsize = BSIZE, verbose = 0; local
372 bsize = (int)n;
374 BIO_printf(bio_err, "bufsize=%d\n", bsize);
378 buff = (unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
381 (long)EVP_ENCODE_LENGTH(bsize));
641 inl = BIO_read(rbio, (char *)buff, bsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Df_u32.c80 int bsize = SPRINT_BSIZE-1; local
87 snprintf(b, bsize, "none");
91 int l = snprintf(b, bsize, "%x:", htid>>20);
92 bsize -= l;
97 int l = snprintf(b, bsize, "%x", hash);
98 bsize -= l;
102 int l = snprintf(b, bsize, ":%x", nodeid);
103 bsize -= l;
108 snprintf(b, bsize, "[%08x] ", handle);

Completed in 7017 milliseconds

12345678910