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

  /src/games/hack/
makedefs.c 143 char line[LINSZ], *lp = line, *lp0 = line, *lpe = line; variable
149 int n = read(fd, lp0, (line + LINSZ) - lp0);
156 lpe = lp0 + n;
164 lp = lp0;
184 lp1 = lp = lp0;
187 lp2 = lp0; /* save value */
188 lp0 = lp1;
190 lp0 = lp2;
  /src/tests/lib/libc/string/
t_memmem.c 40 int lp0 = 0; variable
81 expect(memmem(b2, lb2, p0, lp0) == b2);
82 expect(memmem(b0, lb0, p0, lp0) == b0);
  /src/sys/net/lagg/
if_laggproto.c 287 struct lagg_port *lp, *lp0; local
296 lp0 = pport0->lpp_laggport;
297 if (lp0->lp_prio > lp->lp_prio)
499 struct lagg_port *lp0; local
507 lp0 = lagg_link_active(psc, NULL, &psref);
508 if (lp0 == NULL) {
512 if (lp0 != lp) {
513 lagg_port_putref(lp0, &psref);
517 lagg_port_putref(lp0, &psref);
533 struct lagg_port *lp0; local
696 struct lagg_port *lp, *lp0; local
    [all...]
if_lagg.c 2450 struct lagg_port *lp0; local
2453 lp0 = SIMPLEQ_FIRST(&sc->sc_ports);
2454 if (lp0 != NULL &&
2455 lp0->lp_iftype == IFT_ETHER) {
2456 lla = lp0->lp_lladdr;
if_lagg_lacp.c 1123 struct lagg_port *lp0; local
1142 LAGG_PORTS_FOREACH(sc, lp0) {
1143 lacpp0 = lp0->lp_proto_ctx;
  /src/sys/arch/atari/conf/
HADES.in 22 lp0 at mainbus0 # centronics printer
ATARITT 81 lp0 at mainbus0 # centronics printer
FALCON 86 lp0 at mainbus0 # centronics printer
GENERIC.in 338 lp0 at mainbus0 # centronics printer
HADES 88 lp0 at mainbus0 # centronics printer
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
addmul_1.asm 63 L(lp0): movd (%eax), %mm0
73 jnz L(lp0)
mul_1.asm 63 L(lp0): movd (%eax), %mm0
71 jnz L(lp0)
  /src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
aors_n.asm 87 L(lp0): ldq ul0, 0(up)
98 bne r25, L(lp0)
mul_1.asm 42 C * Use FP loop count and multiple exit points, that would simplify feed-in lp0
addmul_1.asm 42 C * Use FP loop count and multiple exit points, that would simplify feed-in lp0
submul_1.asm 42 C * Use FP loop count and multiple exit points, that would simplify feed-in lp0
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.cc 712 int lp0 = lookup_stmt_eh_lp (expr0->ops.call.fn_from); local
714 if ((lp0 > 0 || lp1 > 0) && lp0 != lp1)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.cc 671 int lp0 = lookup_stmt_eh_lp (expr0->ops.call.fn_from); local
673 if ((lp0 > 0 || lp1 > 0) && lp0 != lp1)

Completed in 26 milliseconds