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

  /src/external/bsd/jemalloc/dist/test/unit/
ql.c 213 list_head_t head_b; local
214 ql_new(&head_b);
216 ql_tail_insert(&head_b, &entries[nentries_a + i], link);
219 test_empty_list(&head_b);
221 test_entries_list(&head_b, entries + nentries_a, nentries_b);
224 ql_concat(&head_a, &head_b, link);
230 test_empty_list(&head_b);
  /src/external/bsd/jemalloc/dist/src/
ehooks.c 209 bool head_b = edata_is_head_get(b); local
212 assert(extent_neighbor_head_state_mergeable(head_a, head_b,
  /src/external/gpl3/gcc/dist/gcc/
bb-reorder.cc 2475 basic_block head_b = e->dest;
2477 basic_block tail_b = (basic_block) head_b->aux;
2488 || (!(head_b->flags & BB_VISITED) && head_b != tail_b)
2496 head_b->aux = 0;
  /src/external/gpl3/gcc.old/dist/gcc/
bb-reorder.cc 2474 basic_block head_b = e->dest;
2476 basic_block tail_b = (basic_block) head_b->aux;
2487 || (!(head_b->flags & BB_VISITED) && head_b != tail_b)
2495 head_b->aux = 0;

Completed in 32 milliseconds