| /f-stack/freebsd/contrib/zstd/ |
| H A D | appveyor.yml | 111 …msbuild "build\VS2008\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v90 /t:Clean,Build… 118 …msbuild "build\VS2010\zstd.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=… 121 …msbuild "build\VS2010\zstd.sln" %ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=… 128 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /p:ForceImpor… 131 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Buil… 138 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /p:ForceImpor… 141 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Buil… 148 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /p:ForceImpor… 151 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Buil… 275 …msbuild "build\VS2010\zstd.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /p:ForceImpor… [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | tsd.c | 117 tsd_fetch_slow(tsd_t *tsd, bool minimal) { in tsd_fetch_slow() argument 126 if (!minimal) { in tsd_fetch_slow() 138 if (!minimal) { in tsd_fetch_slow()
|
| /f-stack/freebsd/contrib/libsodium/ |
| H A D | appveyor.yml | 25 verbosity: minimal
|
| H A D | .travis.yml | 26 - ./configure --disable-dependency-tracking --enable-minimal
|
| H A D | configure.ac | 105 AC_ARG_ENABLE(minimal, optenable 106 [AS_HELP_STRING(--enable-minimal, 112 …AC_DEFINE([MINIMAL], [1], [Define for a minimal build, without deprecated functions and functions …
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tsd.h | 256 tsd_fetch_impl(bool init, bool minimal) { in tsd_fetch_impl() argument 265 return tsd_fetch_slow(tsd, minimal); in tsd_fetch_impl()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/io/ |
| H A D | io.cfg | 20 …N_ARGS="--numjobs=1 --bs=32k --size=32M --fallocate=none --group_reporting --verify=sha1 --minimal"
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | at91-ariettag25.dts | 4 * This device tree is minimal, to activate more peripherals, see:
|
| H A D | imx7d-cl-som-imx7.dts | 23 reg = <0x80000000 0x10000000>; /* 256 MB - minimal configuration */
|
| /f-stack/freebsd/contrib/edk2/ |
| H A D | FREEBSD-upgrade | 3 We try to maintain the minimal set of headers required to build, as the full
|
| /f-stack/app/redis-5.0.5/deps/lua/etc/ |
| H A D | README | 26 A minimal Lua interpreter.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | atmel-pdmic.txt | 22 The minimal frequency that the micphone supports.
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | dict.c | 137 int minimal; in dictResize() local 140 minimal = d->ht[0].used; in dictResize() 141 if (minimal < DICT_HT_INITIAL_SIZE) in dictResize() 142 minimal = DICT_HT_INITIAL_SIZE; in dictResize() 143 return dictExpand(d, minimal); in dictResize()
|
| /f-stack/freebsd/mips/conf/ |
| H A D | std.AR724X | 5 # Since the AR724x boards tend to have minimal flash (sometimes 4MB!),
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | intro.rst | 81 Gateway application is minimal example of something closer to a real world 86 client is another minimal implementation of a real world application.
|
| /f-stack/dpdk/doc/guides/bbdevs/ |
| H A D | null.rst | 7 The (**baseband_null**) is a bbdev poll mode driver which provides a minimal
|
| /f-stack/dpdk/doc/guides/mempool/ |
| H A D | stack.rst | 14 locality and a minimal memory footprint even if the mempool is
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | null.rst | 8 driver which provides a minimal implementation for a software crypto device. As
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-kmem.m4 | 2 dnl # Enabled by default it provides a minimal level of memory tracking.
|
| /f-stack/app/redis-5.0.5/ |
| H A D | MANIFESTO | 82 I/O, which is the low hanging fruit: minimal complexity could provide an 101 programming: trying to get the most for the user with minimal increases
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | avp.rst | 32 to another with minimal packet loss.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | ti,c64x+megamod-pic.txt | 83 This is a minimal example where all individual interrupts go through a
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | README.md | 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 136 The `-i` parameter selects minimal time used for each of tested levels. 267 On this file, the compression ratio improves significantly with minimal impact 272 compression speed (for lower levels) with minimal change in compression ratio.
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | CHANGELOG.md | 73 This release adds a minimal Windows compatibility layer.
|
| /f-stack/app/redis-5.0.5/deps/linenoise/ |
| H A D | README.markdown | 3 A minimal, zero-config, BSD licensed, readline replacement used in Redis, 15 …Is it reasonable to link small utilities to huge libraries just to get a minimal support for line …
|