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

  /src/usr.bin/xlint/lint2/
emit2.c 203 struct outflist *ofl, **pofl; local
206 ofl = outflist;
210 while (ofl != NULL) {
211 if (ofl->ofl_num == num)
214 pofl = &ofl->ofl_next;
215 ofl = ofl->ofl_next;
219 if (ofl == NULL) {
220 ofl = *pofl = xmalloc(sizeof(**pofl));
221 ofl->ofl_num = num
230 struct outflist *ofl; local
    [all...]
  /src/external/
Makefile 5 SUBDIR+= mit .WAIT mpl nvidia-firmware ofl
  /src/external/ofl/font-liberation-ttf/
Makefile 9 .PATH: ${X11SRCDIR}/external/ofl/${FONTSRCPKG}/src \
10 ${X11SRCDIR}/external/ofl/${FONTSRCPKG}/dist
  /src/external/lgpl3/gmp/dist/
gen-fac.c 50 unsigned long ofl, ofe; local
101 ofl = b - 1;
103 ("#define ODD_FACTORIAL_TABLE_LIMIT (%lu)\n", ofl);
207 ofl = (ofl + 1) / 2;
209 ("#define ODD_CENTRAL_BINOMIAL_OFFSET (%lu)\n", ofl);
216 for (b = ofl;; b++)
222 if (b != ofl)
237 for (b = ofl; b <= ofe; b++)
252 for (b = ofl; b <= ofe; b++
    [all...]
  /src/usr.sbin/sysinst/arch/i386/
md.c 543 int i, names, fl, ofl; local
656 ofl = mbri->mbrb.mbrbs_flags;
657 if (ofl == 0) {
665 ofl = mbri->oflags & (MBR_BS_ACTIVE | MBR_BS_EXTLBA);
668 if (fl & ~ofl || (fl == 0 && ofl & MBR_BS_ACTIVE)) {

Completed in 45 milliseconds