Home
last modified time | relevance | path

Searched refs:minimal (Results 1 – 25 of 57) sorted by relevance

123

/f-stack/freebsd/contrib/zstd/
H A Dappveyor.yml111 …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 Dtsd.c117 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 Dappveyor.yml25 verbosity: minimal
H A D.travis.yml26 - ./configure --disable-dependency-tracking --enable-minimal
H A Dconfigure.ac105 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 Dtsd.h256 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 Dio.cfg20 …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 Dat91-ariettag25.dts4 * This device tree is minimal, to activate more peripherals, see:
H A Dimx7d-cl-som-imx7.dts23 reg = <0x80000000 0x10000000>; /* 256 MB - minimal configuration */
/f-stack/freebsd/contrib/edk2/
H A DFREEBSD-upgrade3 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 DREADME26 A minimal Lua interpreter.
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Datmel-pdmic.txt22 The minimal frequency that the micphone supports.
/f-stack/app/redis-5.0.5/src/
H A Ddict.c137 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 Dstd.AR724X5 # Since the AR724x boards tend to have minimal flash (sometimes 4MB!),
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dintro.rst81 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 Dnull.rst7 The (**baseband_null**) is a bbdev poll mode driver which provides a minimal
/f-stack/dpdk/doc/guides/mempool/
H A Dstack.rst14 locality and a minimal memory footprint even if the mempool is
/f-stack/dpdk/doc/guides/cryptodevs/
H A Dnull.rst8 driver which provides a minimal implementation for a software crypto device. As
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmem.m42 dnl # Enabled by default it provides a minimal level of memory tracking.
/f-stack/app/redis-5.0.5/
H A DMANIFESTO82 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 Davp.rst32 to another with minimal packet loss.
/f-stack/freebsd/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,c64x+megamod-pic.txt83 This is a minimal example where all individual interrupts go through a
/f-stack/freebsd/contrib/zstd/programs/
H A DREADME.md8 - `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 DCHANGELOG.md73 This release adds a minimal Windows compatibility layer.
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown3 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 …

123