Searched refs:fbytes (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Decdsatest.c108 int fbytes(unsigned char *buf, int num);
124 fake_rand.bytes = fbytes;
155 int fbytes(unsigned char *buf, int num) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decdsatest.c108 int fbytes(unsigned char *buf, int num);
124 fake_rand.bytes = fbytes;
155 int fbytes(unsigned char *buf, int num) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac_esp.c286 unsigned int fbytes = esp_read8(ESP_FFLAGS) & ESP_FF_FBYTES; local
288 if (fbytes)
289 return fbytes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decdsatest.c108 int fbytes(unsigned char *buf, int num);
124 fake_rand.bytes = fbytes;
156 int fbytes(unsigned char *buf, int num) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decdsatest.c108 int fbytes(unsigned char *buf, int num);
124 fake_rand.bytes = fbytes;
156 int fbytes(unsigned char *buf, int num) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_dsnoop.c87 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8; local
88 memcpy(((char *)dst_areas[0].addr) + (dst_ofs * channels * fbytes),
89 ((char *)src_areas[0].addr) + (src_ofs * channels * fbytes),
90 size * channels * fbytes);
H A Dpcm_dshare.c87 unsigned int fbytes = snd_pcm_format_physical_width(format) / 8; local
88 memcpy(((char *)dst_areas[0].addr) + (dst_ofs * channels * fbytes),
89 ((char *)src_areas[0].addr) + (src_ofs * channels * fbytes),
90 size * channels * fbytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dproc.c566 stat->fbytes = (u64)fsinfo.bfree * fsinfo.bsize;
H A Dnfs3xdr.c1014 p = xdr_decode_hyper(p, &res->fbytes);
H A Dsuper.c467 buf->f_bfree = (res.fbytes + blockres) >> blockbits;
H A Dnfs4xdr.c3711 if ((status = decode_attr_space_free(xdr, bitmap, &fsstat->fbytes)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h121 __u64 fbytes; /* # of free bytes */ member in struct:nfs_fsstat

Completed in 311 milliseconds