Searched refs:pe1 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-lvextend-percent-extents.sh89 pe1=$(( $pe_count / 2 ))
90 lvcreate -l $pe1 -n $lv $vg
92 segsize=$(( $pe1 * $pesize / 1024 / 1024 ))m
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Dshpcmcia.c393 struct shpcmcia_event *pe1, *pe2; local
395 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
397 if (pe1->pe_type != SHPCMCIA_EVENT_REMOVE)
399 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
403 kmem_free(pe1, sizeof(*pe1));
418 struct shpcmcia_event *pe1, *pe2; local
420 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
422 if (pe1->pe_type != SHPCMCIA_EVENT_INSERT)
424 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_
[all...]
/netbsd-current/sys/arch/mmeye/dev/
H A Dmmeyepcmcia.c401 struct mmeyepcmcia_event *pe1, *pe2; local
403 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
405 if (pe1->pe_type != MMEYEPCMCIA_EVENT_REMOVAL)
407 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
411 kmem_free(pe1, sizeof(*pe1));
425 struct mmeyepcmcia_event *pe1, *pe2; local
427 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
429 if (pe1->pe_type != MMEYEPCMCIA_EVENT_INSERTION)
431 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldctor.c155 const struct set_element *pe1 = *(const struct set_element **) p1; local
162 n1 = pe1->name;
183 if (pe1->u.idx < pe2->u.idx)
185 if (pe1->u.idx > pe2->u.idx)
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldctor.c155 const struct set_element *pe1 = *(const struct set_element **) p1; local
162 n1 = pe1->name;
183 if (pe1->u.idx < pe2->u.idx)
185 if (pe1->u.idx > pe2->u.idx)
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldctor.c155 const struct set_element *pe1 = *(const struct set_element **) p1; local
162 n1 = pe1->name;
183 if (pe1->u.idx < pe2->u.idx)
185 if (pe1->u.idx > pe2->u.idx)
/netbsd-current/lib/libintl/
H A Dplural_parser.c539 struct parser_element pe0, pe1, peop; local
549 init_parser_element(&pe1);
564 token = parse_op2(tcx, &pe1, tr->next);
572 peop.u.parser_op.operands[1] = dup_parser_element(&pe1);
573 init_parser_element(&pe1);
578 uninit_parser_element(&pe1);
587 struct parser_element pe0, pe1, pe2; local
592 init_parser_element(&pe1);
610 token = parse_cond(tcx, &pe1);
628 pelem->u.parser_op.operands[1] = dup_parser_element(&pe1);
[all...]
/netbsd-current/sys/dev/ic/
H A Di82365.c563 struct pcic_event *pe1, *pe2; local
565 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
567 if (pe1->pe_type != PCIC_EVENT_REMOVAL)
569 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
573 free(pe1, M_TEMP);
588 struct pcic_event *pe1, *pe2; local
590 if ((pe1 = SIMPLEQ_FIRST(&h->events)) == NULL)
592 if (pe1->pe_type != PCIC_EVENT_INSERTION)
594 if ((pe2 = SIMPLEQ_NEXT(pe1, pe_q)) == NULL)
598 free(pe1, M_TEM
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Darray.d341 return this.sort!(function (scope const(T)* pe1, scope const(T)* pe2) => pe1.opCmp(*pe2));
584 static int pred (scope const OtherStruct* pe1, scope const OtherStruct* pe2)
587 return pe1.a - pe2.a;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c2601 * *pe1 rewritten e1
2608 bool typeMerge(Scope *sc, TOK op, Type **pt, Expression **pe1, Expression **pe2) argument
2610 //printf("typeMerge() %s op %s\n", (*pe1)->toChars(), (*pe2)->toChars());
2613 Expression *e1 = *pe1;
3254 *pe1 = e1;
H A Dexpressionsem.c37 bool typeMerge(Scope *sc, TOK op, Type **pt, Expression **pe1, Expression **pe2);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d2833 * pe1 = The LHS of the operation, will be rewritten
2839 Type typeMerge(Scope* sc, EXP op, ref Expression pe1, ref Expression pe2)
2843 Expression e1 = pe1;
2855 pe1 = e1;

Completed in 313 milliseconds