HomeSort by: relevance | last modified time | path
    Searched defs:lbi (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
lastbind.c 129 lastbind_info *lbi = (lastbind_info *) op->o_callback->sc_private; local
182 lastbind_info *lbi = (lastbind_info *) op->o_callback->sc_private; local
201 if ( SLAP_SHADOW( op->o_bd ) && lbi->forward_updates ) {
270 lastbind_info *lbi = (lastbind_info *) on->on_bi.bi_private; local
273 free( lbi );
  /src/external/gpl3/binutils/dist/bfd/
merge.c 506 unsigned int i, lbi; local
519 for (l = lbi = 0; l < sz; l += OFSDIV)
521 /* No need for bounds checking on lbi, as we've added a sentinel that's
523 while (MAP_OFS(secinfo, lbi) <= l)
524 lbi++;
526 secinfo->ofstolowbound[l / OFSDIV] = lbi;
  /src/external/gpl3/binutils.old/dist/bfd/
merge.c 508 unsigned int i, lbi; local
521 for (l = lbi = 0; l < sz; l += OFSDIV)
523 /* No need for bounds checking on lbi, as we've added a sentinel that's
525 while (MAP_OFS(secinfo, lbi) <= l)
526 lbi++;
528 secinfo->ofstolowbound[l / OFSDIV] = lbi;
  /src/external/gpl3/gdb.old/dist/bfd/
merge.c 508 unsigned int i, lbi; local
521 for (l = lbi = 0; l < sz; l += OFSDIV)
523 /* No need for bounds checking on lbi, as we've added a sentinel that's
525 while (MAP_OFS(secinfo, lbi) <= l)
526 lbi++;
528 secinfo->ofstolowbound[l / OFSDIV] = lbi;
  /src/external/gpl3/gdb/dist/bfd/
merge.c 508 unsigned int i, lbi; local
521 for (l = lbi = 0; l < sz; l += OFSDIV)
523 /* No need for bounds checking on lbi, as we've added a sentinel that's
525 while (MAP_OFS(secinfo, lbi) <= l)
526 lbi++;
528 secinfo->ofstolowbound[l / OFSDIV] = lbi;

Completed in 20 milliseconds