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

  /src/external/gpl3/gcc/dist/gcc/
df-scan.cc 99 static int df_mw_compare (const df_mw_hardreg *, const df_mw_hardreg *);
2014 while (*mw_ptr && df_mw_compare (*mw_ptr, mw) < 0)
2203 df_mw_compare (const df_mw_hardreg *mw1, const df_mw_hardreg *mw2)
2220 /* Like df_mw_compare, but compare two df_mw_hardreg** pointers R1 and R2. */
2225 return df_mw_compare (*(const df_mw_hardreg *const *) m1,
2247 if (df_mw_compare (m0, m1) > 0)
2198 df_mw_compare (const df_mw_hardreg *mw1, const df_mw_hardreg *mw2) function
  /src/external/gpl3/gcc.old/dist/gcc/
df-scan.cc 99 static int df_mw_compare (const df_mw_hardreg *, const df_mw_hardreg *);
2014 while (*mw_ptr && df_mw_compare (*mw_ptr, mw) < 0)
2203 df_mw_compare (const df_mw_hardreg *mw1, const df_mw_hardreg *mw2)
2220 /* Like df_mw_compare, but compare two df_mw_hardreg** pointers R1 and R2. */
2225 return df_mw_compare (*(const df_mw_hardreg *const *) m1,
2247 if (df_mw_compare (m0, m1) > 0)
2198 df_mw_compare (const df_mw_hardreg *mw1, const df_mw_hardreg *mw2) function

Completed in 17 milliseconds