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

  /src/usr.bin/paste/
paste.c 56 static void sequential(char **);
88 sequential(argv);
161 sequential(char **argv) function
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
  /src/external/lgpl3/mpfr/dist/tests/
terandom_chisq.c 169 /* Return a sequential number for a positive low-precision x. x is altered by
173 sequential (mpfr_ptr x) function
223 seqmin = sequential (x);
226 seqmax = sequential (x);
228 /* Two bins for each sequential number (for inexact = +/- 1), plus 1 for u <
243 /* Don't call sequential with small args to avoid undefined behavior with
245 seq = mpfr_greaterequal_p (x, v) ? sequential (x) : seqmin - 1;
tnrandom_chisq.c 165 /* Return a sequential number for a positive low-precision x. x is altered by
169 sequential (mpfr_ptr x) function
222 seqmin = sequential (x);
225 seqmax = sequential (x);
227 /* Two bins for each sequential number (for inexact = +/- 1), plus 1 for u <
242 /* Don't call sequential with small args to avoid undefined behavior with
244 seq = mpfr_greaterequal_p (x, v) ? sequential (x) : seqmin - 1;
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 854 IPNY_PORTMAP tcpudp portpair sequential
858 | IPNY_PORTMAP portpair tcpudp sequential
862 | IPNY_PORTMAP tcpudp IPNY_AUTO sequential
867 | IPNY_ICMPIDMAP YY_STR portpair sequential
1113 sequential: label
1288 { "sequential", IPNY_SEQUENTIAL },
  /src/external/bsd/pcc/dist/pcc/f77/fcom/
io.c 101 { "sequential", M(IOINQUIRE) },
547 int intfile, sequential;
550 sequential = YES;
555 sequential = NO;
638 ioroutine[3] = (sequential ? 's' : 'd');
545 int intfile, sequential; local
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 853 atomic_bool sequential; member in struct:isc_nmsocket
  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2910 *name, *access, *sequential, *direct, *form, *formatted, member in struct:__anon13655
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2809 *name, *access, *sequential, *direct, *form, *formatted, member in struct:__anon16087

Completed in 45 milliseconds