Searched refs:bsize (Results 1 - 25 of 170) sorted by path

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmadec.c301 int block_len, bsize, n; local
306 bsize = s->frame_len_bits - s->block_len_bits;
308 s->dsp.vector_fmul_add_add(out, in, s->windows[bsize],
314 bsize = s->frame_len_bits - s->prev_block_len_bits;
316 s->dsp.vector_fmul_add_add(out+n, in+n, s->windows[bsize],
328 bsize = s->frame_len_bits - s->block_len_bits;
330 s->dsp.vector_fmul_reverse(out, in, s->windows[bsize], block_len);
335 bsize = s->frame_len_bits - s->next_block_len_bits;
339 s->dsp.vector_fmul_reverse(out+n, in+n, s->windows[bsize], block_len);
352 int n, v, a, ch, code, bsize; local
[all...]
H A Dwmaenc.c145 int v, bsize, ch, coef_nb_bits, parse_exponents; local
162 bsize = s->frame_len_bits - s->block_len_bits;
165 v = s->coefs_end[bsize] - s->coefs_start;
234 n = s->exponent_high_sizes[bsize];
238 nb_coefs[ch] -= s->exponent_high_bands[bsize][i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.c219 ulg bsize = (ulg)items*size; local
224 if (bsize < 65520L) {
225 buf = farmalloc(bsize);
228 buf = farmalloc(bsize + 16L);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_kernel.h86 __u32 bsize; member in struct:fuse_kstatfs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c237 kstatfs->bsize = stbuf->f_bsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrib.c1355 u32 bsize = vol->cluster_size; local
1357 s64 rounding = ((wend + bsize - 1) & ~(s64)(bsize - 1)) - wend;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Denc.c110 int bsize=BSIZE,verbose=0; local
351 bsize=(int)n;
352 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
356 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
359 BIO_printf(bio_err,"OPENSSL_malloc failure %ld\n",(long)EVP_ENCODE_LENGTH(bsize));
626 inl=BIO_read(rbio,(char *)buff,bsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/
H A Db64.c84 int bsize=BSIZE,verbose=0; local
174 bsize=(int)n;
175 if (verbose) BIO_printf(bio_err,"bufsize=%d\n",bsize);
179 buff=(unsigned char *)OPENSSL_malloc(EVP_ENCODE_LENGTH(bsize));
243 inl=BIO_read(rbio,(char *)buff,bsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c5232 ulg bsize = (ulg)items*size; local
5237 if (bsize < 65520L) {
5238 buf = farmalloc(bsize);
5241 buf = farmalloc(bsize + 16L);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_opaque.c52 BOOL small_query, SMB_BIG_UINT *bsize,
55 return vfswrap_disk_free(NULL, conn, path, small_query, bsize,
51 skel_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
H A Dskel_transparent.c51 BOOL small_query, SMB_BIG_UINT *bsize,
54 return SMB_VFS_NEXT_DISK_FREE(handle, conn, path, small_query, bsize,
50 skel_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c216 int total, bsize, avail; local
225 if (!cli_dskattr(targetcli, &bsize, &total, &avail)) {
231 total, bsize, avail);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsysquotas.h62 SMB_BIG_UINT bsize; member in struct:_SMB_DISK_QUOTA
63 SMB_BIG_UINT hardlimit; /* In bsize units. */
64 SMB_BIG_UINT softlimit; /* In bsize units. */
65 SMB_BIG_UINT curblocks; /* In bsize units. */
H A Dvfs.h207 SMB_BIG_UINT (*disk_free)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize,
H A Dvfs_macros.h33 #define SMB_VFS_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs.ops.disk_free((conn)->vfs.handles.disk_free, (conn), (path), (small_query), (bsize), (dfree), (dsize)))
134 #define SMB_VFS_OPAQUE_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs_opaque.ops.disk_free((conn)->vfs_opaque.handles.disk_free, (conn), (path), (small_query), (bsize), (dfree), (dsize)))
235 #define SMB_VFS_NEXT_DISK_FREE(handle, conn, path, small_query, bsize, dfree ,dsize) ((handle)->vfs_next.ops.disk_free((handle)->vfs_next.handles.disk_free, (conn), (path), (small_query), (bsize), (dfree), (dsize)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsysquotas.c262 dp->bsize = STR_TO_SMB_BIG_UINT(p, NULL);
264 dp->bsize = 1024;
271 "curinodes:%llu isoftlimit:%llu ihardlimit:%llu bsize:%llu\n",
276 (long long unsigned)dp->bsize));
280 "curinodes:%lu isoftlimit:%lu ihardlimit:%lu bsize:%lu\n",
285 (long unsigned)dp->bsize));
333 (long long unsigned)dp->bsize);
342 (long unsigned)dp->bsize);
H A Dsysquotas_4A.c87 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
159 dp->bsize = bsize;
182 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
186 if (bsize == dp->bsize) {
192 D.dqb_bsoftlimit = (dp->softlimit*dp->bsize)/bsize;
193 D.dqb_bhardlimit = (dp->hardlimit*dp->bsize)/bsize;
[all...]
H A Dsysquotas_linux.c39 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
85 dp->bsize = bsize;
108 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
112 if (bsize == dp->bsize) {
118 D.dqb_bsoftlimit = (dp->softlimit*dp->bsize)/bsize;
119 D.dqb_bhardlimit = (dp->hardlimit*dp->bsize)/bsize;
173 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
242 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
307 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
376 SMB_BIG_UINT bsize = (SMB_BIG_UINT)QUOTABLOCK_SIZE; local
[all...]
H A Dsysquotas_xfs.c78 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE; local
146 dp->bsize = bsize;
165 SMB_BIG_UINT bsize = (SMB_BIG_UINT)BBSIZE; local
176 if (bsize == dp->bsize) {
182 D.d_blk_softlimit = (dp->softlimit*dp->bsize)/bsize;
183 D.d_blk_hardlimit = (dp->hardlimit*dp->bsize)/bsize;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c1287 BOOL cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail) argument
1300 *bsize = SVAL(cli->inbuf,smb_vwv1)*SVAL(cli->inbuf,smb_vwv2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_cap.c32 BOOL small_query, SMB_BIG_UINT *bsize,
37 return SMB_VFS_NEXT_DISK_FREE(handle, conn, cappath, small_query, bsize,
31 cap_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
H A Dvfs_full_audit.c75 BOOL small_query, SMB_BIG_UINT *bsize,
753 BOOL small_query, SMB_BIG_UINT *bsize,
758 result = SMB_VFS_NEXT_DISK_FREE(handle, conn, path, small_query, bsize,
751 smb_full_audit_disk_free(vfs_handle_struct *handle, connection_struct *conn, const char *path, BOOL small_query, SMB_BIG_UINT *bsize, SMB_BIG_UINT *dfree, SMB_BIG_UINT *dsize) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Ddfree.c26 static void disk_norm(BOOL small_query, SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize) argument
32 maxdisksize = ((maxdisksize*1024)/(*bsize))*1024;
40 while (*dfree > WORDMAX || *dsize > WORDMAX || *bsize < 512) {
43 *bsize *= 2;
47 if (*bsize > (WORDMAX*512)) {
48 *bsize = (WORDMAX*512);
66 SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize)
75 (*bsize) = 512;
104 *bsize = STR_TO_SMB_BIG_UINT(p, NULL);
106 *bsize
65 disk_free(const char *path, BOOL small_query, SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize) argument
169 sys_disk_free(const char *path, BOOL small_query, SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize) argument
[all...]
H A Dnoquotas.c27 BOOL disk_quotas(const char *path,SMB_BIG_UINT *bsize,SMB_BIG_UINT *dfree,SMB_BIG_UINT *dsize) argument
29 (*bsize) = 512; /* This value should be ignored */

Completed in 281 milliseconds

1234567