Home | History | Annotate | Download | only in bfd

Lines Matching defs:maskbitslog2

8047 	      unsigned long int maskwords, maskbitslog2, x;
8051 maskbitslog2 = 1;
8053 ++maskbitslog2;
8054 if (maskbitslog2 < 3)
8055 maskbitslog2 = 5;
8056 else if ((1 << (maskbitslog2 - 2)) & cinfo.nsyms)
8057 maskbitslog2 = maskbitslog2 + 3;
8059 maskbitslog2 = maskbitslog2 + 2;
8062 if (maskbitslog2 == 5)
8063 maskbitslog2 = 6;
8069 cinfo.shift2 = maskbitslog2;
8070 cinfo.maskbits = 1 << maskbitslog2;
8071 maskwords = 1 << (maskbitslog2 - cinfo.shift1);