| /src/external/gpl3/binutils/dist/ld/ |
| ldctor.c | 157 const struct set_element *pe2 = *(const struct set_element **) p2; local 166 n2 = pe2->name; 184 if (pe1->u.idx < pe2->u.idx) 186 if (pe1->u.idx > pe2->u.idx)
|
| ldctor.c | 157 const struct set_element *pe2 = *(const struct set_element **) p2; local 166 n2 = pe2->name; 184 if (pe1->u.idx < pe2->u.idx) 186 if (pe1->u.idx > pe2->u.idx)
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldctor.c | 157 const struct set_element *pe2 = *(const struct set_element **) p2; local 166 n2 = pe2->name; 184 if (pe1->u.idx < pe2->u.idx) 186 if (pe1->u.idx > pe2->u.idx)
|
| ldctor.c | 157 const struct set_element *pe2 = *(const struct set_element **) p2; local 166 n2 = pe2->name; 184 if (pe1->u.idx < pe2->u.idx) 186 if (pe1->u.idx > pe2->u.idx)
|
| /src/sys/arch/evbsh3/ap_ms104_sh4/ |
| shpcmcia.c | 393 struct shpcmcia_event *pe1, *pe2; local 399 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 401 if (pe2->pe_type == SHPCMCIA_EVENT_INSERT) { 405 kmem_free(pe2, sizeof(*pe2)); 418 struct shpcmcia_event *pe1, *pe2; local 424 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 426 if (pe2->pe_type == SHPCMCIA_EVENT_REMOVE) { 430 kmem_free(pe2, sizeof(*pe2)); [all...] |
| shpcmcia.c | 393 struct shpcmcia_event *pe1, *pe2; local 399 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 401 if (pe2->pe_type == SHPCMCIA_EVENT_INSERT) { 405 kmem_free(pe2, sizeof(*pe2)); 418 struct shpcmcia_event *pe1, *pe2; local 424 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 426 if (pe2->pe_type == SHPCMCIA_EVENT_REMOVE) { 430 kmem_free(pe2, sizeof(*pe2)); [all...] |
| /src/lib/libintl/ |
| plural_parser.c | 587 struct parser_element pe0, pe1, pe2; local 593 init_parser_element(&pe2); 623 token = parse_cond(tcx, &pe2); 629 pelem->u.parser_op.operands[2] = dup_parser_element(&pe2); 632 uninit_parser_element(&pe2);
|
| plural_parser.c | 587 struct parser_element pe0, pe1, pe2; local 593 init_parser_element(&pe2); 623 token = parse_cond(tcx, &pe2); 629 pelem->u.parser_op.operands[2] = dup_parser_element(&pe2); 632 uninit_parser_element(&pe2);
|
| /src/sys/arch/mmeye/dev/ |
| mmeyepcmcia.c | 401 struct mmeyepcmcia_event *pe1, *pe2; local 407 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 409 if (pe2->pe_type == MMEYEPCMCIA_EVENT_INSERTION) { 413 kmem_free(pe2, sizeof(*pe2)); 425 struct mmeyepcmcia_event *pe1, *pe2; local 431 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 433 if (pe2->pe_type == MMEYEPCMCIA_EVENT_REMOVAL) { 437 kmem_free(pe2, sizeof(*pe2)); [all...] |
| mmeyepcmcia.c | 401 struct mmeyepcmcia_event *pe1, *pe2; local 407 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 409 if (pe2->pe_type == MMEYEPCMCIA_EVENT_INSERTION) { 413 kmem_free(pe2, sizeof(*pe2)); 425 struct mmeyepcmcia_event *pe1, *pe2; local 431 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 433 if (pe2->pe_type == MMEYEPCMCIA_EVENT_REMOVAL) { 437 kmem_free(pe2, sizeof(*pe2)); [all...] |
| /src/sys/dev/ic/ |
| i82365.c | 563 struct pcic_event *pe1, *pe2; local 569 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 571 if (pe2->pe_type == PCIC_EVENT_INSERTION) { 575 free(pe2, M_TEMP); 588 struct pcic_event *pe1, *pe2; local 594 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 596 if (pe2->pe_type == PCIC_EVENT_REMOVAL) { 600 free(pe2, M_TEMP);
|
| i82365.c | 563 struct pcic_event *pe1, *pe2; local 569 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 571 if (pe2->pe_type == PCIC_EVENT_INSERTION) { 575 free(pe2, M_TEMP); 588 struct pcic_event *pe1, *pe2; local 594 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL) 596 if (pe2->pe_type == PCIC_EVENT_REMOVAL) { 600 free(pe2, M_TEMP);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| value-relation.cc | 386 pe_slice &pe2 = m_partial[v2]; 392 // In either case, if PE2 has an entry, we simply do nothing. 393 if (pe2.members) 399 // should be a slice of PE2 rather than PE1. 400 pe2.code = pe_min (r, pe1.code); 401 pe2.ssa_base = op2; 402 pe2.members = pe1.members; 408 m_partial[x].code = pe_min (m_partial[x].code, pe2.code); 413 if (pe2.members) 418 pe1.ssa_base = pe2.ssa_base 470 const pe_slice &pe2 = m_partial[v2]; local [all...] |
| value-relation.cc | 386 pe_slice &pe2 = m_partial[v2]; 392 // In either case, if PE2 has an entry, we simply do nothing. 393 if (pe2.members) 399 // should be a slice of PE2 rather than PE1. 400 pe2.code = pe_min (r, pe1.code); 401 pe2.ssa_base = op2; 402 pe2.members = pe1.members; 408 m_partial[x].code = pe_min (m_partial[x].code, pe2.code); 413 if (pe2.members) 418 pe1.ssa_base = pe2.ssa_base 470 const pe_slice &pe2 = m_partial[v2]; local [all...] |