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

1 2

  /src/usr.bin/make/unit-tests/
hanoi-include.mk 26 # words and use the built-in word counting instead.
varmod-ifelse.mk 299 # 2023, the exact parsing algorithm switched a few times, counting balanced
  /src/external/mpl/dhcp/dist/server/
db.c 45 static int counting = 0; variable
117 if (counting)
319 if (counting)
468 if (counting)
564 if (counting) {
1223 counting = 0;
1275 counting = 1;
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 863 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
872 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
878 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
zstd_v03.c 1363 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
1372 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1378 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
zstd_v04.c 1351 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
1360 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1366 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
zstd_v02.c 1363 short counting[FSE_MAX_SYMBOL_VALUE+1]; local
1372 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1378 errorCode = FSE_buildDTable (dt, counting, maxSymbolValue, tableLog);
zstd_v05.c 1458 short counting[FSEv05_MAX_SYMBOL_VALUE+1]; local
1467 errorCode = FSEv05_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1473 errorCode = FSEv05_buildDTable (dt, counting, maxSymbolValue, tableLog);
zstd_v06.c 1597 short counting[FSEv06_MAX_SYMBOL_VALUE+1]; local
1605 { size_t const NCountLength = FSEv06_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1612 { size_t const errorCode = FSEv06_buildDTable (dt, counting, maxSymbolValue, tableLog);
zstd_v07.c 1618 short counting[FSEv07_MAX_SYMBOL_VALUE+1]; local
1626 { size_t const NCountLength = FSEv07_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1633 { size_t const errorCode = FSEv07_buildDTable (dt, counting, maxSymbolValue, tableLog);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py 92 [--counting=total|toplevel|detailed]
133 counting=total|toplevel|detailed
559 self.counting = 'total' # In what way are we counting errors?
578 """Sets the module's counting options."""
579 self.counting = counting_style
614 if self.counting in ('toplevel', 'detailed'):
615 if self.counting != 'detailed':
652 """Sets the module's counting options."""
3962 'counting='
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/ia64/
mode1o.asm 141 C size==1, but cycle counting suggests about 50 for the sort of approach
  /src/external/gpl3/gcc/dist/libgcc/config/sh/
crt1.S 170 # stop mcount counting
  /src/external/gpl3/gcc.old/dist/libgcc/config/sh/
crt1.S 170 # stop mcount counting
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d 2124 $(RED Warning): On some systems, the monotonic clock may stop counting
3368 On some systems, the monotonic clock may stop counting when
  /src/external/bsd/ipf/dist/
HISTORY 1760 Added counting the number of times each rule is matched.
  /src/external/gpl3/binutils/dist/bfd/
elf-m10300.c 827 bool counting)
842 if (! counting && h != NULL && ! elf_hash_table (info)->dynamic_sections_created)
  /src/external/gpl3/binutils.old/dist/bfd/
elf-m10300.c 827 bool counting)
842 if (! counting && h != NULL && ! elf_hash_table (info)->dynamic_sections_created)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 645 Number of pattern matched counting, where 1 - the first pattern.
  /src/external/gpl3/gdb.old/dist/bfd/
elf-m10300.c 827 bool counting)
842 if (! counting && h != NULL && ! elf_hash_table (info)->dynamic_sections_created)
  /src/external/gpl3/gdb/dist/bfd/
elf-m10300.c 827 bool counting)
842 if (! counting && h != NULL && ! elf_hash_table (info)->dynamic_sections_created)
  /src/external/mit/isl/dist/doc/
implementation.tex 162 variables. The latter operation has been used for counting elements
719 The second group of test cases are projections used during counting.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
searching.d 760 pred = The predicate for determining when to stop counting.
3362 (for the purpose of counting) if `pred` puts them in the same equivalence class,
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
date.d 619 Year B.C. of the Gregorian Calendar counting year 0 as 1 B.C.
652 Year B.C. of the Gregorian Calendar counting year 0 as 1 B.C.
4169 Year B.C. of the Gregorian Calendar counting year 0 as 1 B.C.
4205 Year B.C. of the Gregorian Calendar counting year 0 as 1 B.C.
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 1705 counting [default=auto]
    [all...]

Completed in 112 milliseconds

1 2