Home | History | Annotate | Download | only in bfd

Lines Matching full:blen

3544   unsigned int  blen;
3553 blen = b->name_id.name.len;
3569 min (alen, blen));
3576 for (i = min (alen, blen); i--; astring += 2, bstring += 2)
3589 unsigned int Blen = u16_mbtouc (& bwc, (const unsigned short *) bstring, 2);
3591 if (Alen != Blen)
3592 return Alen - Blen;
3608 res = memcmp (astring, bstring, min (alen, blen) * 2);
3612 res = alen - blen;
3739 unsigned int blen = bstring[0] + (bstring[1] << 8);
3743 copy_needed += blen * 2;
3745 else if (blen == 0)
3747 else if (alen != blen)
3750 /* alen == blen != 0. We might have two identical strings. If so we
3757 bstring += (blen + 1) * 2;
3788 unsigned int blen = bstring[0] + (bstring[1] << 8);
3795 else if (blen != 0)
3797 memcpy (nstring, bstring, (blen + 1) * 2);
3798 nstring += (blen + 1) * 2;
3807 bstring += (blen + 1) * 2;