| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | koi-win | 12 A3 B8 ; # small yo 36 C0 FE ; # small yu 37 C1 E0 ; # small a 38 C2 E1 ; # small b 40 C4 E4 ; # small d 42 C6 F4 ; # small f 43 C7 E3 ; # small g 45 C9 E8 ; # small i 46 CA E9 ; # small j 47 CB EA ; # small k [all …]
|
| H A D | koi-utf | 18 A3 D191 ; # small yo 43 C1 D0B0 ; # small a 44 C2 D0B1 ; # small b 46 C4 D0B4 ; # small d 48 C6 D184 ; # small f 49 C7 D0B3 ; # small g 51 C9 D0B8 ; # small i 52 CA D0B9 ; # small j 53 CB D0BA ; # small k 54 CC D0BB ; # small l [all …]
|
| H A D | win-utf | 52 B8 D191 ; # small yo 93 E0 D0B0 ; # small a 94 E1 D0B1 ; # small b 95 E2 D0B2 ; # small v 96 E3 D0B3 ; # small g 97 E4 D0B4 ; # small d 100 E7 D0B7 ; # small z 101 E8 D0B8 ; # small i 102 E9 D0B9 ; # small j 103 EA D0BA ; # small k [all …]
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-cpL_varied_recsize.ksh | 166 typeset small=$((128 * 1024)) 173 for recsize in $small $large; do 183 check $opts $small log_must 186 check $opts $small log_mustnot 196 check -p $large log_must $small $large 197 check -L $large log_must $large $small 198 check -cp $large log_must $small $large 199 check -cL $large log_must $large $small
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | size_classes.sh | 296 * bin: 'yes' if a small bin size class, 'no' otherwise. 297 * pgs: Slab page count if a small bin size class, 0 otherwise. 302 * NBINS: Number of small size class bins. 308 * SMALL_MAXCLASS: Maximum small size class. 354 * cannot support more than 256 small size classes.
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | hash.tcl | 17 test {Is the small hash encoded with a ziplist?} { 40 test {HGET against the small hash} { 86 test {HSETNX target key missing - small hash} { 91 test {HSETNX target key exists - small hash} { 115 test {HMSET - small hash} { 148 test {HMGET - small hash} { 180 test {HKEYS - small hash} { 188 test {HVALS - small hash} { 204 test {HGETALL - small hash} { 393 test {HSTRLEN against the small hash} {
|
| /f-stack/app/redis-5.0.5/deps/lua/doc/ |
| H A D | manual.css | 14 font-size: small ;
|
| H A D | lua.css | 70 font-size: small ;
|
| /f-stack/freebsd/mips/conf/ |
| H A D | TP-MR3040 | 60 # compressed rootfs is simply too small for FreeBSD 64 # on this unit is so small, this is the only way to do dev work.
|
| H A D | TP-WN1043ND | 57 # Remove everything we don't need. We need a _really_ small kernel!
|
| H A D | std.AR5312 | 28 # For small memory footprints
|
| H A D | std.AR5315 | 27 # For small memory footprints
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | CHANGELOG | 8 perf: small speed & memory usage improvements for ZSTD_compress2(), by @terrelln 30 perf: Improve small block decompression speed by 20%+, by @terrelln 133 perf: Improve compression ratio for small windowLog by @cyan4973 (#1624) 190 misc: Improve the dictionary builder on small or homogeneous data 238 perf: small quality improvement for dictionary generation, by @terrelln 419 Improved : speed for batches of small files 467 Fixed : segfault when using small dictionaries, reported by Felix Handte 533 Improved : better compression of small data 536 Improved : small compression speed improvement in HC mode 560 Generic minor improvements for small blocks [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/clock/ |
| H A D | brcm,bcm2835-aux-clock.txt | 6 The auxiliary peripherals (UART, SPI1, and SPI2) have a small register
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-hfa.h | 116 uint64_t small:1; member 124 uint64_t small:1;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | tas2770.txt | 4 efficiently driving high peak power into small loudspeakers.
|
| H A D | tas2562.txt | 4 efficiently driving high peak power into small loudspeakers.
|
| H A D | tas2562.yaml | 15 efficiently driving high peak power into small loudspeakers.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/extcon/ |
| H A D | extcon-ptn5150.txt | 3 PTN5150 is a small thin low power CC logic chip supporting the USB Type-C
|
| /f-stack/freebsd/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,ixp4xx-network-processing-engine.yaml | 14 On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | Makefile | 206 allVariants: zstd zstd-compress zstd-decompress zstd-small zstd-nolegacy zstd-dictBuilder 316 zstd-small: CFLAGS = -Os -s 317 zstd-frugal zstd-small: $(ZSTDLIB_CORE_SRC) zstdcli.c util.c timefn.c fileio.c 350 zstd-small$(EXT) zstd-frugal$(EXT) zstd-nolegacy$(EXT) zstd4$(EXT) \
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zconf.h.in | 276 plus a few kilobytes for small objects. For example, if you want to reduce 283 for small objects. 305 * model programming (small or medium model with some far allocations). 312 /* MSC small or medium model */ 321 /* Turbo C small or medium model */
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/panel/ |
| H A D | sitronix,st7701.yaml | 13 ST7701 designed for small and medium sizes of TFT LCD display, is
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | xilinx_gmii2rgmii.txt | 19 - reg : The ID number for the phy, usually a small integer
|
| /f-stack/freebsd/contrib/device-tree/Bindings/leds/ |
| H A D | leds-lm3601x.txt | 3 The LM3601X are ultra-small LED flash drivers that
|