fence             66 modules/up/src/gnug++/unsigned.OXPSet.cc   if (l == p.fence())
fence             72 modules/up/src/gnug++/unsigned.OXPSet.cc     if (p.fence() - l < l - p.low())
fence            125 modules/up/src/gnug++/unsigned.OXPSet.cc     if (i >= p.fence())
fence            127 modules/up/src/gnug++/unsigned.OXPSet.cc     else if (j >= b.p.fence())
fence            162 modules/up/src/gnug++/unsigned.OXPSet.cc     int oldfence = p.fence();
fence            169 modules/up/src/gnug++/unsigned.OXPSet.cc         while (j < b.p.fence()) p.add_high(b.p[j++]);
fence            172 modules/up/src/gnug++/unsigned.OXPSet.cc       else if (j == b.p.fence())
fence            207 modules/up/src/gnug++/unsigned.OXPSet.cc     int oldfence = p.fence();
fence            212 modules/up/src/gnug++/unsigned.OXPSet.cc       else if (j >= b.p.fence())
fence            250 modules/up/src/gnug++/unsigned.OXPSet.cc     int oldfence = p.fence();
fence            253 modules/up/src/gnug++/unsigned.OXPSet.cc       if (i >= oldfence || j >= b.p.fence())
fence            139 modules/up/src/gnug++/unsigned.Plex.cc   for (int i = a.low(); i < a.fence(); a.next(i)) add_high(a[i]);
fence            151 modules/up/src/gnug++/unsigned.XPlex.cc   for (int i = a.low(); i < a.fence(); a.next(i)) (*this)[i] = a[i];
fence            163 modules/up/src/gnug++/unsigned.XPlex.cc     for (int i = a.low(); i < a.fence(); a.next(i)) (*this)[i] = a[i];
fence            137 modules/up/src/rpsl/gnu/PrefixRange.Plex.cc   for (int i = a.low(); i < a.fence(); a.next(i)) add_high(a[i]);
fence            150 modules/up/src/rpsl/gnu/PrefixRange.XPlex.cc   for (int i = a.low(); i < a.fence(); a.next(i)) (*this)[i] = a[i];
fence            162 modules/up/src/rpsl/gnu/PrefixRange.XPlex.cc     for (int i = a.low(); i < a.fence(); a.next(i)) (*this)[i] = a[i];
fence            128 modules/up/src/rpsl/rpsl/rpsl_filter.cc    if (i < fence()) {
fence            130 modules/up/src/rpsl/rpsl/rpsl_filter.cc       for (++i; i < fence(); ++i)