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

  /src/usr.sbin/lpr/common_source/
displayq.c 84 static const char head1[] = "Total Size\n"; variable
295 printf(head1);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 2372 auto *head1 = m_allocnos[headi1]; local
2374 gcc_checking_assert (head1->chain_next == INVALID_ALLOCNO
2375 && head1->chain_prev == INVALID_ALLOCNO
2378 if (head1->is_equiv
2379 && m_allocnos[head1->related_allocno]->copy_dest == headi2)
2381 head1->is_copy_dest = head2->is_copy_dest;
2382 head1->is_strong_copy_dest = head2->is_strong_copy_dest;
2383 m_allocnos[head1->related_allocno]->copy_dest = headi1;
2385 head1->chain_next = headi2;
2527 auto *head1 = m_allocnos[headi1] local
    [all...]

Completed in 26 milliseconds