Searched refs:WordCount (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dmisc.c379 buffer->WordCount = (char) word_count;
420 smb->WordCount = 0;
424 (smb->WordCount == 0)) {
544 if (pSMB->hdr.WordCount != 8)
H A Dsess.c877 if ((smb_buf->WordCount != 3) && (smb_buf->WordCount != 4)) {
879 cERROR(1, "bad word count %d", smb_buf->WordCount);
892 if (smb_buf->WordCount == 4) {
H A Dtransport.c560 (2 * midQ->resp_buf->WordCount) + 2 /* bcc */ )
748 (2 * out_buf->WordCount) + 2 /* bcc */ )
997 (2 * out_buf->WordCount) + 2 /* bcc */ )
H A Dcifspdu.h415 __u8 WordCount; member in struct:smb_hdr
418 #define BCC(smb_var) (*(__u16 *)((char *)(smb_var) + sizeof(struct smb_hdr) + (2 * (smb_var)->WordCount)))
419 #define BCC_LE(smb_var) (*(__le16 *)((char *)(smb_var) + sizeof(struct smb_hdr) + (2 * (smb_var)->WordCount)))
421 #define pByteArea(smb_var) ((unsigned char *)(smb_var) + sizeof(struct smb_hdr) + (2 * (smb_var)->WordCount) + 2)
H A Dnetmisc.c918 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) +
925 return (sizeof(struct smb_hdr) + (2 * ptr->WordCount) +
H A Dconnect.c229 if (pSMB->WordCount != 10) { /* coalesce_t2 depends on this */
2910 if ((smb_buffer_response->WordCount == 3) ||
2911 (smb_buffer_response->WordCount == 7))
H A Dcifssmb.c330 if (pSMB->hdr.WordCount >= 10) {
340 pBCC = (pSMB->hdr.WordCount * 2) +
421 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) {
428 } else if ((pSMBr->hdr.WordCount == 13)
508 } else if (pSMBr->hdr.WordCount == 13) {
514 } else if (pSMBr->hdr.WordCount != 17) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dinteger.cpp2774 : reg(RoundupSize(t.WordCount())), sign(t.sign)
2889 return IsNegative() ? false : (reg[0]==0 && WordCount()==0);
2897 reg.New(RoundupSize(t.WordCount()));
3050 unsigned int Integer::WordCount() const
3057 unsigned wordCount = WordCount();
3066 unsigned wordCount = WordCount();
3454 if (WordCount()==0)
3506 unsigned aSize = a.WordCount();
3508 unsigned bSize = b.WordCount();
3642 const size_t wordCount = WordCount();
[all...]
H A Dgf2n.cpp179 unsigned int PolynomialMod2::WordCount() const function in class:PolynomialMod2
186 unsigned wordCount = WordCount();
195 unsigned wordCount = WordCount();
H A Dalgebra.cpp221 unsigned int expLen = exp.WordCount() * WORD_BITS;
H A Dgf2n.h106 unsigned int WordCount() const;
H A Dinteger.h187 unsigned int WordCount() const;
H A Dnbtheory.cpp339 if (first.WordCount() <= 1 && first + step*long(j) == p)
864 unsigned int b = WORD_BITS * p.WordCount();

Completed in 206 milliseconds