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

  /src/usr.bin/hexdump/
parse.c 99 const char *savep; local
125 for (savep = p; isdigit((unsigned char)*p); ++p);
129 tfu->reps = atoi(savep);
141 for (savep = p; isdigit((unsigned char)*p); ++p);
144 tfu->bcnt = atoi(savep);
152 for (savep = ++p; *p != '"';)
155 tfu->fmt = emalloc(p - savep + 1);
156 (void) strncpy(tfu->fmt, savep, p - savep);
157 tfu->fmt[p - savep] = '\0'
    [all...]
  /src/external/bsd/top/dist/machine/
m_freebsd.c 1156 struct save_proc *savep; local
1262 if ((savep = hash_lookup_lwpid(procs, tid)) != NULL)
1267 if (pid != savep->sp_pid || PP(pp, runtime) < savep->sp_runtime)
1270 memset(savep, 0, sizeof(struct save_proc));
1271 savep->sp_pid = pid;
1277 savep = (struct save_proc *)calloc(1, sizeof(struct save_proc));
1278 savep->sp_pid = pid;
1279 hash_add_lwpid(procs, tid, savep);
1287 if ((savep = hash_lookup_pid(procs, pid)) == NULL
    [all...]
  /src/bin/csh/
parse.c 531 goto savep;
536 goto savep;
539 goto savep;
567 goto savep;
586 savep:
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_dfp.c 293 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; local
328 (savep->fp_control & (1 << 26 | NV_PRAMDAC_FP_TG_CONTROL_READ_PROG));
426 regp->dither = savep->dither | 0x00010000;
429 regp->dither = savep->dither | 0x00000001;
440 regp->dither_regs[i] = savep->dither_regs[i];
441 regp->dither_regs[i + 3] = savep->dither_regs[i + 3];
444 regp->dither = savep->dither;
nouveau_dispnv04_crtc.c 467 struct nv04_crtc_reg *savep = &nv04_display(dev)->saved_reg.crtc_reg[nv_crtc->index]; local
494 regp->CRTC[NV_CIO_CRE_ENH_INDEX] = savep->CRTC[NV_CIO_CRE_ENH_INDEX] & ~(1<<5);
532 regp->CRTC[NV_CIO_CRE_SCRATCH4__INDEX] = savep->CRTC[NV_CIO_CRE_SCRATCH4__INDEX];
542 regp->CRTC[NV_CIO_CRE_4B] = savep->CRTC[NV_CIO_CRE_4B] | 0x80;
  /src/usr.bin/make/
suff.c 1731 size_t savep = strlen(gn->path) - targ->suff->nameLen; local
1736 savec = gn->path[savep];
1737 gn->path[savep] = '\0';
1741 gn->path[savep] = savec;
  /src/bin/sh/
expand.c 1967 const char *savep, *saveq, *endp; local
1994 savep = p, saveq = q;
2013 p = savep, q = saveq;
  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 2344 char *savep = input_line_pointer; local
2367 input_line_pointer = savep;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 2344 char *savep = input_line_pointer; local
2367 input_line_pointer = savep;
  /src/external/gpl3/gcc.old/dist/gcc/
builtins.cc 1504 /* Create a vector describing the result block RESULT. If SAVEP is true,
1509 result_vector (int savep, rtx result)
1523 reg = gen_rtx_REG (mode, savep ? regno : INCOMING_REGNO (regno));
1525 savevec[nelts++] = (savep

Completed in 63 milliseconds