Searched refs:pvend (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dieee.c2741 struct ieee_var *pv, *pvend; local
2745 pvend = pv + info->vars.alloc;
2746 for (; pv < pvend; pv++)
2750 if (pv < pvend)
2890 struct ieee_var *pv, *pvend; local
2925 pvend = pv + info->vars.alloc;
2926 for (; pv < pvend; pv++)
2931 if (pv >= pvend)
/haiku-buildtools/binutils/binutils/
H A Dieee.c2751 struct ieee_var *pv, *pvend; local
2755 pvend = pv + info->vars.alloc;
2756 for (; pv < pvend; pv++)
2760 if (pv < pvend)
2900 struct ieee_var *pv, *pvend; local
2935 pvend = pv + info->vars.alloc;
2936 for (; pv < pvend; pv++)
2941 if (pv >= pvend)

Completed in 105 milliseconds