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

  /src/external/gpl3/gdb/dist/sim/common/
sim-arange.c 212 build_tree_1 (ADDR_SUBRANGE **asrtab, unsigned int n) function
223 t->lower = build_tree_1 (asrtab, mid);
227 t->higher = build_tree_1 (asrtab + mid + 1, n - mid - 1);
247 ar->range_tree = build_tree_1 (asrtab, n);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-arange.c 212 build_tree_1 (ADDR_SUBRANGE **asrtab, unsigned int n) function
223 t->lower = build_tree_1 (asrtab, mid);
227 t->higher = build_tree_1 (asrtab + mid + 1, n - mid - 1);
247 ar->range_tree = build_tree_1 (asrtab, n);

Completed in 23 milliseconds