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

1 2 3 4 5 6 7 8 9

  /src/external/gpl2/lvm2/dist/include/
lvm-globals.h 43 void init_error_message_produced(int produced);
  /src/external/gpl2/lvm2/dist/lib/misc/
lvm-globals.h 43 void init_error_message_produced(int produced);
  /src/usr.bin/make/unit-tests/
recursive.mk 35 # brace would be detected directly in the line where it is produced.
var-eval-short.mk 83 # Before var.c 1.1050 from 2023-05-09, the ':gmtime' modifier produced the
98 # Before var.c 1.1050 from 2023-05-09, the ':localtime' modifier produced the
cond-short.mk 16 # like 'defined(VAR) && ${VAR:S,from,to,} != ""', which no longer produced an
208 # matches or equality comparisons worked fine and never produced error
moderrs.mk 104 # and the above would have produced an "Unknown modifier '!'".
  /src/external/bsd/ntp/dist/scripts/ntp-wait/
ntp-wait-opts.def 65 has not yet produced a synchronized and stable system clock.
  /src/external/gpl3/autoconf/dist/bin/
autoheader.in 154 More sophisticated templates can also be produced, see the
  /src/external/bsd/zstd/dist/lib/compress/
zstdmt_compress.c 871 unsigned long long produced; member in struct:ZSTDMT_CCtx_s
1094 * tells how much data has been consumed (input) and produced (output) for current frame.
1103 fps.produced = fps.flushed = mtctx->produced;
1115 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; local
1117 assert(flushed <= produced);
1120 fps.produced += produced;
1143 size_t const produced = ZSTD_isError(cResult) ? 0 : cResult; local
1145 assert(flushed <= produced);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ax-general.c 321 /* Number of stack elements consumed, and number produced. */
322 int consumed, produced;
330 #define DEFOP(NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED, VALUE) \
331 , { # NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED }
492 height += op->produced;
320 int consumed, produced; member in struct:aop_map
  /src/external/gpl3/gdb/dist/gdb/
ax-general.c 321 /* Number of stack elements consumed, and number produced. */
322 int consumed, produced;
330 #define DEFOP(NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED, VALUE) \
331 , { # NAME, SIZE, DATA_SIZE, CONSUMED, PRODUCED }
492 height += op->produced;
320 int consumed, produced; member in struct:aop_map
  /src/games/warp/
config.h.SH 16 * This file was produced by running the config.h.SH script, which
17 * gets its values from config.sh, which is generally produced by
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 11 " intermediate representation. Such dumps are produced by GCC when
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 11 " intermediate representation. Such dumps are produced by GCC when
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
addsf3.S 281 ; If a denorm is produced, we have an exact result -
adddf3.S 282 ; If a denorm is produced without shifting, we have an exact result -
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
addsf3.S 281 ; If a denorm is produced, we have an exact result -
adddf3.S 282 ; If a denorm is produced without shifting, we have an exact result -
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
tdtags 86 do not affect the indices produced for valid files.
  /src/external/bsd/zstd/dist/programs/
fileio.c 1592 unsigned long long newlyProduced = zfp.produced - previous_zfp_update.produced;
1594 assert(zfp.produced >= previous_zfp_update.produced);
1631 unsigned long long newlyProduced = zfp.produced - previous_zfp_correction.produced;
1635 DISPLAYLEVEL(6, "input blocked %u/%u(%.2f) - ingested:%u vs %u:consumed - flushed:%u vs %u:produced \n",
1640 && (newlyFlushed * 33 / 32 > newlyProduced) /* flush everything that is produced */
1676 double const cShare = (double)zfp.produced / (double)(zfp.consumed + !zfp.consumed/*avoid div0*/) * 100;
1679 UTIL_HumanReadableSize_t const produced_hrs = UTIL_makeHumanReadableSize(zfp.produced);
    [all...]
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 945 bool produced = false; local
975 produced = true;
977 if (produced) {
1407 * If we've produced enough descriptors without consuming any
1461 printf("%s: mbuf %p: produced a %u byte packet in %u segments "
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 569 # add carries produced from these adds to [4].
695 # add carries produced from these adds to [4].
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 476 produced by utility programs in the OpenSSL software library
1248 produced.)
2370 Specifies a constant to be added to the time offset produced by
  /src/external/bsd/zstd/dist/lib/
zstd.h 2630 unsigned long long produced; /* nb of compressed bytes generated and buffered */ member in struct:__anon8857
2638 * consumed (input actually compressed) and produced (output) for current frame.
2653 * but everything it has produced has also been flushed so far,
2699 * sequence producer which libzstd invokes to process each block. The produced list
3065 ===> In which case, nothing is produced into `dst` !
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 384 the float precision are ever produced though.) A string/exponent pair is

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 9