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

  /src/sys/net/
if_ppp.c 495 int s, error, flags, mru, npx; local
665 npx = NP_IP;
668 npx = NP_IPV6;
674 npi->mode = sc->sc_npmode[npx];
676 if (npi->mode != sc->sc_npmode[npx]) {
678 sc->sc_npmode[npx] = npi->mode;
  /src/external/gpl3/gdb.old/dist/gdb/
go32-nat.c 147 NPX;
149 static NPX npx; variable
155 /* Store the contents of the NPX in the global variable `npx'. */
171 : "=m" (npx)
179 /* Reload the contents of the NPX from the global variable `npx'. */
184 asm ("frstor %0":"=m" (npx));
258 {0, 10}, /* 8 FP registers, from npx.reg[] *
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
go32-nat.c 147 NPX;
149 static NPX npx; variable
155 /* Store the contents of the NPX in the global variable `npx'. */
171 : "=m" (npx)
179 /* Reload the contents of the NPX from the global variable `npx'. */
184 asm ("frstor %0":"=m" (npx));
258 {0, 10}, /* 8 FP registers, from npx.reg[] *
    [all...]

Completed in 16 milliseconds