HomeSort by: relevance | last modified time | path
    Searched refs:sequential (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
base.h 26 * @brief Sequential helper functions.
65 * @brief GNU sequential classes for public use.
93 __is_parallel(const _Parallelism __p) { return __p != sequential; }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
types.h 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
base.h 26 * @brief Sequential helper functions.
65 * @brief GNU sequential classes for public use.
93 __is_parallel(const _Parallelism __p) { return __p != sequential; }
  /src/usr.bin/paste/
paste.c 56 static void sequential(char **);
88 sequential(argv);
161 sequential(char **argv) function
  /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/openldap/dist/libraries/liblunicode/utbm/
README 53 o UTBM_SPACE_COMPRESS - view as a *single space*, sequential groups of
  /src/external/gpl3/gcc/dist/gcc/fortran/
ioparm.def 77 IOPARM (inquire, sequential, 1 << 23, char2)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
ioparm.def 77 IOPARM (inquire, sequential, 1 << 23, char2)
trans-io.cc 1388 if (p->sequential)
1390 p->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/gpl3/gcc/dist/libgfortran/io/
inquire.c 107 p = "SEQUENTIAL";
140 cf_strcpy (iqp->sequential, iqp->sequential_len, p);
702 cf_strcpy (iqp->sequential, iqp->sequential_len, p);
io.h 420 CHARACTER2 (sequential);
533 /* A sequential formatted read specific flag used to signal that a
762 /* Default RECL for sequential access if not given in OPEN statement,
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
inquire.c 107 p = "SEQUENTIAL";
140 cf_strcpy (iqp->sequential, iqp->sequential_len, p);
702 cf_strcpy (iqp->sequential, iqp->sequential_len, p);
io.h 421 CHARACTER2 (sequential);
534 /* A sequential formatted read specific flag used to signal that a
763 /* Default RECL for sequential access if not given in OPEN statement,
  /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/common/dist/zlib/contrib/delphi/
ZLib.pas 61 TCompressionStream is write-only and strictly sequential. Reading from the
  /src/external/gpl3/binutils/dist/zlib/contrib/delphi/
ZLib.pas 61 TCompressionStream is write-only and strictly sequential. Reading from the
  /src/external/gpl3/binutils.old/dist/zlib/contrib/delphi/
ZLib.pas 61 TCompressionStream is write-only and strictly sequential. Reading from the
  /src/external/gpl3/gdb.old/dist/zlib/contrib/delphi/
ZLib.pas 61 TCompressionStream is write-only and strictly sequential. Reading from the
  /src/external/gpl3/gdb/dist/zlib/contrib/delphi/
ZLib.pas 61 TCompressionStream is write-only and strictly sequential. Reading from the
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr-int.h 853 atomic_bool sequential; member in struct:isc_nmsocket
netmgr.c 1509 atomic_init(&sock->sequential, false);
2220 * has been set to sequential mode, or the number of queries we are
2263 atomic_load(&sock->sequential) ||
tcpdns.c 1506 atomic_store(&sock->sequential, true);

Completed in 89 milliseconds

1 2